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 <!-- Codec Interfaces --> 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> <X-PRE-PROCESS cmd="set" data="global_codec_prefs=PCMU,PCMA"/></div><div> <X-PRE-PROCESS cmd="set" data="outbound_codec_prefs=PCMU,PCMA"/></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><param name="inbound-codec-prefs" value="$${global_codec_prefs}"/></div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span><param name="outbound-codec-prefs" value="$${outbound_codec_prefs}"/></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"><<a href="mailto:msc@freeswitch.org">msc@freeswitch.org</a>></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"><<a href="mailto:mthakershi@gmail.com" target="_blank">mthakershi@gmail.com</a>></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'm assuming you don't want the calls to sound horrible, so don't use GSM. If you didn't pay for the G729 commercial licenses then don't use G729. That leaves good ol' 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>