I´m trying this:<br><br>exten =&gt; 99,1,Set(GROUP(99) = GROUP99)<br>exten =&gt; 99,2,GotoIf($[${GROUP_COUNT(99)}&gt;1]?103)<br>exten =&gt; 99,3,Goto(context2,s,1)<br>exten =&gt; 99,103,Hangup<br><br>but doesn&#39;t work...I call to extension 99 from two different phones and Asterisk sends both to &#39;context2&#39;.
<br><br><br><br><div><span class="gmail_quote">On 4/27/07, <b class="gmail_sendername">Eric ManxPower Wieling</b> &lt;<a href="mailto:eric@fnords.org">eric@fnords.org</a>&gt; 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>&gt; Hi, is there any way to configure&nbsp;&nbsp;a number of simultaneus calls per<br>&gt; extension.<br>&gt; I need to rerstrict the simultaneus calls per service ( in extension 33 I<br>&gt; answer Service 1 and in extension 37 I answer service 2.
<br>&gt;<br>&gt; Example:<br>&gt; No more than 3 simultaneus calls to extension 33<br>&gt; 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 &quot;show applications like group&quot; 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>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users
</a><br></blockquote></div><br>