OK. So did the following and now I do not get that warning anymore. Also wanted to remove unnecessary codec offerings.<div><br></div><div>1. Commented out all &lt;!-- Codec Interfaces --&gt; in modules.conf.xml (this reduced comparisons before final codec was being chosen)</div>
<div><br></div><div>2. Changed codec lines in vars.xml</div><div><div>  &lt;X-PRE-PROCESS cmd=&quot;set&quot; data=&quot;global_codec_prefs=PCMU,PCMA&quot;/&gt;</div><div>  &lt;X-PRE-PROCESS cmd=&quot;set&quot; data=&quot;outbound_codec_prefs=PCMU,PCMA&quot;/&gt;</div>
</div><div><br></div><div>3. Added these to sofia.conf.xml</div><div><div><span class="Apple-tab-span" style="white-space:pre">        </span>&lt;param name=&quot;inbound-codec-prefs&quot; value=&quot;$${global_codec_prefs}&quot;/&gt;</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>&lt;param name=&quot;outbound-codec-prefs&quot; value=&quot;$${outbound_codec_prefs}&quot;/&gt;</div></div><div><br></div><div>Thank you.</div><div><br></div>
<div>Malay</div><div><br></div><div><br></div><div><br><div class="gmail_quote">On Mon, Feb 28, 2011 at 8:44 PM, Michael Collins <span dir="ltr">&lt;<a href="mailto:msc@freeswitch.org">msc@freeswitch.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br><br><div class="gmail_quote"><div class="im">On Mon, Feb 28, 2011 at 4:34 PM, Malay Thakershi <span dir="ltr">&lt;<a href="mailto:mthakershi@gmail.com" target="_blank">mthakershi@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<p>Ok.<br>
I am using managed esl to send originate.</p>
<p>I will put these params in sofia profiles.</p>
<p>You said I am offering all codecs at once. How do I restrict this? And what should be the codec offered in my case?</p></blockquote><div><br></div></div><div>Well, assuming that what the other end sent is useful, the other end only offered 3 codecs in the SDP coming back:</div>

<div><div>   m=audio 19624 RTP/AVP 0 3 18</div><div>   a=rtpmap:0 PCMU/8000</div><div>   a=rtpmap:3 GSM/8000</div><div>   a=rtpmap:18 G729/8000</div></div><div><br></div><div><br></div><div>I&#39;m assuming you don&#39;t want the calls to sound horrible, so don&#39;t use GSM. If you didn&#39;t pay for the G729 commercial licenses then don&#39;t use G729. That leaves good ol&#39; PCMU. You can add this to the beginning of your originate dialstring:</div>

<div>{absolute_codec_string=PCMU}</div><div><br></div><div>See if that helps...</div><div><br></div><div>-MC</div><div><br></div></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>