I have application that calls bridge. When call is connected I want my voice xml to enter extension number play dtmf tone 3 times. How that can be done please if possible at all?
Asked
Active
Viewed 952 times
1 Answers
4
You can play back the dtmf as recorded audio when the call is answered. Some recording software, such as Adobe Audition, will create dtmf recordings for you without having to record over the phone. This provides much cleaner dtmf recordings. Voxeo has some free dtmf recordings you can download here.

Kevin Junghans
- 17,475
- 4
- 45
- 62
-
1One caveat: This assumes the far side collecting tones via the audio stream. Within SIP DTMF is intended to be passed in the messaging stream. Given that the entire path may not be SIP, many systems support configuration options regarding how DTMF can be forwarded and accepted. – Jim Rush Aug 23 '12 at 13:17
-
At the VoiceXML level it should be transparent as to what the telephony connection is. A caveat with sending DTMF over SIP is there are several ways to accomplish this with the SIP standard and not all platforms are compatible in how they handle it. – Kevin Junghans Aug 23 '12 at 14:34