Sorry if I´m not clear.<br>I´m using zap channels. I need to limit the number of calls that dial one extension. No more than 3 calls using an IVR service (eagi) at the same time.<br>May be It can be resolve using GROUP() and GROUP_COUNT()
<br><br>exten =&gt; 99,1,Set(GROUP(99) = G99)<br>exten =&gt; 99,2,GotoIf($[${GROUP_COUNT(99)}&gt;3]?103)<br><div id="mb_2">exten =&gt; 99,3,eagi(Service1)<br>exten =&gt; 99,103,Hangup</div><br><br><br><div><span class="gmail_quote">
On 4/27/07, <b class="gmail_sendername">Steve Edwards</b> &lt;<a href="mailto:asterisk.org@sedwards.com">asterisk.org@sedwards.com</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;">
On Fri, 27 Apr 2007, Eric &quot;ManxPower&quot; Wieling wrote:<br><br>&gt; equis software wrote:<br>&gt;&gt; Hi, is there any way to configure&nbsp;&nbsp;a number of simultaneus calls per<br>&gt;&gt; extension.<br>&gt;&gt; I need to rerstrict the simultaneus calls per service ( in extension 33 I
<br>&gt;&gt; answer Service 1 and in extension 37 I answer service 2.<br>&gt;&gt;<br>&gt;&gt; Example:<br>&gt;&gt; No more than 3 simultaneus calls to extension 33<br>&gt;&gt; No more than 15 simultaneus calls to extension 37
<br>&gt;<br>&gt; Yes. Any of the following:<br>&gt;<br>&gt; 1) Check the documentation for your IP phone.<br>&gt; 2) Use the applications shown by &quot;show applications like group&quot; in the CLI.<br>&gt; 3) Talk to your VoIP provider
<br>&gt; 4) Use Queues<br><br>Or, the question says &quot;simultaneus&quot; (sp) which could be interpreted as a<br>conference in which case meetme and meetmecount would do the trick.<br><br>Thanks in advance,<br>------------------------------------------------------------------------
<br>Steve Edwards&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="mailto:sedwards@sedwards.com">sedwards@sedwards.com</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Voice: +1-760-468-3867 PST<br>Newline&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Fax: +1-760-731-3000<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>