Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[Freeswitch-users] att_xfer w/uuid


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users
View previous topic :: View next topic  
Author Message
mattdfong at gmail.com
Guest





PostPosted: Fri Jun 26, 2009 10:30 pm    Post subject: [Freeswitch-users] att_xfer w/uuid Reply with quote

I'm trying to use xml_rpc to initiate an att_xfer on channel A (which is already bridged to channel B), but I'm running into some issues.

I know the uuid's from both channel A and B, but the documentation I found on att_xfer only seems to indicate a way to do this from DMTF presses occurring on channel A.


my idea was to use xml_rpc to execute a lua script which would take a uuid as an argv and bind to the session with freeswitch.session(uuid).


I tried this, but the audio breaks up with the session that the lua script binded too. Does anyone have any recommendations on how I might accomplish an assisted transfer w/o DTMF presses and bind_meta_app knowing only a uuid?


Thanks.


--matt
Back to top
brian at freeswitch.org
Guest





PostPosted: Fri Jun 26, 2009 11:09 pm    Post subject: [Freeswitch-users] att_xfer w/uuid Reply with quote

Not sure what you want to do is doable via XML RPC. That app is to be
run on an existing session. The other solution is to take both legs
and park them.. Then execute bridge on one leg to the target transfer
person. Once that call is up.. you can them park both of those..
uuid_bridge the two you wish to complete then hang up on the third
one. I think if you just uuid_bridge the two you want in the end the
third one will just hangup.

/b

On Jun 26, 2009, at 10:30 PM, Matthew Fong wrote:

Quote:
I'm trying to use xml_rpc to initiate an att_xfer on channel A
(which is already bridged to channel B), but I'm running into some
issues.

I know the uuid's from both channel A and B, but the documentation I
found on att_xfer only seems to indicate a way to do this from DMTF
presses occurring on channel A.

my idea was to use xml_rpc to execute a lua script which would take
a uuid as an argv and bind to the session with
freeswitch.session(uuid).

I tried this, but the audio breaks up with the session that the lua
script binded too. Does anyone have any recommendations on how I
might accomplish an assisted transfer w/o DTMF presses and
bind_meta_app knowing only a uuid?

Thanks.

--matt


_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
mattdfong at gmail.com
Guest





PostPosted: Fri Jun 26, 2009 11:33 pm    Post subject: [Freeswitch-users] att_xfer w/uuid Reply with quote

can you 3 way with uuid_bridge?

--matt

On Fri, Jun 26, 2009 at 9:08 PM, Brian West <brian@freeswitch.org (brian@freeswitch.org)> wrote:
Quote:
Not sure what you want to do is doable via XML RPC.  That app is to be
run on an existing session.  The other solution is to take both legs
and park them.. Then execute bridge on one leg to the target transfer
person.  Once that call is up.. you can them park both of those..
uuid_bridge the two you wish to complete then hang up on the third
one.  I think if you just uuid_bridge the two you want in the end the
third one will just hangup.

/b


On Jun 26, 2009, at 10:30 PM, Matthew Fong wrote:

Quote:
I'm trying to use xml_rpc to initiate an att_xfer on channel A
(which is already bridged to channel B), but I'm running into some
issues.

I know the uuid's from both channel A and B, but the documentation I
found on att_xfer only seems to indicate a way to do this from DMTF
presses occurring on channel A.

my idea was to use xml_rpc to execute a lua script which would take
a uuid as an argv and bind to the session with
freeswitch.session(uuid).

I tried this, but the audio breaks up with the session that the lua
script binded too. Does anyone have any recommendations on how I
might accomplish an assisted transfer w/o DTMF presses and
bind_meta_app knowing only a uuid?

Thanks.

--matt




_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
msc at freeswitch.org
Guest





PostPosted: Sat Jun 27, 2009 12:14 pm    Post subject: [Freeswitch-users] att_xfer w/uuid Reply with quote

Couldn't you just throw all the calls into a conference at this point?
-MC

Sent from my iPhone

