[Asterisk-java-users] How to pass DTMF PIN into Meetme using A-J?
Brought to you by:
srt
From: GregLHorton <gre...@gm...> - 2013-05-22 02:41:46
|
Hi all, I have a client app with a dialer module, that can dial into a conference normally. If my conference room is 1024, then I can pass 1024 to initiateCall() to dial into the conference. If a password is required, the request for digits is played out by Asterisk. At that time, digits entered in the dialer module do not get passed to the endpoint that detects the password digits. This is because I normally use PlayDtmfAction for this purpose and that requires a channel like SIP/100-000034ab. I do not see where this type of channel identifier is applicable to the conference room I just dialed into. I have seen where a dummy channel ID relating to DAHDI shows up, but that is not until after I can successfully pass the PIN string. This is using MeetMe on Asterisk 10.0. I tried things like MEETME_ROOMNUM=1024, MEETME/1024, etc with no luck. Just wild guesses of course :). Any help appreciated! Greg -- View this message in context: http://old.nabble.com/How-to-pass-DTMF-PIN-into-Meetme-using-A-J--tp35422995p35422995.html Sent from the Asterisk-Java Users mailing list archive at Nabble.com. |