Re: [Asterisk-java-users] How to pass DTMF PIN into Meetme using A-J?
Brought to you by:
srt
From: Chris M. <ch...@mr...> - 2013-05-23 01:11:36
|
hi greg, paste the output of freepbx's channel dump output. what columns are available, you're looking at 'location' by the sounds of it to expedite, i've doctored a snippet [1] for you from cli chris [1] from * cli it would look something like [cm@box5 ~]# asterisk -rx "core show channels" Channel Location/YourCustomDestination State Application(Data) SIP/101-0000eb2d 1024@from-internal Up MeetMe(1024 then use the SIP/101-xxxxxx channel On Thu, May 23, 2013 at 2:01 AM, Greg Horton <gre...@gm...> wrote: > Hi Chris, > > When I look at the channel dump in FreePBX, it shows the destination as > "1024@from-internal:1" while it's in the state of waiting for a PIN > sequence. So I tried using the A-J "sendAction(PlayDtmfAction)" interface > with that destination, but no luck. I get returnCode "Error". > > I also tried: > 1024@from-internal > Local/1024@from-internal > Loca1/1024@from-internal:1 > Local/1024 > > It seems like I am trying to pass the digit into the Dialplan at this > point, and I am wondering if the sendAction(PlayDtmfAction) will not work > for this case. Maybe something else is required in A-J? > > Thanks, > Greg > > > On Tue, May 21, 2013 at 11:28 PM, Chris Mylonas <ch...@mr...>wrote: > >> When your dialer module is connected to the meetme room, issue a dialplan >> function "core show channels" over AJ or on the asterisk CLI - you might be >> able to see which channel your dialer module is using >> >> *shrug* >> >> HTH >> Chris >> >> >> On Wed, May 22, 2013 at 12:42 PM, GregLHorton <gre...@gm...>wrote: >> >>> >>> 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--tp35422999p35422999.html >>> Sent from the Asterisk-Java Users mailing list archive at Nabble.com. >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> Try New Relic Now & We'll Send You this Cool Shirt >>> New Relic is the only SaaS-based application performance monitoring >>> service >>> that delivers powerful full stack analytics. Optimize and monitor your >>> browser, app, & servers with just a few lines of code. Try New Relic >>> and get this awesome Nerd Life shirt! >>> http://p.sf.net/sfu/newrelic_d2d_may >>> _______________________________________________ >>> Asterisk-java-users mailing list >>> Ast...@li... >>> https://lists.sourceforge.net/lists/listinfo/asterisk-java-users >>> >> >> >> >> -- >> >> -- sent from web mail -- >> >> >> ------------------------------------------------------------------------------ >> Try New Relic Now & We'll Send You this Cool Shirt >> New Relic is the only SaaS-based application performance monitoring >> service >> that delivers powerful full stack analytics. Optimize and monitor your >> browser, app, & servers with just a few lines of code. Try New Relic >> and get this awesome Nerd Life shirt! >> http://p.sf.net/sfu/newrelic_d2d_may >> _______________________________________________ >> Asterisk-java-users mailing list >> Ast...@li... >> https://lists.sourceforge.net/lists/listinfo/asterisk-java-users >> >> > > > ------------------------------------------------------------------------------ > Try New Relic Now & We'll Send You this Cool Shirt > New Relic is the only SaaS-based application performance monitoring service > that delivers powerful full stack analytics. Optimize and monitor your > browser, app, & servers with just a few lines of code. Try New Relic > and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may > _______________________________________________ > Asterisk-java-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users > > -- -- sent from web mail -- |