On Jun 26, 2009, at 9:30 PM, Matthew Fong <mattdfong@gmail.com (mattdfong@gmail.com)> wrote:



Quote:
can you 3 way with uuid_bridge?

--matt

On Fri, Jun 26, 2009 at 9:08 PM, Brian West <[url=mailto:brian@freeswitch.org]brian@freeswitch.org (brian@freeswitch.org)[/url]> wrote:
Quote:
Not sure what you want to do is doable via XML RPC. That app is to be
run on an existing session. The other solution is to take both legs
and park them.. Then execute bridge on one leg to the target transfer
person. Once that call is up.. you can them park both of those..
uuid_bridge the two you wish to complete then hang up on the third
one. I think if you just uuid_bridge the two you want in the end the
third one will just hangup.

/b


On Jun 26, 2009, at 10:30 PM, Matthew Fong wrote:

Quote:
I'm trying to use xml_rpc to initiate an att_xfer on channel A
(which is already bridged to channel B), but I'm running into some
issues.

I know the uuid's from both channel A and B, but the documentation I
found on att_xfer only seems to indicate a way to do this from DMTF
presses occurring on channel A.

my idea was to use xml_rpc to execute a lua script which would take
a uuid as an argv and bind to the session with
freeswitch.session(uuid).

I tried this, but the audio breaks up with the session that the lua
script binded too. Does anyone have any recommendations on how I
might accomplish an assisted transfer w/o DTMF presses and
bind_meta_app knowing only a uuid?

Thanks.

--matt




_______________________________________________
Freeswitch-users mailing list
[url=mailto:Freeswitch-users@lists.freeswitch.org]Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)[/url]
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org




_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Back to top
brian at freeswitch.org
Guest





PostPosted: Sat Jun 27, 2009 6:12 pm    Post subject: [Freeswitch-users] att_xfer w/uuid Reply with quote

my thinking exactly.

/b

On Jun 27, 2009, at 12:09 PM, Michael S Collins wrote:

Quote:
Couldn't you just throw all the calls into a conference at this point?
-MC

Sent from my iPhone


_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
mattdfong at gmail.com
Guest





PostPosted: Sat Jun 27, 2009 9:20 pm    Post subject: [Freeswitch-users] att_xfer w/uuid Reply with quote

there's a reference on the wiki to a three_way dial plan command. What does that do?

What's the best way to put 2 bridged callers into a new conference? Must I park both uuid's first, and then transfer both to an extension that will add them to a new conference? Is there a way to do this without any break in the audio? Thanks...


--matt

On Sat, Jun 27, 2009 at 4:05 PM, Brian West <brian@freeswitch.org (brian@freeswitch.org)> wrote:
Quote:
my thinking exactly.

/b

On Jun 27, 2009, at 12:09 PM, Michael S Collins wrote:

Quote:
Couldn't you just throw all the calls into a conference at this point?
-MC

Sent from my iPhone




_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Back to top
jason at jasonjgw.net
Guest





PostPosted: Sat Jun 27, 2009 9:33 pm    Post subject: [Freeswitch-users] att_xfer w/uuid Reply with quote

Matthew Fong <mattdfong@gmail.com> wrote:
Quote:
What's the best way to put 2 bridged callers into a new conference? Must I
park both uuid's first, and then transfer both to an extension that will add
them to a new conference?

No, it's uuid_transfer with the -both option to transfer both legs to the
conference extension.


_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
brian at freeswitch.org
Guest





PostPosted: Sat Jun 27, 2009 9:40 pm    Post subject: [Freeswitch-users] att_xfer w/uuid Reply with quote

yes and in your case you can forget it. With what you wanna do its
not possible to use that.

/b

On Jun 27, 2009, at 9:18 PM, Matthew Fong wrote:

Quote:
there's a reference on the wiki to a three_way dial plan command.
What does that do?

What's the best way to put 2 bridged callers into a new conference?
Must I park both uuid's first, and then transfer both to an
extension that will add them to a new conference? Is there a way to
do this without any break in the audio? Thanks...

--matt


_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services