[Asterisk-Users] PlayTones problem

Hermann Wecke hermann at wecke.com
Sat May 29 11:16:35 MST 2004


On Sat, 29 May 2004, Bartek Kania wrote:
> I am having problems with the PlayTones application and VoIP softphones.
> I have the following in my extensions.conf:
> 	exten => 123,1,Answer
> 	exten => 123,2,PlayTones(Busy)
> 	exten => 123,3,Hangup
>
> But when I connect with gnophone(IAX) or kphone(SIP) and dial 123 the call
> just hangs up immediately.

My extensions.conf always include a "wait" statement after playtones. Try
it:

exten => 123,1,Answer
exten => 123,2,PlayTones(Busy)
exten => 123,3,Wait(2)	; play busy tone for 2 seconds
exten => 123,4,Hangup



More information about the asterisk-users mailing list