Hi<br><br>This was interesting,my understanding was that SDP is(or SHOULD be)  never touched in case of disabled transcoding and enabled bypass media. It might be something related to negotiation settings.<br><br><br><div class="gmail_quote">
On Wed, Mar 14, 2012 at 11:40 AM, Faisal Rehman <span dir="ltr">&lt;<a href="mailto:faisal.rehman22@hotmail.com">faisal.rehman22@hotmail.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><div dir="ltr">
<div><div style="color:rgb(34,34,34)"><b>Hi Everyone,</b></div><div style="color:rgb(34,34,34)"><br></div><div style="color:rgb(34,34,34)"><br></div><div style="color:rgb(34,34,34)">We are working on scenario where Freeswitch is terminating calls a vendor with g729 passthru mode. But when we get the call terminated , termination side replies with static payload but freeswitch replies with <b>Dynamic</b> payload. Our customer wants to be replied with only static payload. How can we solve this?</div>
<div style="color:rgb(34,34,34)"> </div><div style="color:rgb(34,34,34)"><b>Situation:</b></div><div style="color:rgb(34,34,34)"> </div><div style="color:rgb(34,34,34)">Originator  -&gt; freeswitch -&gt; termination</div>
<div style="color:rgb(34,34,34)"> </div><div style="color:rgb(34,34,34)"><b>In session progress :</b></div><div style="color:rgb(34,34,34)"> </div><div style="color:rgb(34,34,34)">Termination side sends,</div><div style="color:rgb(34,34,34)">
 </div><div><font face="&#39;Courier New&#39;">m=audio 64034 RTP/AVP 18 101^M<br>a=rtpmap:18 G729/8000^M<br>a=fmtp:18 annexb=no^M</font></div><div><font face="&#39;Courier New&#39;"> </font></div><div><font face="&#39;Courier New&#39;">Freeswitch sends following to origination.</font></div>
<div><font face="&#39;Courier New&#39;"><span lang="EN"><br>m=audio 0 RTP/AVP 96 101<br>a=rtpmap:96 G729/8000<br>a=fmtp:96 annexb=no</span></font></div><br><font color="#222222"><br></font></div><div><font color="#222222"><b><u>Configuration File</u></b></font></div>
<div><font color="#222222"><b><font face="&#39;Courier New&#39;"><br></font></b></font></div><div><font color="#222222"><b><font face="&#39;Courier New&#39;"><br></font></b></font></div><div><b><font color="#ff0000" face="&#39;Courier New&#39;">external.xml:</font></b></div>
<div><br></div><div><font face="&#39;Courier New&#39;"><br></font></div><div><font face="&#39;Courier New&#39;">  &lt;settings&gt;<br>    &lt;param name=&quot;debug&quot; value=&quot;0&quot;/&gt;<br>        &lt;!-- If you want FreeSWITCH to shutdown if this profile fails to load, uncomment the next line. --&gt;<br>
        &lt;!-- &lt;param name=&quot;shutdown-on-fail&quot; value=&quot;true&quot;/&gt; --&gt;<br>    &lt;param name=&quot;sip-trace&quot; value=&quot;no&quot;/&gt;<br>    &lt;param name=&quot;rfc2833-pt&quot; value=&quot;101&quot;/&gt;<br>
    &lt;param name=&quot;sip-port&quot; value=&quot;$${external_sip_port}&quot;/<u></u>&gt;<br>    &lt;param name=&quot;dialplan&quot; value=&quot;XML&quot;/&gt;<br>    &lt;param name=&quot;context&quot; value=&quot;public2&quot;/&gt;<br>
    &lt;param name=&quot;dtmf-duration&quot; value=&quot;2000&quot;/&gt;<br>&lt;!--    &lt;param name=&quot;inbound-codec-prefs&quot; value=&quot;$${global_codec_prefs}&quot;<u></u>/&gt; --&gt;<br>&lt;!--    &lt;param name=&quot;outbound-codec-prefs&quot; value=&quot;$${outbound_codec_<u></u>prefs}&quot;/&gt; --&gt;<br>
  &lt;param name=&quot;disable-transcoding&quot; value=&quot;true&quot;/&gt;<br>         &lt;param name=&quot;inbound-late-<u></u>negotiation&quot; value=&quot;false&quot;/&gt;<br>&lt;param name=&quot;inbound-bypass-media&quot; value=&quot;true&quot;/&gt;</font></div>
<div><font face="&#39;Courier New&#39;">    &lt;param name=&quot;hold-music&quot; value=&quot;$${hold_music}&quot;/&gt;<br>    &lt;param name=&quot;rtp-timer-name&quot; value=&quot;soft&quot;/&gt;<br>    &lt;!--&lt;param name=&quot;enable-100rel&quot; value=&quot;true&quot;/&gt;--&gt;<br>
    &lt;!-- This could be set to &quot;passive&quot; --&gt;<br>    &lt;param name=&quot;local-network-acl&quot; value=&quot;localnet.auto&quot;/&gt;<br>    &lt;param name=&quot;manage-presence&quot; value=&quot;false&quot;/&gt;</font></div>
