Hi Thanks for reply.
Actually, what I have tried to do is, I don't configure any menu in confbridge.conf file, and here is application syntax like... ConfBridge(conference[,bridge_profile[,user_profile[,menu]]]). But from asterisk's dialplan, I just passed ConfBridge(CONFERENCE_NUMBER), nothing else, so bridge user has don't have any menu option, while user pressed '*', so now how can i read DTMF, using any asterisk standard function. As we have Meetme application, in which user join the meetme room and then pressed '*' it will play file e.g. conf-adminmenu I would like to do same thing in confbridge. -- Chandrakant Solanki On Fri, Dec 20, 2013 at 9:41 PM, Jason Ostrom <[email protected]> wrote: > Chandrakant, > > It's my understanding that DTMF should be automatically detected on the > conference if the SIP UA has correct DTMF mode, such as the following in > sip.conf for peer: > dtmfmode=rfc2833 > > In ingress through SIP trunk your provider would have to properly relay > through rfc2833 or SIP INFO. > > The way I have been able to detect DTMF detection using confbridge is to > configuring logger.conf to display DTMF on console, such as: > console => notice,warning,error,dtmf > > In confbridge.conf you can have a simple menu to verify actions such as > muting, etc., and this is how I have been testing menu responses as > confbridge app detecting DTMF. > > My issue is that I can't get DTMF relay/broadcast to work so that any DTMF > digits entered are picked up by other conference users. I think the > setting is: > dtmf_passthrough=yes > > Let me know if I can help further or if you figure out how to do DTMF > Broadcast / relay to all conference participants. > > > On Dec 19, 2013, at 11:13 PM, Chandrakant Solanki < > [email protected]> wrote: > > > Hello All, > > > > I am using ConfBridge application using Asterisk 11.5.1. > > > > I would like to know is there any way to detect DTMF, without > configuring menu in confbridge.conf. If yes, then how it could be, please > help me. > > > > I would like to do thing like, user entered conference number and he is > into the conference, and when user press '*' then menu gets activated and > play prompt file. > > > > -- > > Chandrakant Solanki > > -- > > _____________________________________________________________________ > > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > > > asterisk-dev mailing list > > To UNSUBSCRIBE or update options visit: > > http://lists.digium.com/mailman/listinfo/asterisk-dev > > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-dev mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-dev >
-- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev
