<HTML><HEAD></HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: 'Calibri'; COLOR: #000000">
<DIV>Hi Joćo,</DIV>
<DIV> </DIV>
<DIV>Im about to visit this issue again, did you manage to get anywhere with
it? I could do with a little guidance if you know how to achieve this call
swapping feature.</DIV>
<DIV> </DIV>
<DIV>Kind Regards,</DIV>
<DIV> </DIV>
<DIV>Stuart Mills</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV
style="FONT-SIZE: small; FONT-FAMILY: 'Calibri'; FONT-WEIGHT: normal; COLOR: #000000; FONT-STYLE: normal; TEXT-DECORATION: none; DISPLAY: inline">
<DIV style="FONT: 10pt tahoma">
<DIV> </DIV>
<DIV style="BACKGROUND: #f5f5f5">
<DIV style="font-color: black"><B>From:</B> <A title=jmesquita@freeswitch.org
href="mailto:jmesquita@freeswitch.org">Joćo Mesquita</A> </DIV>
<DIV><B>Sent:</B> Wednesday, June 26, 2013 7:49 PM</DIV>
<DIV><B>To:</B> <A title=freeswitch-users@lists.freeswitch.org
href="mailto:freeswitch-users@lists.freeswitch.org">FreeSWITCH Users Help</A>
</DIV>
<DIV><B>Subject:</B> [Bulk] Re: [Freeswitch-users] [Bulk] Re: att_xfer
question</DIV></DIV></DIV>
<DIV> </DIV></DIV>
<DIV
style="FONT-SIZE: small; FONT-FAMILY: 'Calibri'; FONT-WEIGHT: normal; COLOR: #000000; FONT-STYLE: normal; TEXT-DECORATION: none; DISPLAY: inline">
<DIV dir=ltr>You will have to do it manually. Meaning that you will need to park
extensions and keep state yourself. I am working on that exact same thing right
now and I can tell you that it is not an easy task.</DIV>
<DIV class=gmail_extra>
<DIV> </DIV>
<DIV>Joćo Mesquita<BR>FreeSWITCH Solutions<BR></DIV><BR><BR>
<DIV class=gmail_quote>On Wed, Jun 26, 2013 at 12:32 PM, Stuart Mills <SPAN
dir=ltr><<A href="mailto:stuart.mills3@btopenworld.com"
target=_blank>stuart.mills3@btopenworld.com</A>></SPAN> wrote:<BR>
<BLOCKQUOTE class=gmail_quote
style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<DIV dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: 'Calibri'">
<DIV>Hi Joćo,</DIV>
<DIV> </DIV>
<DIV>Thanks for your reply, the honest answer is it simply seemed like the
best way to do it.</DIV>
<DIV> </DIV>
<DIV>Could you recommend another way to implement such features into my
service, I am using the ESL to do as much as possible but att_xfer seemed to
cater for most features I needed to implement.</DIV>
<DIV> </DIV>
<DIV>Many thanks,</DIV>
<DIV> </DIV>
<DIV>Stuart Mills</DIV>
<DIV
style="FONT-SIZE: small; FONT-FAMILY: 'Calibri'; FONT-WEIGHT: normal; FONT-STYLE: normal; TEXT-DECORATION: none; DISPLAY: inline">
<DIV style="FONT: 10pt tahoma">
<DIV> </DIV>
<DIV style="BACKGROUND: #f5f5f5">
<DIV><B>From:</B> <A title=jmesquita@freeswitch.org
href="mailto:jmesquita@freeswitch.org" target=_blank>Joćo Mesquita</A> </DIV>
<DIV><B>Sent:</B> Wednesday, June 26, 2013 2:37 PM</DIV>
<DIV><B>To:</B> <A title=freeswitch-users@lists.freeswitch.org
href="mailto:freeswitch-users@lists.freeswitch.org" target=_blank>FreeSWITCH
Users Help</A> </DIV>
<DIV><B>Subject:</B> [Bulk] Re: [Freeswitch-users] att_xfer
question</DIV></DIV></DIV>
<DIV> </DIV></DIV>
<DIV
style="FONT-SIZE: small; FONT-FAMILY: 'Calibri'; FONT-WEIGHT: normal; FONT-STYLE: normal; TEXT-DECORATION: none; DISPLAY: inline">
<DIV>
<DIV class=h5>
<DIV dir=ltr>This sort of call swapping is not implemented on the source code.
I was one of the guys that wanted this type of feature implemented on the core
instead of on the endpoint modules or endpoints itself and I have to say that
once you understand the code you understand why it is not supposed to be
there. I now advocate to completely remove the feature because it causes only
headaches and make you look for a solution in the wrong place.
<DIV> </DIV>
<DIV>So, to the real question, why are you using att_xfer? I am still waiting
for a valid use case.</DIV>
<DIV> </DIV>
<DIV>Regards,</DIV>
<DIV>JM</DIV></DIV>
<DIV class=gmail_extra>
<DIV> </DIV>
<DIV>Joćo Mesquita<BR>FreeSWITCH Solutions<BR></DIV><BR><BR>
<DIV class=gmail_quote>On Wed, Jun 26, 2013 at 6:38 AM, Stuart Mills <SPAN
dir=ltr><<A href="mailto:stuart.mills3@btopenworld.com"
target=_blank>stuart.mills3@btopenworld.com</A>></SPAN> wrote:<BR>
<BLOCKQUOTE class=gmail_quote
style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<DIV dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: 'Calibri'">
<DIV>Hi all,</DIV>
<DIV> </DIV>
<DIV>I have a question which is hopefully not too complicated.</DIV>
<DIV> </DIV>
<DIV>Im playing with mid call transfer features, I have an extension in
features.conf to do the MCT which works fine, a_leg connects to the b_leg,
then b_leg transfer to destination c_leg and can talk. </DIV>
<DIV> </DIV>
<DIV>My question is this, is it then easy for b_leg to toggle the call
between a_leg and c_leg, I take it its just another feature extension that
bridges calls between the 2 legs, could it be that simple?</DIV>
<DIV> </DIV>
<DIV>Kind Regards,</DIV><SPAN><FONT color=#888888>
<DIV> </DIV>
<DIV>Stuart
Mills</DIV></FONT></SPAN></DIV></DIV></DIV><BR>_________________________________________________________________________<BR>Professional
FreeSWITCH Consulting Services:<BR><A
href="mailto:consulting@freeswitch.org"
target=_blank>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"
target=_blank>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>
<DIV> </DIV></DIV></DIV></DIV>
<HR>
<DIV
class=im>_________________________________________________________________________<BR>Professional
FreeSWITCH Consulting Services:<BR><A href="mailto:consulting@freeswitch.org"
target=_blank>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"
target=_blank>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></DIV></DIV></DIV></DIV></DIV><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>
<DIV> </DIV></DIV>
<P>
<HR>
_________________________________________________________________________<BR>Professional
FreeSWITCH Consulting
Services:<BR>consulting@freeswitch.org<BR>http://www.freeswitchsolutions.com<BR><BR>FreeSWITCH-powered
IP PBX: The CudaTel Communication
Server<BR>http://www.cudatel.com<BR><BR>Official FreeSWITCH
Sites<BR>http://www.freeswitch.org<BR>http://wiki.freeswitch.org<BR>http://www.cluecon.com<BR><BR>FreeSWITCH-users
mailing
list<BR>FreeSWITCH-users@lists.freeswitch.org<BR>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<BR>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<BR>http://www.freeswitch.org<BR></DIV></DIV></DIV></BODY></HTML>