<div><font face="&#39;Courier New&#39;">    &lt;!-- used to share presence info across sofia profiles<br>         manage-presence needs to be set to passive on this profile<br>         if you want it to behave as if it were the internal profile<br>
         for presence.<br>    --&gt;<br>    &lt;!-- Name of the db to use for this profile --&gt;<br>    &lt;!--&lt;param name=&quot;dbname&quot; value=&quot;share_presence&quot;/&gt;--&gt;<br>    &lt;!--&lt;param name=&quot;presence-hosts&quot; value=&quot;$${domain}&quot;/&gt;--&gt;<br>
    &lt;!--&lt;param name=&quot;force-register-domain&quot; value=&quot;$${domain}&quot;/&gt;--&gt;</font></div><div><font face="&#39;Courier New&#39;">       for presence.<br>    --&gt;<br>    &lt;!-- Name of the db to use for this profile --&gt;<br>
    &lt;!--&lt;param name=&quot;dbname&quot; value=&quot;share_presence&quot;/&gt;--&gt;<br>    &lt;!--&lt;param name=&quot;presence-hosts&quot; value=&quot;$${domain}&quot;/&gt;--&gt;<br>    &lt;!--&lt;param name=&quot;force-register-domain&quot; value=&quot;$${domain}&quot;/&gt;--&gt;<br>
    &lt;!--all inbound reg will stored in the db using this domain --&gt;<br>    &lt;!--&lt;param name=&quot;force-register-db-<u></u>domain&quot; value=&quot;$${domain}&quot;/&gt;--&gt;<br>    &lt;!-- ******************************<u></u>******************* --&gt;</font></div>
<div><font face="&#39;Courier New&#39;">    &lt;!--&lt;param name=&quot;aggressive-nat-<u></u>detection&quot; value=&quot;true&quot;/&gt;--&gt;<br>    &lt;param name=&quot;inbound-codec-<u></u>negotiation&quot; value=&quot;generous&quot;/&gt;<br>
    &lt;param name=&quot;nonce-ttl&quot; value=&quot;60&quot;/&gt;<br>    &lt;param name=&quot;auth-calls&quot; value=&quot;false&quot;/&gt;<br>    &lt;!--<br>        DO NOT USE HOSTNAMES, ONLY IP ADDRESSES IN THESE SETTINGS!<br>
    --&gt;<br>    &lt;param name=&quot;rtp-ip&quot; value=&quot;$${local_ip_v4}&quot;/&gt;<br>    &lt;param name=&quot;sip-ip&quot; value=&quot;$${local_ip_v4}&quot;/&gt;<br>    &lt;param name=&quot;ext-rtp-ip&quot; value=&quot;auto-nat&quot;/&gt;<br>
    &lt;param name=&quot;ext-sip-ip&quot; value=&quot;auto-nat&quot;/&gt;<br>    &lt;param name=&quot;rtp-timeout-sec&quot; value=&quot;300&quot;/&gt;<br>    &lt;param name=&quot;rtp-hold-timeout-sec&quot; value=&quot;1800&quot;/&gt;<br>
    &lt;!--&lt;param name=&quot;enable-3pcc&quot; value=&quot;true&quot;/&gt;--&gt;</font></div><div><font face="&#39;Courier New&#39;">    &lt;!-- TLS: disabled by default, set to &quot;true&quot; to enable --&gt;<br>    &lt;param name=&quot;tls&quot; value=&quot;$${external_ssl_enable}<u></u>&quot;/&gt;<br>
    &lt;!-- additional bind parameters for TLS --&gt;<br>    &lt;param name=&quot;tls-bind-params&quot; value=&quot;transport=tls&quot;/&gt;<br>    &lt;!-- Port to listen on for TLS requests. (5081 will be used if unspecified) --&gt;<br>
    &lt;param name=&quot;tls-sip-port&quot; value=&quot;$${external_tls_port}&quot;/<u></u>&gt;<br>    &lt;!-- Location of the agent.pem and cafile.pem ssl certificates (needed for TLS server) --&gt;<br>    &lt;param name=&quot;tls-cert-dir&quot; value=&quot;$${external_ssl_dir}&quot;/&gt;<br>
    &lt;!-- TLS version (&quot;sslv23&quot; (default), &quot;tlsv1&quot;). NOTE: Phones may not work with TLSv1 --&gt;<br>    &lt;param name=&quot;tls-version&quot; value=&quot;$${sip_tls_version}&quot;/&gt;</font></div><div>
<font face="&#39;Courier New&#39;">  &lt;/settings&gt;</font></div><div><font face="&#39;Courier New&#39;"><br></font></div><div><font face="&#39;Courier New&#39;"><br></font></div><div><font face="&#39;Courier New&#39;"><br>
</font></div><div>Regards,</div><div><br></div><font color="#888888"><div><b>Faisal </b></div>                                               </font></div></div>
<br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Muhammad Danish Moosa<br><br>&quot; The core of mans&#39; spirit comes from new experiences. &quot;___ Christopher McCandless<br>