Hello,<br><br>In my dial plan I use bypass_media set to true because I want the codec negotiation be made by end points. Also I want the early_media to be bridge from Bleg to Aleg. For this setup I design this dialplan:<br>
<br>&lt;condition field=&quot;destination_number&quot; expression=&quot;^1&quot;&gt;<br>&lt;action application=&quot;set&quot; data=&quot;bypass_media=true&quot;/&gt;<br>&lt;action application=&quot;set&quot; data=&quot;bridge_early_media=true&quot;/&gt;<br>
&lt;action application=&quot;bridge&quot; data=&quot;sofia/external/xxxx&quot;/&gt;<br>&lt;/condition&gt;<br><br>Setting bypass_media and bridge_early_media to true cause no early media bridge. <br>If I set only bridge_early_media=true and uncomment bypass_media line then early media is bridged but no codec negotiation between end points.<br>
<br>How can I have also codec neg. between end points and early media bridged?<br><br>Thank you<br>