<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Iam using the latest FreeSWITCh version (updated today morning). <BR>&nbsp;<BR>FS terminates on receiving any DTMF digits from the callee. I have not set bridge_terminate_key. <BR>&nbsp;<BR>Iam creation an oubound session and bridging the inbound and oubound session. Code snippet is<BR>&nbsp;<BR>var session = new ManagedSession("{origination_caller_id_number=" + callerIdNumber + ",originate_timeout=8" + "}sofia/gateway/408xxxxyyyy");<br>string outBoundUuid = session.GetVariable("uuid");<br>if (string.IsNullOrEmpty(outBoundUuid))<br>{ // Log error; <br>&nbsp;&nbsp;&nbsp; return;<br>}<br>freeswitch.bridge(inboundSession, session); <BR>&nbsp;<BR>Also I have tried setting hangup_after_bridge=false. <BR>&nbsp;<BR>Regards<BR>Srini<BR><br><br>&nbsp;<BR><div><div id="SkyDrivePlaceholder"></div>&gt; Date: Thu, 9 Feb 2012 18:17:45 -0600<br>&gt; From: anthony.minessale@gmail.com<br>&gt; To: freeswitch-users@lists.freeswitch.org<br>&gt; Subject: Re: [Freeswitch-users] FreeSWITCH ends the calls after receiving DTMF from the Callee.<br>&gt; <br>&gt; the obvious reason would be setting bridge_terminate_key=1<br>&gt; but I don't know where your bridge is being started based on your<br>&gt; description or what version of the code you are using.<br>&gt; <br>&gt; On Thu, Feb 9, 2012 at 6:06 PM, Srini K &lt;aksrini@hotmail.com&gt; wrote:<br>&gt; &gt; Any reason that it didn't return success. Anything Iam missing it out.<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;&gt; Date: Thu, 9 Feb 2012 17:33:01 -0600<br>&gt; &gt;&gt; From: anthony.minessale@gmail.com<br>&gt; &gt;&gt; To: freeswitch-users@lists.freeswitch.org<br>&gt; &gt;&gt; Subject: Re: [Freeswitch-users] FreeSWITCH ends the calls after receiving<br>&gt; &gt;&gt; DTMF from the Callee.<br>&gt; &gt;<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; bridge with input_callback and did not return success.<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; On Thu, Feb 9, 2012 at 5:28 PM, Srini K &lt;aksrini@hotmail.com&gt; wrote:<br>&gt; &gt;&gt; &gt; Hi,<br>&gt; &gt;&gt; &gt; I have configured FreeSWITCH to receive DTMF by<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; &lt;param name="liberal-dtmf" value="true"/&gt;<br>&gt; &gt;&gt; &gt; &lt;variable direction="both" name="dtmf_type" value="info"/&gt;<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; in both sip_profile internal and external files.<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; Iam using mod managed and I have subscribed to receive DTMF events.<br>&gt; &gt;&gt; &gt; I can process DTMF from Caller without any problem. When I receive DTMF<br>&gt; &gt;&gt; &gt; from<br>&gt; &gt;&gt; &gt; the callee as Sip Info, I do receive the DTMF event from the FreeSWITCH<br>&gt; &gt;&gt; &gt; and<br>&gt; &gt;&gt; &gt; immediately FreeSWITCH disconnects the call.<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; Snapshot of the log is...<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; [DEBUG] sofia.c:7229 INFO DTMF(1)<br>&gt; &gt;&gt; &gt; [DEBUG] sofia.c:7307 dispatched freeswitch event for INFO<br>&gt; &gt;&gt; &gt; [DEBUG] switch_core_session.c:875 Send signal sofia/external/yyyyyyyyyy<br>&gt; &gt;&gt; &gt; [BREAK]<br>&gt; &gt;&gt; &gt; [DEBUG] switch_ivr_bridge.c:383 sofia/external/yyyyyyyyyy ended call via<br>&gt; &gt;&gt; &gt; DTMF<br>&gt; &gt;&gt; &gt; [DEBUG] switch_ivr_bridge.c:384 Send signal<br>&gt; &gt;&gt; &gt; sofia/external/xxxxxxxxxx@10.10.2.3 [BREAK]<br>&gt; &gt;&gt; &gt; [DEBUG] switch_ivr_bridge.c:586 BRIDGE THREAD DONE<br>&gt; &gt;&gt; &gt; [sofia/external/yyyyyyyyyy]<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; Whether Iam missing anything in the config?<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; Thanks in advance.<br>&gt; &gt;&gt; &gt; Srini<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; _________________________________________________________________________<br>&gt; &gt;&gt; &gt; Professional FreeSWITCH Consulting Services:<br>&gt; &gt;&gt; &gt; consulting@freeswitch.org<br>&gt; &gt;&gt; &gt; http://www.freeswitchsolutions.com<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>&gt; &gt;&gt; &gt; http://www.cudatel.com<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; Official FreeSWITCH Sites<br>&gt; &gt;&gt; &gt; http://www.freeswitch.org<br>&gt; &gt;&gt; &gt; http://wiki.freeswitch.org<br>&gt; &gt;&gt; &gt; http://www.cluecon.com<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; FreeSWITCH-users mailing list<br>&gt; &gt;&gt; &gt; FreeSWITCH-users@lists.freeswitch.org<br>&gt; &gt;&gt; &gt; http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br>&gt; &gt;&gt; &gt; UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br>&gt; &gt;&gt; &gt; http://www.freeswitch.org<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt;<br>&gt; &gt;&gt;<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; --<br>&gt; &gt;&gt; Anthony Minessale II<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; FreeSWITCH http://www.freeswitch.org/<br>&gt; &gt;&gt; ClueCon http://www.cluecon.com/<br>&gt; &gt;&gt; Twitter: http://twitter.com/FreeSWITCH_wire<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; AIM: anthm<br>&gt; &gt;&gt; MSN:anthony_minessale@hotmail.com<br>&gt; &gt;&gt; GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com<br>&gt; &gt;&gt; IRC: irc.freenode.net #freeswitch<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; FreeSWITCH Developer Conference<br>&gt; &gt;&gt; sip:888@conference.freeswitch.org<br>&gt; &gt;&gt; googletalk:conf+888@conference.freeswitch.org<br>&gt; &gt;&gt; pstn:+19193869900<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; _________________________________________________________________________<br>&gt; &gt;&gt; Professional FreeSWITCH Consulting Services:<br>&gt; &gt;&gt; consulting@freeswitch.org<br>&gt; &gt;&gt; http://www.freeswitchsolutions.com<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>&gt; &gt;&gt; http://www.cudatel.com<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; Official FreeSWITCH Sites<br>&gt; &gt;&gt; http://www.freeswitch.org<br>&gt; &gt;&gt; http://wiki.freeswitch.org<br>&gt; &gt;&gt; http://www.cluecon.com<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; FreeSWITCH-users mailing list<br>&gt; &gt;&gt; FreeSWITCH-users@lists.freeswitch.org<br>&gt; &gt;&gt; http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br>&gt; &gt;&gt; UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br>&gt; &gt;&gt; http://www.freeswitch.org<br>&gt; &gt;<br>&gt; &gt; _________________________________________________________________________<br>&gt; &gt; Professional FreeSWITCH Consulting Services:<br>&gt; &gt; consulting@freeswitch.org<br>&gt; &gt; http://www.freeswitchsolutions.com<br>&gt; &gt;<br>&gt; &gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>&gt; &gt; http://www.cudatel.com<br>&gt; &gt;<br>&gt; &gt; Official FreeSWITCH Sites<br>&gt; &gt; http://www.freeswitch.org<br>&gt; &gt; http://wiki.freeswitch.org<br>&gt; &gt; http://www.cluecon.com<br>&gt; &gt;<br>&gt; &gt; FreeSWITCH-users mailing list<br>&gt; &gt; FreeSWITCH-users@lists.freeswitch.org<br>&gt; &gt; http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br>&gt; &gt; UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br>&gt; &gt; http://www.freeswitch.org<br>&gt; &gt;<br>&gt; <br>&gt; <br>&gt; <br>&gt; -- <br>&gt; Anthony Minessale II<br>&gt; <br>&gt; FreeSWITCH http://www.freeswitch.org/<br>&gt; ClueCon http://www.cluecon.com/<br>&gt; Twitter: http://twitter.com/FreeSWITCH_wire<br>&gt; <br>&gt; AIM: anthm<br>&gt; MSN:anthony_minessale@hotmail.com<br>&gt; GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com<br>&gt; IRC: irc.freenode.net #freeswitch<br>&gt; <br>&gt; FreeSWITCH Developer Conference<br>&gt; sip:888@conference.freeswitch.org<br>&gt; googletalk:conf+888@conference.freeswitch.org<br>&gt; pstn:+19193869900<br>&gt; <br>&gt; _________________________________________________________________________<br>&gt; Professional FreeSWITCH Consulting Services:<br>&gt; consulting@freeswitch.org<br>&gt; http://www.freeswitchsolutions.com<br>&gt; <br>&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>&gt; http://www.cudatel.com<br>&gt; <br>&gt; Official FreeSWITCH Sites<br>&gt; http://www.freeswitch.org<br>&gt; http://wiki.freeswitch.org<br>&gt; http://www.cluecon.com<br>&gt; <br>&gt; FreeSWITCH-users mailing list<br>&gt; FreeSWITCH-users@lists.freeswitch.org<br>&gt; http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br>&gt; UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br>&gt; http://www.freeswitch.org<br></div>                                               </div></body>
</html>