Re: [Asterisk-java-users] Generating DTMF tones.
Brought to you by:
srt
From: Karien Du P. <kar...@gm...> - 2006-08-28 09:16:17
|
Hi. Is there any way to generate DTMF tones using asterisk-java? I have the following scenario: I originate a call using Originate, sometimes the number to dial is behind a private PBX routing extensions based on DTMF tones. Example the office number is 1234567 and the person I want to dial is on extension 33, I need to dial 1234567 and then generate DTMF tones for the extension. I know there is a asterisk application called SendDTMF that can be executed on a channel, but Im needing a sort of Manager command for this. Any help will be appreciated. Thanks. Regards. PS: Just some clarification, on the scenario. The Originate action dials the person (123467, extension 33) into an application, the MeetMe application. Thus there is only one side with a phone that can type in DTMF tones, but that channel is the one that needs to be routed to the appropiate extension using DTMF tones. This is why I need asterisk-java to generate the DTMF tones on the channel (resulting from the Originate action into the meetme room) for me. Regards. |