I´m trying this:<br><br>exten => 99,1,Set(GROUP(99) = GROUP99)<br>exten => 99,2,GotoIf($[${GROUP_COUNT(99)}>1]?103)<br>exten => 99,3,Goto(context2,s,1)<br>exten => 99,103,Hangup<br><br>but doesn't work...I call to extension 99 from two different phones and Asterisk sends both to 'context2'.
<br><br><br><br><div><span class="gmail_quote">On 4/27/07, <b class="gmail_sendername">Eric ManxPower Wieling</b> <<a href="mailto:eric@fnords.org">eric@fnords.org</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
equis software wrote:<br>> Hi, is there any way to configure a number of simultaneus calls per<br>> extension.<br>> I need to rerstrict the simultaneus calls per service ( in extension 33 I<br>> answer Service 1 and in extension 37 I answer service 2.
<br>><br>> Example:<br>> No more than 3 simultaneus calls to extension 33<br>> No more than 15 simultaneus calls to extension 37<br><br>Yes. Any of the following:<br><br>1) Check the documentation for your IP phone.
<br>2) Use the applications shown by "show applications like group" in the CLI.<br>3) Talk to your VoIP provider<br>4) Use Queues<br>_______________________________________________<br>--Bandwidth and Colocation provided by
<a href="http://Easynews.com">Easynews.com</a> --<br><br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:<br> <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users
</a><br></blockquote></div><br>