Discussion:
[Asterisk-Users] WaitExten
Andrew Nowrot
2005-09-22 17:49:39 UTC
Permalink
Hi,

In my dialplan I'm using a WaitExten() command. It works only with Zap
phones. When I dial this command with Sip phone asterisk do nothing.
Should I put extra definition in sip.conf to make this work with Sip
phones?

Thanks in advance

Cheers
Sherwood McGowan
2005-09-22 18:21:17 UTC
Permalink
Try forcing the dtmf mode, such as
Exten=EXTEN,1,SipDTMFMode(inband)

That worked for me, but you'll need to only do it on the SIP calls, so route
accordingly

->-----Original Message-----
->From: asterisk-users-***@lists.digium.com
->[mailto:asterisk-users-***@lists.digium.com] On Behalf Of
->Andrew Nowrot
->Sent: Thursday, September 22, 2005 1:50 PM
->To: asterisk-***@lists.digium.com
->Subject: [Asterisk-Users] WaitExten
->
->Hi,
->
->In my dialplan I'm using a WaitExten() command. It works only
->with Zap phones. When I dial this command with Sip phone
->asterisk do nothing.
->Should I put extra definition in sip.conf to make this work
->with Sip phones?
->
->Thanks in advance
->
->Cheers
->_______________________________________________
->--Bandwidth and Colocation sponsored by Easynews.com --
->
->Asterisk-Users mailing list
->Asterisk-***@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
->

Loading...