Jon Gabrielson
2005-Jan-30 22:55 UTC
[Asterisk-Users] how to stop ringing after congestion.
When there are no zap channels available, I signal congestion using the following: exten => _9NXXXXXX,1,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}}) exten => _9NXXXXXX,2,Playtones(congestion) exten => _9NXXXXXX,3,Congestion The congestion sound plays correctly, but the ringing continues in the background. Why is it still ringing and how do I make it stop? Thanks, Jon.
Jon Gabrielson wrote:> When there are no zap channels available, I signal congestion > using the following: > > exten => _9NXXXXXX,1,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}}) > exten => _9NXXXXXX,2,Playtones(congestion) > exten => _9NXXXXXX,3,Congestion > > > The congestion sound plays correctly, but the ringing continues > in the background. Why is it still ringing and how do I make it stop? >try exten => _9NXXXXXX,3,Congestion(5) which will stop the tones after 5 seconds. flynn
>From what I have read and understood, theOn Mon, 31 Jan 2005, el Flynn wrote:> Jon Gabrielson wrote: >> When there are no zap channels available, I signal congestion >> using the following: >> >> exten => _9NXXXXXX,1,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}}) >> exten => _9NXXXXXX,2,Playtones(congestion) >> exten => _9NXXXXXX,3,Congestion >> >> >> The congestion sound plays correctly, but the ringing continues >> in the background. Why is it still ringing and how do I make it stop? >> > > try > > exten => _9NXXXXXX,3,Congestion(5) > > which will stop the tones after 5 seconds. > > flynn > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
My apologies - Dan On Mon, 31 Jan 2005, Dan Adams wrote:>> From what I have read and understood, the > > On Mon, 31 Jan 2005, el Flynn wrote: > >> Jon Gabrielson wrote: >>> When there are no zap channels available, I signal congestion >>> using the following: >>> >>> exten => _9NXXXXXX,1,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}}) >>> exten => _9NXXXXXX,2,Playtones(congestion) >>> exten => _9NXXXXXX,3,Congestion >>> >>> >>> The congestion sound plays correctly, but the ringing continues >>> in the background. Why is it still ringing and how do I make it stop? >>> >> >> try >> >> exten => _9NXXXXXX,3,Congestion(5) >> >> which will stop the tones after 5 seconds. >> >> flynn >> >> _______________________________________________ >> Asterisk-Users mailing list >> Asterisk-Users@lists.digium.com >> http://lists.digium.com/mailman/listinfo/asterisk-users >> To UNSUBSCRIBE or update options visit: >> http://lists.digium.com/mailman/listinfo/asterisk-users >> > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >