I´m trying this:

exten => 99,1,Set(GROUP(99) = GROUP99)
exten => 99,2,GotoIf($[${GROUP_COUNT(99)}>1]?103)
exten => 99,3,Goto(context2,s,1)
exten => 99,103,Hangup

but doesn't work...I call to extension 99 from two different phones and
Asterisk sends both to 'context2'.



On 4/27/07, Eric ManxPower Wieling <[EMAIL PROTECTED]> 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
_______________________________________________
--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

Reply via email to