In your example FS is selecting the G711 alaw (PCMA) &#39;8&#39; codec. The client offers it, the FS reply only returns the codec it has selected.<div><br></div><div>Try a debug level log of the call. It will show you a description of the codec negotiation.</div>

<div><br></div><div>If you&#39;re not expecting the G711 codec to be accepted, check your codec preferences. Inbound and outbound are separate parameters, and if you&#39;re setting it from vars.conf.xml that sets a variable used in the sofia profile... the profile could be using a static value that&#39;s different.</div>

<div><br></div><div>There are also other parameters that&#39;ll have an effect on a bridged call such as late negotiation which would leave codec selection it up to the bleg.</div><div><br></div><div><br></div><div><br></div>

<div>-Steve</div><div><br></div><div><br></div><div><div><br><div><br><div class="gmail_quote">On 11 December 2012 22:02, Emrah <span dir="ltr">&lt;<a href="mailto:lists@kavun.ch" target="_blank">lists@kavun.ch</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
I am using FreeSWITCH Version 1.2.5.3+git~20121206T050429Z~91eef34d5c (git 91eef34 2012-12-06 05:04:29Z).<br>
When mod_ilbc is loaded, ILBC is used in any session where the client offers it, regardless of my codec preferences. This gets even stranger when you look at the SIP trace… FS doesn&#39;t offer ILBC. This is brand new, I wanted to enable ILBC just in case, and found out that I prefer it to G729.<br>


<br>
Here&#39;s some output of a trace:<br>
Client:<br>
v=0.<br>
o=- 3564251257 3564251257 IN IP4 10.0.0.102.<br>
s=pjmedia.<br>
c=IN IP4 10.0.0.102.<br>
t=0 0.<br>
a=X-nat:0.<br>
m=audio 4000 RTP/AVP 103 102 104 109 3 0 8 9 101.<br>
a=rtcp:4001 IN IP4 10.0.1.132.<br>
a=rtpmap:103 speex/16000.<br>
a=rtpmap:102 speex/8000.<br>
a=rtpmap:104 speex/32000.<br>
a=rtpmap:109 iLBC/8000.<br>
a=fmtp:109 mode=30.<br>
a=rtpmap:3 GSM/8000.<br>
a=rtpmap:0 PCMU/8000.<br>
a=rtpmap:8 PCMA/8000.<br>
a=rtpmap:9 G722/8000.<br>
a=sendrecv.<br>
a=rtpmap:101 telephone-event/8000.<br>
a=fmtp:101 0-15.<br>
<br>
FS:<br>
v=0.<br>
o=FreeSWITCH 1355242302 1355242303 IN IP4 1.2.3.4.<br>
s=FreeSWITCH.<br>
c=IN IP4 1.2.3.4.<br>
t=0 0.<br>
m=audio 20042 RTP/AVP 8 101.<br>
a=rtpmap:8 PCMA/8000.<br>
a=rtpmap:101 telephone-event/8000.<br>
a=fmtp:101 0-16.<br>
a=silenceSupp:off - - - -.<br>
a=ptime:20.<br>
<br>
<br>
Your input is greatly appreciated, as always.<br>
<br>
All the best,<br>
Emrah<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>
</blockquote></div><br></div></div></div>