Hi all,<br><br>here is my dialplan<br>        &lt;context name=&quot;default&quot;&gt;<br>                &lt;extension name=&quot;outbound_soc&quot;&gt;<br>                        &lt;condition field=&quot;destination_number&quot; expression=&quot;^.*$&quot;&gt;<br>
                                &lt;action application=&quot;log&quot; data=&quot;ERR ${domain_name}&quot;/&gt;<br>                                &lt;action application=&quot;set&quot; data=&quot;continue_on_fail=true&quot;/&gt;<br>
                                &lt;action application=&quot;set&quot; data=&quot;bypass_media=false&quot;/&gt;<br>                                &lt;action application=&quot;ring_ready&quot;/&gt;<br>                                &lt;action application=&quot;set&quot; data=&quot;ignore_early_media=true&quot;/&gt;<br>
                                &lt;action application=&quot;set&quot; data=&quot;exec_after_bridge_app=park&quot;/&gt;<br>                                &lt;action application=&quot;export&quot; data=&quot;RECORD_STEREO=true&quot;/&gt;<br>
                                &lt;action application=&quot;bridge&quot; data=&quot;user/1000&quot;/&gt;<br>                        &lt;/condition&gt;<br>                &lt;/extension&gt;<br>        &lt;/context&gt;<br>
<br>I made a call from 9952248266 to 39114601. As expected it called to the 1000 extension and I answered the call. I was using twinkle as a softphone.<br>Now from twinkle I initiated &quot;Transfer&quot;. I&#39;ve given &quot;9976975781&quot; as a number and I choose &quot;Blind Transfer&quot;.<br>
But the call didn&#39;t get proceeded.<br><br>Here is the log with sofia trace enabled.<br><a href="http://pastebin.freeswitch.org/15189">http://pastebin.freeswitch.org/15189</a><br><br>Once REFER is received by freeswitch, It replied with &quot;Accept&quot; for that refer, but after that the call was not proceeding!!<br>
<br>