<div dir="ltr">FS hangs up the call when it receives RTP DTMF Event.<div><br></div><div>FreeSwitch 1.2.10<div><br></div><div style>profile:</div><div style><div>&lt;profile name=&quot;myprofile&quot;&gt;</div><div>    &lt;settings&gt;</div>
<div>  &lt;param name=&quot;context&quot; value=&quot;mycontext&quot;/&gt;</div><div>  &lt;param name=&quot;debug&quot; value=&quot;1&quot;/&gt;</div><div>  &lt;param name=&quot;rfc2833-pt&quot; value=&quot;101&quot;/&gt;</div>
<div>  &lt;param name=&quot;sip-port&quot; value=&quot;5060&quot;/&gt;</div><div>  &lt;param name=&quot;dialplan&quot; value=&quot;XML&quot;/&gt;</div><div>  &lt;param name=&quot;dtmf-duration&quot; value=&quot;100&quot;/&gt;</div>
<div>  &lt;param name=&quot;dtmf-type&quot; value=&quot;rfc2833&quot;/&gt;</div><div>  &lt;param name=&quot;liberal-dtmf&quot; value=&quot;true&quot;/&gt;</div><div>  &lt;param name=&quot;codec-ms&quot; value=&quot;20&quot;/&gt;--&gt;<br>
</div><div>  &lt;param name=&quot;use-rtp-timer&quot; value=&quot;true&quot;/&gt;</div><div>  &lt;param name=&quot;sip-ip&quot; value=&quot;192.168.x.x&quot;/&gt;</div><div>  &lt;param name=&quot;rtp-ip&quot; value=&quot;192.168.x.x&quot;/&gt;</div>
<div>  &lt;param name=&quot;rtp-timeout-sec&quot; value=&quot;3000&quot;/&gt;</div><div>  &lt;param name=&quot;manage-presence&quot; value=&quot;false&quot;/&gt;<br></div><div>  &lt;param name=&quot;rtp-timeout-sec&quot; value=&quot;5&quot;/&gt;<br>
</div><div>  &lt;param name=&quot;inbound-codec-prefs&quot; value=&quot;$${global_codec_prefs}&quot;/&gt;</div><div>  &lt;param name=&quot;outbound-codec-prefs&quot; value=&quot;$${global_codec_prefs}&quot;/&gt; </div><div>
    &lt;/settings&gt;<br></div><div>&lt;/profile&gt;</div><div><br></div><div style>dialplan:</div><div style><div>    &lt;extension name=&quot;Local_Extension_3&quot;&gt;</div><div>      &lt;condition field=&quot;destination_number&quot; expression=&quot;^300$&quot;&gt;<br>
</div><div><span class="" style="white-space:pre">        </span>    &lt;action application=&quot;bridge&quot; data=&quot;sofia/myprofile/300@192.168.x.x:5060&quot;/&gt;</div><div>      &lt;/condition&gt;<br></div><div>    &lt;/extension&gt;<br>
</div></div></div><div><br></div><div style>modules:</div></div><div style><div>    &lt;load module=&quot;mod_console&quot;/&gt;</div><div>    &lt;load module=&quot;mod_logfile&quot;/&gt;</div><div>    &lt;load module=&quot;mod_enum&quot;/&gt;</div>
<div>    &lt;load module=&quot;mod_event_socket&quot;/&gt;</div><div>    &lt;load module=&quot;mod_sofia&quot;/&gt;</div><div>    &lt;load module=&quot;mod_loopback&quot;/&gt;</div><div>    &lt;load module=&quot;mod_commands&quot;/&gt;</div>
<div>    &lt;load module=&quot;mod_dptools&quot;/&gt;</div><div>    &lt;load module=&quot;mod_expr&quot;/&gt;</div><div>    &lt;load module=&quot;mod_fifo&quot;/&gt;</div><div>    &lt;load module=&quot;mod_hash&quot;/&gt;</div>
<div>    &lt;load module=&quot;mod_amr&quot;/&gt;</div><div>    &lt;load module=&quot;mod_speex&quot;/&gt;</div><div>    &lt;load module=&quot;mod_spandsp&quot;/&gt;</div><div>    &lt;load module=&quot;mod_com_g729&quot;/&gt;</div>
<div>    &lt;load module=&quot;mod_cluechoo&quot;/&gt;--&gt;<br></div><div>    &lt;load module=&quot;mod_dialplan_xml&quot;/&gt;</div><div>    &lt;load module=&quot;mod_g723_1&quot;/&gt;</div><div>    &lt;load module=&quot;mod_native_file&quot;/&gt;</div>
<div>    &lt;load module=&quot;mod_local_stream&quot;/&gt;</div><div>    &lt;load module=&quot;mod_tone_stream&quot;/&gt;</div><div>    &lt;load module=&quot;mod_xml_cdr&quot;/&gt;</div><div><br></div></div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Thu, Jun 6, 2013 at 5:20 PM, Mino Haluz <span dir="ltr">&lt;<a href="mailto:mino.haluz@gmail.com" target="_blank">mino.haluz@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">Hi,<div><br></div><div>if I use SIP INFO on leg A, FS detects everything fine, but in case I use rfc2833, after pressing number, it instantly hangs up the call.</div><div><br></div><div><div>
n2013-06-06 17:13:16.319289 [NOTICE] mod_sofia.c:1137 Hangup sofia/myprofile/sip:200@x.x.x.x:45703 [CS_EXCHANGE_MEDIA] [MEDIA_TIMEOUT]</div><div>2013-06-06 17:13:16.319289 [DEBUG] switch_channel.c:3096 Send signal sofia/myprofile/sip:200@x.x.x.x:45703 [KILL]</div>

<div>2013-06-06 17:13:16.319289 [DEBUG] switch_core_session.c:1333 Send signal sofia/myprofile/sip:200@x.x.x.x:45703 [BREAK]</div><div>2013-06-06 17:13:16.319289 [DEBUG] switch_ivr_bridge.c:533 sofia/myprofile/sip:200@x.x.x.x:45703 ending bridge by request from read function</div>

<div><br></div><div>I do not use any ivr module, or start_dtmf, or whatsoever setting related to dtmf. Any hint?</div><div><br></div><div>Thanks, </div><span class="HOEnZb"><font color="#888888"><div>Mino</div></font></span></div>
</div>
</blockquote></div><br></div>