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 _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
