<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I'm experiencing no-way audio when using iLBC codec with FS.<br><br>interesting snippet from the dump:<br><br>we receive this INVITE, note iLBC is included both as payload 98 and payload 102.<br><br>INVITE&nbsp;<a href="sip:1203@192.168.1.245:4956;rinstance=018EE99B">sip:1203@192.168.1.245:4956;rinstance=018EE99B</a>&nbsp;SIP/2.0<br>Via: SIP/2.0/UDP 93.185.48.4;rport;branch=z9hG4bKSvyXBN2p9cZNp<br>Route: &lt;<a href="sip:1203@78.80.18.10:10142">sip:1203@78.80.18.10:10142</a>&gt;;rinstance=018EE99B<br>Max-Forwards: 69<br>From: "Extension 1205" &lt;<a href="sip:1205@pbx.acrobits.cz">sip:1205@pbx.acrobits.cz</a>&gt;;tag=43Bm32867KUBS<br>To: &lt;<a href="sip:1203@192.168.1.245:4956;rinstance=018EE99B">sip:1203@192.168.1.245:4956;rinstance=018EE99B</a>&gt;<br>Call-ID: 2ec155bb-f612-122f-3292-001a929b68ca<br>CSeq: 26276632 INVITE<br>Contact: &lt;<a href="sip:mod_sofia@93.185.48.4:5060">sip:mod_sofia@93.185.48.4:5060</a>&gt;<br>User-Agent: FreeSWITCH-mod_sofia/1.1.beta1-git-a239914 2012-03-26 10-53-39 -0500<br>Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO, REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE<br>Supported: timer, precondition, path, replaces<br>Allow-Events: talk, hold, presence, dialog, line-seize, call-info, sla, include-session-description, presence.winfo, message-summary, refer<br>Content-Type: application/sdp<br>Content-Disposition: session<br>Content-Length: 486<br>X-FS-Support: update_display,send_info<br>Remote-Party-ID: "Extension 1205" &lt;<a href="sip:1205@pbx.acrobits.cz">sip:1205@pbx.acrobits.cz</a>&gt;;party=calling;screen=yes;privacy=off<br><br>v=0<br>o=FreeSWITCH 1333204589 1333204590 IN IP4 93.185.48.4<br>s=FreeSWITCH<br>c=IN IP4 93.185.48.4<br>t=0 0<br>m=audio 20804 RTP/AVP 0 8 9 98 3 99 100 102 101 13<br>a=rtpmap:98 iLBC/8000<br>a=fmtp:98 mode=20<br>a=rtpmap:99 G7221/32000<br>a=fmtp:99 bitrate=48000<br>a=rtpmap:100 G7221/16000<br>a=fmtp:100 bitrate=32000<br>a=rtpmap:102 iLBC/8000<br>a=fmtp:102 mode=20<br>a=rtpmap:101 telephone-event/8000<br>a=fmtp:101 0-16<br>a=ptime:20<br>m=video 22668 RTP/AVP 34 103<br>a=rtpmap:34 H263/90000<br>a=rtpmap:103 H264/90000<br><br><br>we pick 102 version:<br><br>SIP/2.0 200 OK<br>Via: SIP/2.0/UDP 93.185.48.4;rport=5060;branch=z9hG4bKSvyXBN2p9cZNp;received=93.185.48.4<br>Contact: &lt;<a href="sip:1203@192.168.1.245:4956">sip:1203@192.168.1.245:4956</a>&gt;<br>From: "Extension 1205" &lt;<a href="sip:1205@pbx.acrobits.cz">sip:1205@pbx.acrobits.cz</a>&gt;;tag=43Bm32867KUBS<br>Call-ID: 2ec155bb-f612-122f-3292-001a929b68ca<br>CSeq: 26276632 INVITE<br>To: &lt;<a href="sip:1203@192.168.1.245:4956;rinstance=018EE99B">sip:1203@192.168.1.245:4956;rinstance=018EE99B</a>&gt;;tag=8466C9086B8AF5AE5586CEC0F3CFB45C<br>Allow: OPTIONS, INVITE, ACK, REFER, CANCEL, BYE, NOTIFY<br>Supported: replaces, path<br>Content-Type: application/sdp<br>Content-Length: 307<br><br>v=0<br>o=- 03870 51862 IN IP4 10.39.33.21<br>s=tinvgxd<br>c=IN IP4 10.39.33.21<br>t=0 0<br>m=audio 51132 RTP/AVP 102 101<br>a=rtpmap:101 TELEPHONE-EVENT/8000<br>a=rtpmap:102 ILBC/8000<br>a=fmtp:101 0-15<br>a=fmtp:102 mode=20<br>a=ptime:20<br>a=sendrecv<br>m=video 0 RTP/AVP 34 103<br>a=rtpmap:103 H264/90000<br>a=rtpmap:34 H263/90000<br><br><br>the NAT traversal feature of FS to send audio back to where it is send does not kick in in this case so the iLBC stream from us is ignored by FS and iLBC stream from FS goes to some private IP (we are not on the same private network as FS)<br><br>1) as soon as we send a re-INVITE it fixes itself (now only 102 is included)<br>2) If we declare the correct public IP in the SDP it also works.<br>3) other codecs work fine<br><br><br>So to me the problem can either be the dual payload, or iLBC vs ILBC. I think the latter is correct btw.<br><br>Thanks,<br><br>Stan</body></html>