[A*UG] Troubles with SendDTMF

Gil Kloepfer aaug at kloepfer.org
Mon Jun 5 19:37:13 CDT 2006


On Mon, Jun 05, 2006 at 03:12:48PM -0500, Jim Freeze wrote:
> exten => 111,1,Answer()
> exten => 111,n,Playback(1)
> exten => 111,n,Wait(0.5)
> exten => 111,n,Playback(welcome)     ; I can hear this from the calling
> phone
> exten => 111,n,Dial(Zap/1-1/5551212<myphone>)  ; my cell phone gets dialed
> exten => 111,n,Playback(welcome)  ; I can hear this on my cell
> exten => 111,n,Wait(1)
> exten => 111,n,SendDTMF(12345678)  ; I get nothing on either phone
> 
> Any ideas where I should look to debug this problem?

Uhhh...this doesn't look like it should work....or at least it won't
play anything back to the cell phone.

Once you get to the Dial application, the caller is connected to
the dialed person and it doesn't continue on unless the Dial
fails (or you've specified the G option).  I can't see where
after the Dial completes that you would hear anything on your cell
except the person who caled 111.

If you want to play DTMF tones after connecting, you can use
the 'D()' option to Dial.

Gil.


More information about the Austin-Asterisk-Users-Group mailing list