login | register
Tue 02 of Dec, 2008 [02:26 UTC]

voip-info.org

Discuss [4] History

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


Comments

Comments Filter
222

333

by tboyko, Thursday 06 of March, 2008 [02:19:40 UTC]
222

333This feature doesn't work in Asterisk 1.4 beta3

by Artem_, Wednesday 20 of December, 2006 [10:06:57 UTC]
I got this warn every time I try PlayDTMF:
'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?
222

333Re:where you see this?

by msladecek, Wednesday 06 of September, 2006 [12:53:16 UTC]
Hi! I was thinking about using this for attended transfer too. I've found
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...
222

333where you see this?

by GuERo, Monday 24 of July, 2006 [15:14:51 UTC]
I install now the last asterisk 1.2.9.1 (from sources of asterisk.org) and I don't see any of this... not in source code, changelog, /usr/lib/asterisk/modules/... any. Is a function for 1.2.8 only? I think use this for attended transfer call from manager instruction, so...