Thanks for the information, good to know FreeSWITCH is behaving well :P<div><br></div><div>David, reloadxml doesn&#39;t do anything, since I&#39;m trying to use the absolute_codec_string with originate from the console, like so:</div>
<div><br></div><div>originate {ignore_early_media,verbose_sdp=true,absolute_codec_string=&#39;G729,PMCU&#39;}sofia/gateway/mygateway/444444 &amp;bridge(user/1001)</div><div><br></div><div>Paul, I am using <meta charset="utf-8">{absolute_codec_string=&#39;G729,PCMU&#39;}, and I get the same as if I don&#39;t quote the string, or if I just specify one codec:</div>
<meta charset="utf-8"><div><br></div><div><br></div><div><div>   v=0</div><div>   o=FreeSWITCH 1303728783 1303728784 IN IP4 127.0.0.1</div><div>   s=FreeSWITCH</div><div>   c=IN IP4 127.0.0.1</div><meta charset="utf-8"><div>
   t=0 0</div><div>   m=audio 22426 RTP/AVP 18 101 13</div><div>   a=rtpmap:18 G729/8000</div><div>   a=rtpmap:101 telephone-event/8000</div><div>   a=fmtp:101 0-16</div><div>   a=ptime:20</div></div><div><br></div><div><br>
<br><div class="gmail_quote">On Mon, Apr 25, 2011 at 12:45 PM, Paul Cupis <span dir="ltr">&lt;<a href="mailto:paul@cupis.co.uk">paul@cupis.co.uk</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On 25/04/11 17:22, Nicolas Brenner wrote:<br>
&gt; You are totally right, I was looking for the a=rtpmap:18 G729/8000 line. I<br>
&gt; find it weird that it is automatically inserted for SPEEX, but not for other<br>
&gt; codecs.<br>
<br>
</div>SPEEX does not have an IANA allocated mapping, so used dynamic mapping<br>
(98 is within the dynamic range) - dynamically mapped codecs must be<br>
specified verbosely in the SDP.<br>
<div class="im"><br>
&gt; Another thing I noticed, is I can&#39;t specify more than one codec, according<br>
&gt; to what I&#39;ve read about other issues, this has something to do with a comma<br>
&gt; parsing problem on the console (for some reason commas can&#39;t be escaped,<br>
&gt; this also affects trying to originate calls from ESL).<br>
&gt;<br>
&gt; So for absolute_codec_string=G729 I get this SDP (with verbose_sdp=true):<br>
<br>
</div>Try something like:<br>
<br>
 {absolute_codec_string=&#39;G729,PCMU&#39;}<br>
<br>
The quoting of the codecs should mean that the comma is &quot;escaped&quot; and<br>
therefore both codecs will be offered.<br>
<div><div></div><div class="h5"><br>
Regards,<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>
</div></div></blockquote></div><br></div>