VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
xtpl.gayatri at gmail.com Guest
|
Posted: Mon Sep 08, 2008 7:51 am Post subject: [Freeswitch-users] transfer an extablished call |
|
|
Hey guys,
sorry if i am bothering, but please answer this query of mine:
i originate a call using this: originate sofia/internal/1000 &bridge(sofia/internal/1001)
Now, i want to transfer this call which is already established to sofia/internal/1002
what should i do? simply "&transfer(sofia/internal/1002)" or would i require to give call-id / uid or something?
if yes - how would i find that out?
Regards,
Gayatri Kulkarni |
|
Back to top |
|
|
msc at freeswitch.org Guest
|
Posted: Mon Sep 08, 2008 10:17 am Post subject: [Freeswitch-users] transfer an extablished call |
|
|
Are you looking to have all three endpoints on the call at the same
time?
-MC
Sent from my iPhone
On Sep 8, 2008, at 5:49 AM, "Gayatri Kulkarni"
<xtpl.gayatri@gmail.com> wrote:
Quote: | Hey guys,
sorry if i am bothering, but please answer this query of mine:
i originate a call using this: originate sofia/internal/1000
&bridge(sofia/internal/1001)
Now, i want to transfer this call which is already established to
sofia/internal/1002
what should i do? simply "&transfer(sofia/internal/1002)" or would i
require to give call-id / uid or something?
if yes - how would i find that out?
Regards,
Gayatri Kulkarni
_______________________________________________
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
|
_______________________________________________
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 |
|
|
anthony.minessale at g... Guest
|
Posted: Mon Sep 08, 2008 4:14 pm Post subject: [Freeswitch-users] transfer an extablished call |
|
|
originate sofia/internal/1000 1002
On Mon, Sep 8, 2008 at 7:49 AM, Gayatri Kulkarni <xtpl.gayatri@gmail.com (xtpl.gayatri@gmail.com)> wrote:
--
Anthony Minessale II
FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch
FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400 |
|
Back to top |
|
|
xtpl.gayatri at gmail.com Guest
|
Posted: Tue Sep 09, 2008 10:50 pm Post subject: [Freeswitch-users] transfer an extablished call |
|
|
doesnt work!
it simply originates 2 diff calls - 1st on line1 the other on line 2
is there a way to merge these calls?
The scene I want is:
A---calls---> B
B-----transfer---->C
A-----talks with---->C (B drops out)
Thanks a lot,
Regards,
Gayatri Kulkarni
On Mon, Sep 8, 2008 at 8:38 PM, Anthony Minessale <anthony.minessale@gmail.com (anthony.minessale@gmail.com)> wrote:
|
|
Back to top |
|
|
anthony.minessale at g... Guest
|
Posted: Wed Sep 10, 2008 8:20 am Post subject: [Freeswitch-users] transfer an extablished call |
|
|
once the call is up use sip phones features to xfer.
On Tue, Sep 9, 2008 at 10:48 PM, Gayatri Kulkarni <xtpl.gayatri@gmail.com (xtpl.gayatri@gmail.com)> wrote:
--
Anthony Minessale II
FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch
FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400 |
|
Back to top |
|
|
xtpl.gayatri at gmail.com Guest
|
Posted: Wed Sep 10, 2008 10:34 pm Post subject: [Freeswitch-users] transfer an extablished call |
|
|
Maybe,
But, I achieved it this way:
freeswitch@myPC> originate A B
freeswitch@myPC> show channels (find out corresponding UUIDs)
freeswitch@myPC> uuid_transfer <UUID of A or B> C
Thanks a lot for your help, your answer is right; but if we don’t want to be dependent on phones we can do it the way I did.
Regards,
Gayatri Kulkarni
-----
Whenever you find yourself on the side of the majority, it is time to pause and reflect.
From: Anthony Minessale (anthony.minessale@gmail.com)
Sent: Wednesday, September 10, 2008 6:17 AM
To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Subject: Re: [Freeswitch-users] transfer an extablished call
once the call is up use sip phones features to xfer.
On Tue, Sep 9, 2008 at 10:48 PM, Gayatri Kulkarni <xtpl.gayatri@gmail.com (xtpl.gayatri@gmail.com)> wrote:
--
Anthony Minessale II
FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch
FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400
_______________________________________________
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 |
|
|
mcollins at fcnetwork.com Guest
|
Posted: Thu Sep 11, 2008 12:18 am Post subject: [Freeswitch-users] transfer an extablished call |
|
|
Maybe,
But, I achieved it this way:
freeswitch@myPC> originate A B
freeswitch@myPC> show channels (find out corresponding UUIDs)
freeswitch@myPC> uuid_transfer <UUID of A or B> C
If you haven’t already figured it out then remember this axiom:
In FreeSWITCH, if you know the UUID of a call you can do anything you want to do.
-MC
Thanks a lot for your help, your answer is right; but if we don’t want to be dependent on phones we can do it the way I did.
Regards,
Gayatri Kulkarni
-----
Whenever you find yourself on the side of the majority, it is time to pause and reflect.
From: Anthony Minessale (anthony.minessale@gmail.com)
Sent: Wednesday, September 10, 2008 6:17 AM
To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Subject: Re: [Freeswitch-users] transfer an extablished call
once the call is up use sip phones features to xfer.
On Tue, Sep 9, 2008 at 10:48 PM, Gayatri Kulkarni <xtpl.gayatri@gmail.com (xtpl.gayatri@gmail.com)> wrote:
doesnt work!
it simply originates 2 diff calls - 1st on line1 the other on line 2
is there a way to merge these calls?
The scene I want is:
A---calls---> B
B-----transfer---->C
A-----talks with---->C (B drops out)
Thanks a lot,
Regards,
Gayatri Kulkarni
On Mon, Sep 8, 2008 at 8:38 PM, Anthony Minessale <anthony.minessale@gmail.com (anthony.minessale@gmail.com)> wrote:
originate sofia/internal/1000 1002
On Mon, Sep 8, 2008 at 7:49 AM, Gayatri Kulkarni <xtpl.gayatri@gmail.com (xtpl.gayatri@gmail.com)> wrote:
--
Anthony Minessale II
FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch
FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400
_______________________________________________
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
_______________________________________________
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
--
Anthony Minessale II
FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch
FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400
_______________________________________________
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 |
|
|
xtpl.gayatri at gmail.com Guest
|
Posted: Thu Sep 11, 2008 7:55 am Post subject: [Freeswitch-users] transfer an extablished call |
|
|
well,
it worked for internal calls but not gateway calls!
for : uuid_transfer 6d1494fc3f3f12f3 14085121934
It says:
2008-09-11 05:40:28 [ERR] mod_sofia.c:1860 sofia_outgoing_channel() Invalid URL
2008-09-11 05:40:28 [NOTICE] mod_sofia.c:2059 sofia_outgoing_channel() Close Cha
nnel N/A [CS_NEW]
2008-09-11 05:40:28 [ERR] switch_ivr_originate.c:926 switch_ivr_originate() Cann
ot create outgoing channel of type [sofia] cause: [INVALID_NUMBER_FORMAT]
2008-09-11 05:40:28 [INFO] mod_dptools.c:1794 audio_bridge_function() Originate
Failed. Cause: INVALID_NUMBER_FORMAT
Regards,
Gayatri Kulkarni
-----
Whenever you find yourself on the side of the majority, it is time to pause and reflect.
From: Michael Collins (mcollins@fcnetwork.com)
Sent: Wednesday, September 10, 2008 10:10 PM
To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Subject: Re: [Freeswitch-users] transfer an extablished call
Maybe,
But, I achieved it this way:
freeswitch@myPC ([email]freeswitch@myPC[/email])> originate A B
freeswitch@myPC ([email]freeswitch@myPC[/email])> show channels (find out corresponding UUIDs)
freeswitch@myPC ([email]freeswitch@myPC[/email])> uuid_transfer <UUID of A or B> C
If you haven’t already figured it out then remember this axiom:
In FreeSWITCH, if you know the UUID of a call you can do anything you want to do.
-MC
Thanks a lot for your help, your answer is right; but if we don’t want to be dependent on phones we can do it the way I did.
Regards,
Gayatri Kulkarni
-----
Whenever you find yourself on the side of the majority, it is time to pause and reflect.
From: Anthony Minessale (anthony.minessale@gmail.com)
Sent: Wednesday, September 10, 2008 6:17 AM
To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Subject: Re: [Freeswitch-users] transfer an extablished call
once the call is up use sip phones features to xfer.
On Tue, Sep 9, 2008 at 10:48 PM, Gayatri Kulkarni <xtpl.gayatri@gmail.com (xtpl.gayatri@gmail.com)> wrote:
doesnt work!
it simply originates 2 diff calls - 1st on line1 the other on line 2
is there a way to merge these calls?
The scene I want is:
A---calls---> B
B-----transfer---->C
A-----talks with---->C (B drops out)
Thanks a lot,
Regards,
Gayatri Kulkarni
On Mon, Sep 8, 2008 at 8:38 PM, Anthony Minessale <anthony.minessale@gmail.com (anthony.minessale@gmail.com)> wrote:
originate sofia/internal/1000 1002
On Mon, Sep 8, 2008 at 7:49 AM, Gayatri Kulkarni <xtpl.gayatri@gmail.com (xtpl.gayatri@gmail.com)> wrote:
--
Anthony Minessale II
FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch
FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400
_______________________________________________
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
_______________________________________________
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
--
Anthony Minessale II
FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch
FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400
_______________________________________________
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
_______________________________________________
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: Thu Sep 11, 2008 8:15 am Post subject: [Freeswitch-users] transfer an extablished call |
|
|
uuid_transfer,Transfer a session,<uuid> [-bleg|-both] <dest-exten> [<dialplan>] [<context>]
Gotta give it details. It takes destination extension which is in the dialplan. It won't take a sofia/ uri.
/b
On Sep 11, 2008, at 7:46 AM, Gayatri Kulkarni wrote:
Quote: | for : uuid_transfer 6d1494fc3f3f12f3 14085121934 |
Brian West
[url=sip:brian@freeswitch.org]sip:brian@freeswitch.org[/url] |
|
Back to top |
|
|
xtpl.gayatri at gmail.com Guest
|
Posted: Thu Sep 11, 2008 9:11 am Post subject: [Freeswitch-users] transfer an extablished call |
|
|
Thanks Brian!
Regards,
Gayatri Kulkarni
-----
Whenever you find yourself on the side of the majority, it is time to pause and reflect.
From: Brian West (brian@freeswitch.org)
Sent: Thursday, September 11, 2008 6:13 AM
To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Subject: Re: [Freeswitch-users] transfer an extablished call
uuid_transfer,Transfer a session,<uuid> [-bleg|-both] <dest-exten> [<dialplan>] [<context>]
Gotta give it details. It takes destination extension which is in the dialplan. It won't take a sofia/ uri.
/b
On Sep 11, 2008, at 7:46 AM, Gayatri Kulkarni wrote:
Quote: | for : uuid_transfer 6d1494fc3f3f12f3 14085121934 |
Brian West
sip:brian@freeswitch.org (brian@freeswitch.org)
_______________________________________________
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
|