<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi,<div class="">I am trying to accomplish the following and cannot get it to work.</div><div class="">On incoming calls, start playing an audio file and execute a bridge at the 7th second of the file without stopping playback.</div><div class="">I tried a bunch of combination, but this one is the one I feel the most certain about. The problem is that even though the scenario works, overtime I pick up the channel is hung up with a 487 originator cancelled. Not on the loopback channel, but on the one I picked up.</div><div class=""><br class=""></div><div class="">Here is my dialplan:</div><div class=""><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #34bbc7" class="">&lt;condition</span> field="destination_number" expression="^.*$"<span style="font-variant-ligatures: no-common-ligatures; color: #34bbc7" class="">&gt;</span></div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #34bbc7" class="">&lt;action</span> application="set" data="ringback=file_string:///usr/local/freeswitch/sounds/cl-welcome-moh.wav" /<span style="font-variant-ligatures: no-common-ligatures; color: #34bbc7" class="">&gt;</span></div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #34bbc7" class="">&lt;action</span> application="set" data="transfer_ringback=file_string:///usr/local/freeswitch/sounds/cl-welcome-moh.wav" /<span style="font-variant-ligatures: no-common-ligatures; color: #34bbc7" class="">&gt;</span></div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);" class=""><span style="color: rgb(52, 187, 199);" class="">&lt;action</span> application="export" data="rtp_secure_media=true"/<span style="color: rgb(52, 187, 199);" class="">&gt;</span></div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #34bbc7" class="">&lt;action</span> application="export" data="absolute_codec_string=PCMU,PCMA" /<span style="font-variant-ligatures: no-common-ligatures; color: #34bbc7" class="">&gt;</span></div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #34bbc7" class="">&lt;action</span> application="ring_ready"/<span style="font-variant-ligatures: no-common-ligatures; color: #34bbc7" class="">&gt;</span></div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #34bbc7" class="">&lt;action</span> application="sleep" data="1500" /<span style="font-variant-ligatures: no-common-ligatures; color: #34bbc7" class="">&gt;</span></div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #34bbc7" class="">&lt;action</span> application="answer" /<span style="font-variant-ligatures: no-common-ligatures; color: #34bbc7" class="">&gt;</span></div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #34bbc7" class="">&lt;action</span> application="sleep" data="200" /<span style="font-variant-ligatures: no-common-ligatures; color: #34bbc7" class="">&gt;</span></div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #34bbc7" class="">&lt;action</span> application="set" data="ignore_early_media=true" /<span style="font-variant-ligatures: no-common-ligatures; color: #34bbc7" class="">&gt;</span></div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #34bbc7" class="">&lt;action</span> application="bridge" data="{originate_delay_start=7000}<a href="mailto:user/emrah@domain.com" class="">user/emrah@domain.com</a>:_:loopback/wait/local/xml" /<span style="font-variant-ligatures: no-common-ligatures; color: #34bbc7" class="">&gt;</span></div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 187, 199);" class="">&lt;/condition&gt;</div></div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 187, 199);" class=""><br class=""></div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 187, 199);" class="">I'm running the latest v1.4 stable.</div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 187, 199);" class=""><br class=""></div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 187, 199);" class="">Any idea would be much appreciated.</div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 187, 199);" class=""><br class=""></div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 187, 199);" class="">Thanks</div></body></html>