[Asterisk-Users] how to stop ringing after congestion.
el Flynn
el_flynn at lanvik-icu.com
Sun Jan 30 23:18:14 MST 2005
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
More information about the asterisk-users
mailing list