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 => 99,1,Set(GROUP(99) = G99)<br>exten => 99,2,GotoIf($[${GROUP_COUNT(99)}>3]?103)<br><div id="mb_2">exten => 99,3,eagi(Service1)<br>exten => 99,103,Hangup</div><br><br><br><div><span class="gmail_quote">
On 4/27/07, <b class="gmail_sendername">Steve Edwards</b> <<a href="mailto:asterisk.org@sedwards.com">asterisk.org@sedwards.com</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;">
On Fri, 27 Apr 2007, Eric "ManxPower" Wieling wrote:<br><br>> 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>Or, the question says "simultaneus" (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 <a href="mailto:sedwards@sedwards.com">sedwards@sedwards.com</a> Voice: +1-760-468-3867 PST<br>Newline 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> <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br>