VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
mattdfong at gmail.com Guest
|
Posted: Fri Jun 26, 2009 10:30 pm Post subject: [Freeswitch-users] att_xfer w/uuid |
|
|
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
|
Posted: Fri Jun 26, 2009 11:09 pm Post subject: [Freeswitch-users] att_xfer w/uuid |
|
|
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
|
Posted: Fri Jun 26, 2009 11:33 pm Post subject: [Freeswitch-users] att_xfer w/uuid |
|
|
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
|
Posted: Sat Jun 27, 2009 12:14 pm Post subject: [Freeswitch-users] att_xfer w/uuid |
|
|
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:
|
|
Back to top |
|
|
brian at freeswitch.org Guest
|
|
Back to top |
|
|
mattdfong at gmail.com Guest
|
Posted: Sat Jun 27, 2009 9:20 pm Post subject: [Freeswitch-users] att_xfer w/uuid |
|
|
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:
|
|
Back to top |
|
|
jason at jasonjgw.net Guest
|
Posted: Sat Jun 27, 2009 9:33 pm Post subject: [Freeswitch-users] att_xfer w/uuid |
|
|
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
|
Posted: Sat Jun 27, 2009 9:40 pm Post subject: [Freeswitch-users] att_xfer w/uuid |
|
|
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 |
|
|
|
|
|
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
|