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><condition field="destination_number" expression="^1"><br><action application="set" data="bypass_media=true"/><br><action application="set" data="bridge_early_media=true"/><br>
<action application="bridge" data="sofia/external/xxxx"/><br></condition><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>