<div dir="ltr">Its also a bug to send bugs to the mailing list instead of <a href="http://jira.freeswitch.org">http://jira.freeswitch.org</a> <div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jan 16, 2015 at 12:12 PM, Thomas Auge <span dir="ltr">&lt;<a href="mailto:auge@virtues.net" target="_blank">auge@virtues.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello list,<br>
<br>
I noticed that in an opus call where the a-leg sends usedtx=0, it is properly forwarded to the b-leg, which in this case<br>
also correctly responds with usedtx=0. However, the local SDP for the a-leg then does not have usedtx in the fmtp at<br>
all, and it seems to be enabled.<br>
<br>
My C skills are limited, but could this be a bug:<br>
<br>
static opus_codec_settings_t default_codec_settings = {<br>
....<br>
     /*.usedtx */ 1,<br>
....<br>
};<br>
<br>
By default, usedtx is enabled, correct?<br>
<br>
However, in<br>
<br>
static char *gen_fmtp(opus_codec_settings_t *settings, switch_memory_pool_t *pool)<br>
<br>
there&#39;s this:<br>
<br>
if (settings-&gt;usedtx) {<br>
     snprintf(buf + strlen(buf), sizeof(buf) - strlen(buf), &quot;usedtx=1; &quot;);<br>
}<br>
<br>
<br>
Am I interpreting this correctly that if usedtx is zero, it is omitted in the fmtp line, but then enabled, because<br>
that&#39;s the default setting?<br>
<br>
Problem is that Chrome can&#39;t handle DTX and generates comfort noise every time it kicks in.<br>
<br>
Cheers!<br>
<br>
Thomas<br>
<br>
P.S.: If my interpretation is correct, it&#39;ll also affect useinbandfec.<br>
<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>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" target="_blank">http://confluence.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><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">Anthony Minessale II       ♬ @anthmfs  ♬ @FreeSWITCH  ♬<div><br><div>☞ <a href="http://freeswitch.org/" target="_blank">http://freeswitch.org/</a>  ☞ <a href="http://cluecon.com/" target="_blank">http://cluecon.com/</a>  ☞ <a href="http://twitter.com/FreeSWITCH" target="_blank">http://twitter.com/FreeSWITCH</a></div><div><div>☞ <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch ☞ <u><a href="http://freeswitch.org/g+" target="_blank">http://freeswitch.org/g+</a></u><br><br></div><div>ClueCon Weekly Development Call <br></div><div>☎ <a href="mailto:sip%3A888@conference.freeswitch.org" target="_blank">sip:888@conference.freeswitch.org</a>  ☎ +19193869900 </div><div><br></div></div></div></div></div>
</div>