Sorry if I´m not clear.
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.
May be It can be resolve using GROUP() and GROUP_COUNT()
exten => 99,1,Set(GROUP(99) = G99)
exten => 99,2,GotoIf($[${GROUP_COUNT(99)}>3]?103)
exten => 99,3,eagi(Service1)
exten => 99,103,Hangup
On 4/27/07, Steve Edwards <[EMAIL PROTECTED]> wrote:
On Fri, 27 Apr 2007, Eric "ManxPower" Wieling wrote:
> equis software wrote:
>> Hi, is there any way to configure a number of simultaneus calls per
>> extension.
>> I need to rerstrict the simultaneus calls per service ( in extension 33
I
>> answer Service 1 and in extension 37 I answer service 2.
>>
>> Example:
>> No more than 3 simultaneus calls to extension 33
>> No more than 15 simultaneus calls to extension 37
>
> Yes. Any of the following:
>
> 1) Check the documentation for your IP phone.
> 2) Use the applications shown by "show applications like group" in the
CLI.
> 3) Talk to your VoIP provider
> 4) Use Queues
Or, the question says "simultaneus" (sp) which could be interpreted as a
conference in which case meetme and meetmecount would do the trick.
Thanks in advance,
------------------------------------------------------------------------
Steve Edwards [EMAIL PROTECTED] Voice: +1-760-468-3867 PST
Newline Fax: +1-760-731-3000
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users