[Asterisk-Users] Limit outgoing calls

Yusuf yusuf at ecntelecoms.com
Sun May 21 09:52:11 MST 2006


> Does anyone have an idea how to limit the number of outging calls on a
> sip trunk . "limit=x"  only works for incoming calls.
>
> ______________________________________________
>

Hi,

in the context where you dial out from:

exten => _X.,1,Set(GROUP()=OUTBOUND_GROUP)
exten => _X.,2,GotoIf($[${GROUP_COUNT()} > 30 ] ? 4)
exten => _X.,4,NoOp(This trunk has more than 30 calls)


thanks,
yusuf


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.




More information about the asterisk-users mailing list