For the record, line #107 contains the codecs (and other stuff) that FS offered:<div><br></div><div><span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: &#39;Courier New&#39;, Courier, monospace; font-size: 11px; background-color: rgb(255, 255, 255); ">m=audio <span class="nu0">16480</span> RTP/AVP <span class="nu0">8</span> <span class="nu0">0</span> <span class="nu0">9</span> <span class="nu0">101</span> <span class="nu0">13</span></span><br>
<br>The &quot;8 0 9 101 13&quot; represent the codecs (and other stuff). What do those numbers mean? This wiki page has the list:</div><div><br></div><div><a href="http://wiki.freeswitch.org/wiki/RTP_payload_list">http://wiki.freeswitch.org/wiki/RTP_payload_list</a></div>
<div><br></div><div>The SDP spec says that for non-dynamic payload numbers you are NOT required to have the &quot;a=rtpmap&quot; lines. This makes sense because those payload numbers don&#39;t change meaning until you get up to 96 and higher. The issue is that some devices are broken and require the &quot;a=rtpmap&quot; lines for the payload types below number 96. The verbose_sdp chan var mentioned by KK tells FS to add all those a=rtpmap lines for the non-dynamic payload types. You should only set this var when absolutely necessary because those verbose SDP&#39;s can cause the packets to be larger than the allowable MTU size.</div>
<div><br></div><div>Dontcha just *love* SIP/SDP interop? :)</div><div><br></div><div>-MC <br><br><div class="gmail_quote">On Tue, Sep 13, 2011 at 8:01 AM, Avi Marcus <span dir="ltr">&lt;<a href="mailto:avi@avimarcus.net">avi@avimarcus.net</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"><div>I see a failed bridge to my second carrier. The  sip_local_sdp_str doesn&#39;t show PCMU in it - did FS not offer any codecs?</div>
<div>

FS log: <a href="http://pastebin.freeswitch.org/17316" target="_blank">http://pastebin.freeswitch.org/17316</a></div><div>PCAP: <a href="http://ge.tt/95tFji7" target="_blank">http://ge.tt/95tFji7</a></div>

<div><br></div><div>Can someone tell me what&#39;s going on here?</div><div><br></div><font color="#888888"><div><span style="font-family:Verdana, Arial, Helvetica, sans-serif">-Avi</span></div>
</font></div>
<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></div>