[asterisk-users] call-limit on dahdi channel

Administrator TOOTAI admin at tootai.net
Thu Sep 17 03:53:47 CDT 2009


Alex Samad a écrit :
> Hi
>
> how do i set the call-limit on a dahi line - its connected to the pstn
> network - shared fax line.  How do i tell asterisk not to send more than
> 1 call there !
>
>   
exten => _XXX.,20(Start),Set(GROUP()=PSTN)
exten => _XXX.,n,GotoIf($[${GROUP_COUNT(PSTN)}=0]?lineOpen)
exten => _XXX.,n,Congestion()
exten => _XXX.,n,Hangup(34)

exten => _XXX.,n(lineOpen),NoOp(Place your call to DAHDI channel)
-- 
Daniel



More information about the asterisk-users mailing list