From: Supa <[EMAIL PROTECTED]>
Date: Sat, 24 Feb 2007 10:05:06 -0500

Probably just a simple syntax issue, but does anyone know how to dial a
number and the once phone has been answered, play DTMF tones and then
disconnect. I am trying to use this for page notification.

Ive been trying the following string with out luck:

exten => s,2,Dial(SIP/TelaSip-gw4/5198881212|D(12345678)

Indeed simply syntax issueS. First, the above is missing a right parenthesis as others pointed out. Second, you need to leave a blank timeout field if you don't use timeout. Third, check the syntax to call TelaSip-gw4; some providers use [EMAIL PROTECTED] to specify number 5198881212. So

Dial(SIP/TelaSip-gw4/5198881212,,D(12345678))

or

Dial(SIP/[EMAIL PROTECTED],,D(12345678))

I did a little test and D() tag sent DTMF correctly so it's the right tool for you. Hope this helps.

Yuan Liu

Any help would be greatly appreciated!


_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to