Asterisk Manager API Action PlayDTMF
Created by: squinky86,Last modification on Thu 08 of Mar, 2007 [13:02 UTC] by asteriskexpert
Action: PlayDTMF
Synopsis: Play DTMF signal on a specific channel.
Privilege: call,all
Description: Plays a dtmf digit on the specified channel.
Variables: (all are required)
Channel: Channel name to send digit to
Digit: The dtmf digit to play
(NOTE: this is the *CLI help output.)
Sample Query (Asterisk v. 1.4.0):
Action: PlayDTMF
Channel: SIP/123-e2b2
Digit: 1
Sample Response:
Response: Success
Message: DTMF successfully queued
Sample Error Response:
Response: Error
Message: No such channel
Note:This command is available in Asterisk 1.4 branch
Synopsis: Play DTMF signal on a specific channel.
Privilege: call,all
Description: Plays a dtmf digit on the specified channel.
Variables: (all are required)
Channel: Channel name to send digit to
Digit: The dtmf digit to play
(NOTE: this is the *CLI help output.)
Sample Query (Asterisk v. 1.4.0):
Action: PlayDTMF
Channel: SIP/123-e2b2
Digit: 1
Sample Response:
Response: Success
Message: DTMF successfully queued
Sample Error Response:
Response: Error
Message: No such channel
Note:This command is available in Asterisk 1.4 branch

Comments
333
333This feature doesn't work in Asterisk 1.4 beta3
'WARNING3735 channel.c: 1754 ast_waitfor_nandfds: Thread -1214211152 Blocking 'Sip/3033-096f5e08', already blocked by thread -1214702672 in procedure ast_waitfor_nandfds'.<br>
Someone faced with such problem?
333Re:where you see this?
http://bugs.digium.com/file_download.php?file_id=10107&type=bug
patch and applied it on my asterisk version(1.2.11). But unfortunately it's not working as I've expected. Has anybody any experiencies with playDTMF action working? Is it possible to use it like this? If not, is there other way to do attended transfer through manager API?
Any help appreciated! Thanks in advance...
333where you see this?