transfer is like a goto. It does not return by design, it reenters dialplan with the new destination_number+context you give.<div><br></div><div>Perhaps you want execute_extension?</div><div><a href="https://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_execute_extension">https://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_execute_extension</a></div>

<div>Or the loopback endpoint.<br><div><br></div><div>-Steve</div><div><br></div><div><br></div><div><br><br><div class="gmail_quote">On 18 June 2013 08:45, bhavik patel <span dir="ltr">&lt;<a href="mailto:bhavikpatel14388@gmail.com" target="_blank">bhavikpatel14388@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi All,<br><br>I have created one Dialplan and tried to debug call flow and found some issues in that.<br><br>1) If we use transfer application for call handling then we are not getting call pointer back for further execution and execution stops at that point.<br>


2) We&#39;re not getting call pointer back from transfer application in any case,Execution stops.<br><br>If transfer application failed then it execute another bridige application will execute but transfer application can not back to next pointer :<br>


Here is the my Dialplan:<br><br>&lt;application app_name=&quot;set&quot; app_data=&quot;hangup_after_bridge=true&quot;&gt;&lt;/application&gt;<br>&lt;application last_executed=&quot;true&quot; app_name=&quot;transfer&quot; app_data=&quot;4545664 XML default&quot;&gt;&lt;/application&gt;<br>


&lt;application app_name=&quot;bridge&quot; app_data=&quot;sofia/pbxsystem/test&quot;&gt;&lt;/application&gt;<span class="HOEnZb"><font color="#888888"><br clear="all"><br>-- <br>Thanks,<br>Bhavik Patel<br><br>
</font></span><br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></div></div>