<div dir="ltr">Hi,<div><br></div><div>I have an extension which first bridges a call through a sofia gateway and on timeout then bridges the call to loopback/app=voicemail.</div><div><br></div><div>When ignore_early_media is false and the call is rejected (ie. busy) then call goes to voicemail and sound is heard. Call_timeout is ignored in this scenario so I changed ignore_early_media to ring_ready/true. Now when the bridge times out it is bridged to the voicemail as with the rejected call, but no sound is coming from voicemail at all. The console shows it going through the prompts as usual and there are no indications of an error.</div>

<div><br></div><div>If I call the voicemail app directly without the bridge, sound works as expected.</div><div><br></div><div><div>&lt;extension name=&quot;test&quot;&gt;</div><div>  &lt;condition field=&quot;destination_number&quot; expression=&quot;^(\d+)$&quot;&gt;</div>

<div>    &lt;action application=&quot;export&quot; data=&quot;dialed_extension=$1&quot;/&gt;</div><div>    &lt;action application=&quot;set&quot; data=&quot;proxy_media=false&quot;/&gt;</div><div>    &lt;action application=&quot;set&quot; data=&quot;continue_on_fail=true&quot;/&gt;</div>

<div>    &lt;action application=&quot;set&quot; data=&quot;hangup_after_bridge=true&quot;/&gt;</div><div>    &lt;action application=&quot;set&quot; data=&quot;call_timeout=20&quot;/&gt;</div><div>    &lt;action application=&quot;set&quot; data=&quot;ignore_early_media=ring_ready&quot;/&gt;</div>

<div>    &lt;action application=&quot;bridge&quot; data=&quot;sofia/gateway/pbxs1/${dialed_extension}|sofia/gateway/pbxs2/${dialed_extension}&quot;/&gt;</div><div>    &lt;action application=&quot;answer&quot;/&gt;</div><div>

    &lt;action application=&quot;sleep&quot; data=&quot;500&quot;/&gt;</div><div>    &lt;action application=&quot;bridge&quot; data=&quot;{default_language=da}loopback/app=voicemail:default ${domain_name} ${dialed_extension}&quot;/&gt;</div>

<div>    &lt;!--&lt;action application=&quot;voicemail&quot; data=&quot;default ${domain_name} ${dialed_extension}&quot; /&gt;--&gt;</div><div>  &lt;/condition&gt;</div><div>&lt;/extension&gt;</div></div><div><br></div><div>

<div>-- <br><font color="#666666"><font face="arial, helvetica, sans-serif">Tais Plougmann Hansen</font><font face="arial, helvetica, sans-serif"><br></font></font><div><font face="arial, helvetica, sans-serif" color="#666666"><br>

</font></div><div><table><tbody><tr><td><font face="arial, helvetica, sans-serif" color="#666666"><img src="http://osd.dk/img/osd-signature.png"></font></td><td><font face="arial, helvetica, sans-serif" color="#666666">OSD Consulting ApS<br>

<a href="http://osd.dk/" target="_blank">osd.dk</a><br>Tel: +45 78101078<br>CVR: DK31332737<br></font></td></tr></tbody></table></div>
</div></div></div>