Joe Babstock
2004-Jul-25 15:33 UTC
[Asterisk-Users] how do I play congestion tone when Zap channels are full?
I read the wiki and looked at the examples, but I'm still having problems. I have a Digium 4 port card with POTS lines plugged into all four ports. How do I play the congestion tone the the caller when they try and dial out but all the lines are in use? should something like this work? [dial-trunklocal] ; Local calls ignorepat => 9 exten => _9NXXXXXX,1,Dial(${TRUNK1}/${EXTEN:1}) exten => _9NXXXXXX,2,Congestion exten => _9NXXXXXX,3,Playtones(congestion) exten => _9NXXXXXX,102,Busy exten => _9NXXXXXX,103,Playtones(busy) __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage! http://promotions.yahoo.com/new_mail
Oleg A. Arkhangelsky
2004-Jul-25 22:25 UTC
[Asterisk-Users] how do I play congestion tone when Zap channels are full?
Hello Joe, Monday, July 26, 2004, 2:33:07 AM, you wrote: JB> I read the wiki and looked at the examples, but I'm JB> still having problems. I have a Digium 4 port card JB> with POTS lines plugged into all four ports. How do I JB> play the congestion tone the the caller when they try JB> and dial out but all the lines are in use? JB> should something like this work? JB> [dial-trunklocal] JB> ; Local calls ignorepat =>> 9 exten =>> _9NXXXXXX,1,Dial(${TRUNK1}/${EXTEN:1}) exten =>> _9NXXXXXX,2,Congestion exten =>> _9NXXXXXX,3,Playtones(congestion) exten =>> _9NXXXXXX,102,Busy exten =>> _9NXXXXXX,103,Playtones(busy) You had to Answer() call before trying to Playtones(). -- Best regards, Oleg mailto:sysoleg@progtech.ru