<div dir="ltr"><span style="font-size:12.8px">Hello,</span><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I have a problem with an inbound provider: sometimes dtmfs do not reach the freeswitch.</div><div style="font-size:12.8px">Provider told me that occurred because I am using G711 with rfc2833, and I should use only G711.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Inbound call from the carrier to FreeSwitch:</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">SDP in the INVITE carrier --&gt; FreeSwitch</div><div style="font-size:12.8px"><div>v=0</div><div>o=Sansay-VSXi 188 1 IN IP4 x.x.x.x</div><div>s=Session Controller</div><div>p=+X XXXXXXXX</div><div>c=IN IP4 x.x.x.x</div><div>t=0 0</div><div>m=audio 17774 RTP/AVP 18 0 8 101</div><div>a=rtpmap:18 G729/8000</div><div>a=fmtp:18 annexb=no</div><div>a=rtpmap:0 PCMU/8000</div><div>a=rtpmap:8 PCMA/8000</div><div>a=rtpmap:101 telephone-event/8000</div><div>a=fmtp:101 0-15</div><div>a=ptime:20</div></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">SDP in the 200 OK message from FreeSwitch--&gt;carrier:</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><div>v=0</div><div>o=FreeSWITCH 1486794789 1486794790 IN IP4 x.x.x.x</div><div>s=FreeSWITCH</div><div>c=IN IP4 x.x.x.x</div><div>t=0 0</div><div>m=audio 30088 RTP/AVP 0 101</div><div>a=rtpmap:0 PCMU/8000</div><div>a=rtpmap:101 telephone-event/8000</div><div>a=fmtp:101 0-16</div><div>a=ptime:20</div></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Carrier wants me to get rid of those session attributes in my 200 OK message:</div><div style="font-size:12.8px"><div>a=rtpmap:101 telephone-event/8000</div><div>a=fmtp:101 0-16</div></div><div style="font-size:12.8px">and media to be like this</div><div style="font-size:12.8px">m=audio 30088 RTP/AVP 0.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Could you please advise me how to do it?</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I have already tried to set up</div><div style="font-size:12.8px">dtmf-type=none and liberal-dtmf=false in SIP profiles, dtmf_type=none in Dialplan. In addition I tried start_dtmf before application answer.</div><div style="font-size:12.8px">Also in the vars.xml I specified to use PCMU and PCMA only for both global_codec_prefs and outbound_codec_prefs.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">My dialplan instruction for inbound call:</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><div> &lt;extension name=&quot;inbound_call&quot; continue=&quot;false&quot;&gt;</div><div>            &lt;condition field=&quot;destination_number&quot; expression=&quot;^79&quot; &gt;</div><div>                &lt;action application=&quot;answer&quot;/&gt;</div><div>                &lt;action application=&quot;sleep&quot; data=&quot;1000&quot;/&gt;</div><div>                &lt;action application=&quot;socket&quot; data=&quot;<a href="http://127.0.0.1:8800/" target="_blank">127.0.0.1:8800</a> async full&quot;/&gt;</div><div>            &lt;/condition&gt;</div><div>        &lt;/extension&gt;</div></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Im using several FreeSwitch boxes, one of them is 1.6.2 version another one is 1.6.14, but this problem occurres on both.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Thank you for your time and best regards,</div><div style="font-size:12.8px">Nikolay Zaytsev</div></div>