Running FreeSwitch on Ubuntu 12.04 FreeSWITCH Version 1.3.0+git~20120823T225232Z~fbc83cb0ea<div><br></div><div>I&#39;m having a problem with no media/audio when bridging two external calls, however, if one of the legs is an internal extension the the audio works fine. Also, if I add bypass_media=true, the audio works for the two external call bridge as well.  I would really like to understand why this works this way and if there is a configuration option that would enable the internal and external bridging to work the same.  Here are two examples of the problem from the command line using sofia.</div>
<div><br></div><div>This fails on audio but makes a connection (external to external):</div><div>originate sofia/gateway/flowroute/1801xxxxxxx &amp;bridge(sofia/gateway/flowroute/1801yyyyyyy)</div><div><br></div><div>This works (external to external):</div>
<div>originate {bypass_media=true}sofia/gateway/flowroute/1801xxxxxxx &amp;bridge(sofia/gateway/flowroute/1801yyyyyyy)</div><div><br></div><div>This works (internal to external):</div><div>originate sofia/internal/1010%IPADDRESS &amp;bridge(sofia/gateway/flowroute/1801yyyyyyy)</div>
<div><br></div><div>This also works (internal to external):</div><div>originate {bypass_media=true}sofia/internal/1010%IPADDRESS &amp;bridge(sofia/gateway/flowroute/1801yyyyyyy)</div><div><br></div><div><br></div><div>Thanks for any explanation,</div>
<div><br></div><div>Lynn</div>