I'm using Adhearsion to bridge calls together which results in running the following command in FreeSwitch: <br><pre><code>bgapi originate {return_ring_ready=true,origination_uuid=c7f279eb-eec8-458a-b6e4-89ee1018567f,origination_caller_id_number='<a href="tel:%2B14152345678" value="+14152345678" target="_blank">+14152345678</a>,originate_timeout=30}sofia/gateway/didlogic/<a href="tel:85512345678" value="+85512345678" target="_blank">85512345678</a> &park()<br>
<br></code>Leg B's (in this case <code><a href="tel:85512345678" value="+85512345678" target="_blank">85512345678</a></code>) phone rings but I cant hear any ringback signal.<br><br>I tried this out in another FreeSwitch dialplan using bridge e.g. <br>
<action application="bridge" data="<code> {return_ring_ready=true,origination_uuid=c7f279eb-eec8-458a-b6e4-89ee1018567f,origination_caller_id_number='<a href="tel:%2B14152345678" value="+14152345678" target="_blank">+14152345678</a>,originate_timeout=30}</code>sofia/gateway/didlogic/$${test_number}"/><br>
<br>And I can hear the ringback tone, so I'm assuming it has something to to with the park().<br><br>Does anyone know how to get the ringback signal to work in the above case like Adhearsion generates?<br><br></pre>