Hi All,<br><br>I have two conferences set in my dialplan - one is bridged and is using mod_loopback (as advised in <meta http-equiv="content-type" content="text/html; charset=utf-8"><a href="http://jira.freeswitch.org/browse/FS-2741">http://jira.freeswitch.org/browse/FS-2741</a> ) the other is a normal one. Extensions in dialplan looks like:<br>
<br> &lt;extension name=&quot;3202&quot;&gt;<br>    &lt;condition field=&quot;destination_number&quot; expression=&quot;^202-conference$&quot;&gt;<br>      &lt;action application=&quot;bridge&quot; data=&quot;loopback/app=conference:202-conference@3202&quot;/&gt;<br>
    &lt;/condition&gt;<br>  &lt;/extension&gt;<br>  &lt;extension name=&quot;3203&quot;&gt;<br>    &lt;condition field=&quot;destination_number&quot; expression=&quot;^203-conference$&quot;&gt;<br>      &lt;action application=&quot;conference&quot; data=&quot;203-conference@3203&quot;/&gt;<br>
    &lt;/condition&gt;<br>  &lt;/extension&gt;<br><br>With the bridged conference I hit weird behaviour: there is a delay in audio that grows in time and can even touch 9 seconds in about 10 minutes. The other conference works just fine tested in same conditions as the first one. I have monitored FS console during both conferences but noticed nothing special. (running HEAD, commit 49a5effcdf2cea9e0ddcf146cf3fe85d1872e654)<br>
<br>Any pointer greatly appreciated,<br><br>Thanks,<br>George<br> <br>