<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif">Hi<br><br>Thanks for reply.<br><br></div><div class="gmail_default" style="font-family:verdana,sans-serif">Actually, what I have tried to do is, I don't configure any menu in confbridge.conf file, and here is application syntax like...<br>
ConfBridge(conference[,bridge_profile[,user_profile[,menu]]]).<br><br></div><div class="gmail_default" style="font-family:verdana,sans-serif">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.<br>
<br>As we have Meetme application, in which user join the meetme room and then pressed '*' it will play file e.g. conf-adminmenu <br></div><div class="gmail_default" style="font-family:verdana,sans-serif">I would like to do same thing in confbridge.<br>
<br>--<br></div><div class="gmail_default" style="font-family:verdana,sans-serif">Chandrakant Solanki<br></div><br><br><div class="gmail_default" style="font-family:verdana,sans-serif"><br></div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Fri, Dec 20, 2013 at 9:41 PM, Jason Ostrom <span dir="ltr"><<a href="mailto:jpo@pobox.com" target="_blank">jpo@pobox.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Chandrakant,<br>
<br>
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:<br>
dtmfmode=rfc2833<br>
<br>
In ingress through SIP trunk your provider would have to properly relay through rfc2833 or SIP INFO.<br>
<br>
The way I have been able to detect DTMF detection using confbridge is to configuring logger.conf to display DTMF on console, such as:<br>
console => notice,warning,error,dtmf<br>
<br>
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.<br>
<br>
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:<br>
dtmf_passthrough=yes<br>
<br>
Let me know if I can help further or if you figure out how to do DTMF Broadcast / relay to all conference participants.<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
On Dec 19, 2013, at 11:13 PM, Chandrakant Solanki <<a href="mailto:solanki.chandrakant@gmail.com">solanki.chandrakant@gmail.com</a>> wrote:<br>
<br>
> Hello All,<br>
><br>
> I am using ConfBridge application using Asterisk 11.5.1.<br>
><br>
> 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.<br>
><br>
> 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.<br>
><br>
> --<br>
> Chandrakant Solanki<br>
</div></div><span class="HOEnZb"><font color="#888888">> --<br>
> _____________________________________________________________________<br>
> -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
><br>
> asterisk-dev mailing list<br>
> To UNSUBSCRIBE or update options visit:<br>
>   <a href="http://lists.digium.com/mailman/listinfo/asterisk-dev" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-dev</a><br>
<br>
<br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-dev mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-dev" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-dev</a><br>
</font></span></blockquote></div><br></div>