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

_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to