Are those variables being used in the outbound-codec-prefs or codec-prefs params in the sip profile?<br><br>What does the &quot;sofia status profile NAME&quot; output show for &quot;CODECS OUT&quot;?<br><br>-Steve<br><br><br>
<br><div class="gmail_quote">On 16 January 2011 20:59, Diego Viola <span dir="ltr">&lt;<a href="mailto:diego.viola@gmail.com">diego.viola@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hello,<br>
<br>
I&#39;m experiencing some strange issue with codecs. I have the following<br>
in my vars.xml file:<br>
<br>
  &lt;X-PRE-PROCESS cmd=&quot;set&quot;<br>
data=&quot;global_codec_prefs=G729,G7221@32000h,G7221@16000h,G722,PCMU,PCMA,GSM&quot;/&gt;<br>
  &lt;X-PRE-PROCESS cmd=&quot;set&quot; data=&quot;outbound_codec_prefs=G729,PCMU,PCMA,GSM&quot;/&gt;<br>
<br>
&quot;inbound-late-negotiation&quot; and &quot;disable-transcoding&quot; are commented in<br>
my internal SIP profile. So I guess I&#39;m in Early Negotiation (default<br>
behavior) mode.<br>
<br>
However, when I send a call to my provider, and I look at the SIP<br>
trace I see that FS is sending another codec, not G729 as I specified<br>
in the global_codec_prefs / outbound_codec_prefs parameters.<br>
<br>
I&#39;m sending calls like this:<br>
<br>
        &lt;action application=&quot;bridge&quot; data=&quot;sofia/internal/$<a href="mailto:1@38.102.93.70">1@38.102.93.70</a>&quot;/&gt;<br>
<br>
Here is a SIP trace of a call:<br>
<br>
<a href="http://pastebin.freeswitch.org/15042" target="_blank">http://pastebin.freeswitch.org/15042</a><br>
<br>
I&#39;m not understanding why FS is sending an INVITE with the G7221 codec<br>
in line 240, if I&#39;m telling it explicitly that I want G729 as the<br>
priority when possible in the codec prefs options. But I see G729 in<br>
the 200 OK in line 291.<br>
<br>
I&#39;ve been told to use absolute_codec_string=G729 in my dialplan or<br>
enable late negotiation, but why if I&#39;m already telling it to use G729<br>
in the codec prefs?<br>
<br>
my softphone IP: 190.23.80.10<br>
provider IP: 38.102.93.70<br>
FS IP: 77.92.65.126<br>
<br>
calls flow like this:<br>
<br>
softphone -&gt; FS -&gt; provider<br>
<br>
Any help appreciated.<br>
<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>