<HTML>
<HEAD>
<TITLE>Re: [Freeswitch-users] Diff between the transfer and bridge application?</TITLE>
</HEAD>
<BODY>
<FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:11pt'>Transfer is used to restart the dialplan processing with the data provided... Application=”transfer” data=”extension DIALPLAN context” where extension is the same as “destination_number” field for the dialplan conditions... The XML in your example refers to XML dialplan, this could be a different dialplan module such as ENUM... The context is the dialplan context ie: default or public in the example configs...<BR>
<BR>
Bridge sends the call to an endpoint.. User/1001 is a special endpoint processor that translates via the user director to a bridge string of where that user is registered... <BR>
<BR>
<BR>
<BR>
<BR>
On 1/17/14 5:09 AM, "Fredrik Åhlén" <<a href="fredrik.h.ahlen@gmail.com">fredrik.h.ahlen@gmail.com</a>> wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12pt'>Hi, I am playing around with my demo installation of FreeSwitch and have a question regarding dialplans and dialplan applications. I’ve looked in the wiki but I am not sure of the practical differens between the transfer and bridge application?<BR>
<BR>
For example, you can “route” an inbound call to extension 1001 with both these configs:<BR>
1. <action application="transfer" data="1001 XML default"/><BR>
2. <action application="bridge" data="user/1001"/> <BR>
<BR>
Is the only diff that the transfer application executes the dialplan for the new extension but not in the bride case?<BR>
<BR>
With Best Regards,<BR>
Fred<BR>
</SPAN></FONT><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:11pt'><BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="95%"></SPAN></FONT><FONT SIZE="2"><FONT FACE="Consolas, Courier New, Courier"><SPAN STYLE='font-size:10pt'>_________________________________________________________________________<BR>
Professional FreeSWITCH Consulting Services:<BR>
<a href="consulting@freeswitch.org">consulting@freeswitch.org</a><BR>
<a href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a><BR>
<BR>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<BR>
<a href="http://www.cudatel.com">http://www.cudatel.com</a><BR>
<BR>
Official FreeSWITCH Sites<BR>
<a href="http://www.freeswitch.org">http://www.freeswitch.org</a><BR>
<a href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a><BR>
<a href="http://www.cluecon.com">http://www.cluecon.com</a><BR>
<BR>
FreeSWITCH-users mailing list<BR>
<a href="FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><BR>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><BR>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><BR>
<a href="http://www.freeswitch.org">http://www.freeswitch.org</a><BR>
</SPAN></FONT></FONT></BLOCKQUOTE><FONT SIZE="2"><FONT FACE="Consolas, Courier New, Courier"><SPAN STYLE='font-size:10pt'><BR>
</SPAN></FONT></FONT><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:11pt'>-- <BR>
Ken<BR>
<FONT COLOR="#0000FF"><U><a href="http://www.FreeSWITCH.org">http://www.FreeSWITCH.org</a><BR>
<a href="http://www.ClueCon.com">http://www.ClueCon.com</a><BR>
<a href="http://www.OSTAG.org">http://www.OSTAG.org</a><BR>
</U></FONT>irc.freenode.net #freeswitch<BR>
Twitter: @FreeSWITCH<BR>
<BR>
</SPAN></FONT>
</BODY>
</HTML>