[Asterisk-Users] how to stop ringing after congestion.

Dan Adams l-asterisk at infochi.com
Mon Jan 31 08:27:04 MST 2005


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 at 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 at 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
>



More information about the asterisk-users mailing list