Re: [Freeswitch-users] uuid_transfer gets break

2009-05-29 Thread Gopalakrishnan A.N
Sorry for my presentation.
Call - is nothing but the outbound number in the far end. (this is the leg I
am trying to transfer)
Extension - is nothing but the internal softphones
My internal extension are not hanging up.

On Thu, May 28, 2009 at 8:51 PM, Anthony Minessale 
anthony.miness...@gmail.com wrote:

 That was pretty much a repeat of the same explanation.

 I am still not sure what you mean?

 What is the call and what is the extension and what is not hanging up?




 On Thu, May 28, 2009 at 2:03 AM, Gopalakrishnan A.N sai...@gmail.comwrote:

 Let me explain in different way.
 As you suggested I tried the  sessionX.setAutoHangup(0); and it works
 fine. I can able to transfer the call by uuid_transfer by which the call is
 originated with javascript via event socket.
 But the problem is once the call gets transferred, the extension has
 to hangup automatically rite? Thats not happening.



 On Wed, May 27, 2009 at 6:31 PM, Anthony Minessale 
 anthony.miness...@gmail.com wrote:

 I am not sure what you mean at this point.



 On Wed, May 27, 2009 at 5:53 AM, Gopalakrishnan A.N sai...@gmail.comwrote:

 Hi Anthony,
   thanks, it seems to be working, but the extension is not hanging up
 once I transfered the call to another mobile or to a conference. Some where
 I am wrong?

 On Tue, May 26, 2009 at 6:28 PM, Anthony Minessale 
 anthony.miness...@gmail.com wrote:

 This one happens to every new guy trying to make FS into a dialer app
 using JS.

 for every sessionX you create in js with the new Session constructor

 sessionX.setAutoHangup(0);

 This allows the channels to remain alive outside the script once they
 are hungup/transferred etc.


 On Mon, May 25, 2009 at 6:27 AM, Gopalakrishnan A.N 
 sai...@gmail.comwrote:

 Hi,
   I had some discussion with the IRC regarding the uuid_transfer gets
 hang-up where the call is originated via javascript thru event socket. I 
 was
 suggested to install latest SVN trunk. I did that again the same issue, 
 the
 log is attached with here http://pastebin.freeswitch.org/9103

 My call flow like this,

 1. api jsrun fils.js arg1 arg2 arg3
 2. capture the uuid
 3. api uuid_transfer uuid -both ext no / conference no

 Both the leg gets hangedup.

  Someone can assist me where I am wrong.

 --
 Thank you  with regards,
 Gopal,


 ___
 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




 --
 Anthony Minessale II

 FreeSWITCH http://www.freeswitch.org/
 ClueCon http://www.cluecon.com/

 AIM: anthm
 MSN:anthony_miness...@hotmail.commsn%3aanthony_miness...@hotmail.com
 GTALK/JABBER/PAYPAL:anthony.miness...@gmail.compaypal%3aanthony.miness...@gmail.com
 IRC: irc.freenode.net #freeswitch

 FreeSWITCH Developer Conference
 sip:8...@conference.freeswitch.orgsip%3a...@conference.freeswitch.org
 iax:gu...@conference.freeswitch.org/888
 googletalk:conf+...@conference.freeswitch.orggoogletalk%3aconf%2b...@conference.freeswitch.org
 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




 --
 Thank you  with regards,
 Gopal,


 ___
 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




 --
 Anthony Minessale II

 FreeSWITCH http://www.freeswitch.org/
 ClueCon http://www.cluecon.com/

 AIM: anthm
 MSN:anthony_miness...@hotmail.com msn%3aanthony_miness...@hotmail.com
 GTALK/JABBER/PAYPAL:anthony.miness...@gmail.compaypal%3aanthony.miness...@gmail.com
 IRC: irc.freenode.net #freeswitch

 FreeSWITCH Developer Conference
 sip:8...@conference.freeswitch.org sip%3a...@conference.freeswitch.org
 iax:gu...@conference.freeswitch.org/888
 googletalk:conf+...@conference.freeswitch.orggoogletalk%3aconf%2b...@conference.freeswitch.org
 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




 --
 Thank you  with regards,
 Gopal,


 ___
 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




 --
 Anthony Minessale II

 

Re: [Freeswitch-users] uuid_transfer gets break

2009-05-29 Thread Anthony Minessale
maybe you have a nat issue sending byes to the phones

enable debug log by pressing f8 or typing console loglevel debug
and turn on sofia trace with sofia profile internal siptrace on

capture the entire thing and paste it to
http://pastebin.freeswitch.org


On Fri, May 29, 2009 at 4:37 AM, Gopalakrishnan A.N sai...@gmail.comwrote:

 Sorry for my presentation.
 Call - is nothing but the outbound number in the far end. (this is the leg
 I am trying to transfer)
 Extension - is nothing but the internal softphones
 My internal extension are not hanging up.


 On Thu, May 28, 2009 at 8:51 PM, Anthony Minessale 
 anthony.miness...@gmail.com wrote:

 That was pretty much a repeat of the same explanation.

 I am still not sure what you mean?

 What is the call and what is the extension and what is not hanging up?




 On Thu, May 28, 2009 at 2:03 AM, Gopalakrishnan A.N sai...@gmail.comwrote:

 Let me explain in different way.
 As you suggested I tried the  sessionX.setAutoHangup(0); and it works
 fine. I can able to transfer the call by uuid_transfer by which the call is
 originated with javascript via event socket.
 But the problem is once the call gets transferred, the extension has
 to hangup automatically rite? Thats not happening.



 On Wed, May 27, 2009 at 6:31 PM, Anthony Minessale 
 anthony.miness...@gmail.com wrote:

 I am not sure what you mean at this point.



 On Wed, May 27, 2009 at 5:53 AM, Gopalakrishnan A.N 
 sai...@gmail.comwrote:

 Hi Anthony,
   thanks, it seems to be working, but the extension is not hanging up
 once I transfered the call to another mobile or to a conference. Some 
 where
 I am wrong?

 On Tue, May 26, 2009 at 6:28 PM, Anthony Minessale 
 anthony.miness...@gmail.com wrote:

 This one happens to every new guy trying to make FS into a dialer app
 using JS.

 for every sessionX you create in js with the new Session constructor

 sessionX.setAutoHangup(0);

 This allows the channels to remain alive outside the script once they
 are hungup/transferred etc.


 On Mon, May 25, 2009 at 6:27 AM, Gopalakrishnan A.N sai...@gmail.com
  wrote:

 Hi,
   I had some discussion with the IRC regarding the uuid_transfer gets
 hang-up where the call is originated via javascript thru event socket. 
 I was
 suggested to install latest SVN trunk. I did that again the same issue, 
 the
 log is attached with here http://pastebin.freeswitch.org/9103

 My call flow like this,

 1. api jsrun fils.js arg1 arg2 arg3
 2. capture the uuid
 3. api uuid_transfer uuid -both ext no / conference no

 Both the leg gets hangedup.

  Someone can assist me where I am wrong.

 --
 Thank you  with regards,
 Gopal,


 ___
 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




 --
 Anthony Minessale II

 FreeSWITCH http://www.freeswitch.org/
 ClueCon http://www.cluecon.com/

 AIM: anthm
 MSN:anthony_miness...@hotmail.commsn%3aanthony_miness...@hotmail.com
 GTALK/JABBER/PAYPAL:anthony.miness...@gmail.compaypal%3aanthony.miness...@gmail.com
 IRC: irc.freenode.net #freeswitch

 FreeSWITCH Developer Conference
 sip:8...@conference.freeswitch.orgsip%3a...@conference.freeswitch.org
 iax:gu...@conference.freeswitch.org/888
 googletalk:conf+...@conference.freeswitch.orggoogletalk%3aconf%2b...@conference.freeswitch.org
 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




 --
 Thank you  with regards,
 Gopal,


 ___
 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




 --
 Anthony Minessale II

 FreeSWITCH http://www.freeswitch.org/
 ClueCon http://www.cluecon.com/

 AIM: anthm
 MSN:anthony_miness...@hotmail.com msn%3aanthony_miness...@hotmail.com
 GTALK/JABBER/PAYPAL:anthony.miness...@gmail.compaypal%3aanthony.miness...@gmail.com
 IRC: irc.freenode.net #freeswitch

 FreeSWITCH Developer Conference
 sip:8...@conference.freeswitch.org sip%3a...@conference.freeswitch.org
 iax:gu...@conference.freeswitch.org/888
 googletalk:conf+...@conference.freeswitch.orggoogletalk%3aconf%2b...@conference.freeswitch.org
 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




 --
 

Re: [Freeswitch-users] uuid_transfer gets break

2009-05-28 Thread Gopalakrishnan A.N
Let me explain in different way.
As you suggested I tried the  sessionX.setAutoHangup(0); and it works
fine. I can able to transfer the call by uuid_transfer by which the call is
originated with javascript via event socket.
But the problem is once the call gets transferred, the extension has to
hangup automatically rite? Thats not happening.


On Wed, May 27, 2009 at 6:31 PM, Anthony Minessale 
anthony.miness...@gmail.com wrote:

 I am not sure what you mean at this point.



 On Wed, May 27, 2009 at 5:53 AM, Gopalakrishnan A.N sai...@gmail.comwrote:

 Hi Anthony,
   thanks, it seems to be working, but the extension is not hanging up once
 I transfered the call to another mobile or to a conference. Some where I am
 wrong?

 On Tue, May 26, 2009 at 6:28 PM, Anthony Minessale 
 anthony.miness...@gmail.com wrote:

 This one happens to every new guy trying to make FS into a dialer app
 using JS.

 for every sessionX you create in js with the new Session constructor

 sessionX.setAutoHangup(0);

 This allows the channels to remain alive outside the script once they are
 hungup/transferred etc.


 On Mon, May 25, 2009 at 6:27 AM, Gopalakrishnan A.N sai...@gmail.comwrote:

 Hi,
   I had some discussion with the IRC regarding the uuid_transfer gets
 hang-up where the call is originated via javascript thru event socket. I 
 was
 suggested to install latest SVN trunk. I did that again the same issue, the
 log is attached with here http://pastebin.freeswitch.org/9103

 My call flow like this,

 1. api jsrun fils.js arg1 arg2 arg3
 2. capture the uuid
 3. api uuid_transfer uuid -both ext no / conference no

 Both the leg gets hangedup.

  Someone can assist me where I am wrong.

 --
 Thank you  with regards,
 Gopal,


 ___
 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




 --
 Anthony Minessale II

 FreeSWITCH http://www.freeswitch.org/
 ClueCon http://www.cluecon.com/

 AIM: anthm
 MSN:anthony_miness...@hotmail.com msn%3aanthony_miness...@hotmail.com
 GTALK/JABBER/PAYPAL:anthony.miness...@gmail.compaypal%3aanthony.miness...@gmail.com
 IRC: irc.freenode.net #freeswitch

 FreeSWITCH Developer Conference
 sip:8...@conference.freeswitch.org sip%3a...@conference.freeswitch.org
 iax:gu...@conference.freeswitch.org/888
 googletalk:conf+...@conference.freeswitch.orggoogletalk%3aconf%2b...@conference.freeswitch.org
 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




 --
 Thank you  with regards,
 Gopal,


 ___
 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




 --
 Anthony Minessale II

 FreeSWITCH http://www.freeswitch.org/
 ClueCon http://www.cluecon.com/

 AIM: anthm
 MSN:anthony_miness...@hotmail.com msn%3aanthony_miness...@hotmail.com
 GTALK/JABBER/PAYPAL:anthony.miness...@gmail.compaypal%3aanthony.miness...@gmail.com
 IRC: irc.freenode.net #freeswitch

 FreeSWITCH Developer Conference
 sip:8...@conference.freeswitch.org sip%3a...@conference.freeswitch.org
 iax:gu...@conference.freeswitch.org/888
 googletalk:conf+...@conference.freeswitch.orggoogletalk%3aconf%2b...@conference.freeswitch.org
 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




-- 
Thank you  with regards,
Gopal,
___
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


Re: [Freeswitch-users] uuid_transfer gets break

2009-05-28 Thread Anthony Minessale
That was pretty much a repeat of the same explanation.

I am still not sure what you mean?

What is the call and what is the extension and what is not hanging up?



On Thu, May 28, 2009 at 2:03 AM, Gopalakrishnan A.N sai...@gmail.comwrote:

 Let me explain in different way.
 As you suggested I tried the  sessionX.setAutoHangup(0); and it works
 fine. I can able to transfer the call by uuid_transfer by which the call is
 originated with javascript via event socket.
 But the problem is once the call gets transferred, the extension has to
 hangup automatically rite? Thats not happening.



 On Wed, May 27, 2009 at 6:31 PM, Anthony Minessale 
 anthony.miness...@gmail.com wrote:

 I am not sure what you mean at this point.



 On Wed, May 27, 2009 at 5:53 AM, Gopalakrishnan A.N sai...@gmail.comwrote:

 Hi Anthony,
   thanks, it seems to be working, but the extension is not hanging up
 once I transfered the call to another mobile or to a conference. Some where
 I am wrong?

 On Tue, May 26, 2009 at 6:28 PM, Anthony Minessale 
 anthony.miness...@gmail.com wrote:

 This one happens to every new guy trying to make FS into a dialer app
 using JS.

 for every sessionX you create in js with the new Session constructor

 sessionX.setAutoHangup(0);

 This allows the channels to remain alive outside the script once they
 are hungup/transferred etc.


 On Mon, May 25, 2009 at 6:27 AM, Gopalakrishnan A.N 
 sai...@gmail.comwrote:

 Hi,
   I had some discussion with the IRC regarding the uuid_transfer gets
 hang-up where the call is originated via javascript thru event socket. I 
 was
 suggested to install latest SVN trunk. I did that again the same issue, 
 the
 log is attached with here http://pastebin.freeswitch.org/9103

 My call flow like this,

 1. api jsrun fils.js arg1 arg2 arg3
 2. capture the uuid
 3. api uuid_transfer uuid -both ext no / conference no

 Both the leg gets hangedup.

  Someone can assist me where I am wrong.

 --
 Thank you  with regards,
 Gopal,


 ___
 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




 --
 Anthony Minessale II

 FreeSWITCH http://www.freeswitch.org/
 ClueCon http://www.cluecon.com/

 AIM: anthm
 MSN:anthony_miness...@hotmail.com msn%3aanthony_miness...@hotmail.com
 GTALK/JABBER/PAYPAL:anthony.miness...@gmail.compaypal%3aanthony.miness...@gmail.com
 IRC: irc.freenode.net #freeswitch

 FreeSWITCH Developer Conference
 sip:8...@conference.freeswitch.org sip%3a...@conference.freeswitch.org
 iax:gu...@conference.freeswitch.org/888
 googletalk:conf+...@conference.freeswitch.orggoogletalk%3aconf%2b...@conference.freeswitch.org
 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




 --
 Thank you  with regards,
 Gopal,


 ___
 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




 --
 Anthony Minessale II

 FreeSWITCH http://www.freeswitch.org/
 ClueCon http://www.cluecon.com/

 AIM: anthm
 MSN:anthony_miness...@hotmail.com msn%3aanthony_miness...@hotmail.com
 GTALK/JABBER/PAYPAL:anthony.miness...@gmail.compaypal%3aanthony.miness...@gmail.com
 IRC: irc.freenode.net #freeswitch

 FreeSWITCH Developer Conference
 sip:8...@conference.freeswitch.org sip%3a...@conference.freeswitch.org
 iax:gu...@conference.freeswitch.org/888
 googletalk:conf+...@conference.freeswitch.orggoogletalk%3aconf%2b...@conference.freeswitch.org
 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




 --
 Thank you  with regards,
 Gopal,


 ___
 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




-- 
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/

AIM: anthm
MSN:anthony_miness...@hotmail.com msn%3aanthony_miness...@hotmail.com
GTALK/JABBER/PAYPAL:anthony.miness...@gmail.compaypal%3aanthony.miness...@gmail.com
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference

Re: [Freeswitch-users] uuid_transfer gets break

2009-05-27 Thread Gopalakrishnan A.N
Hi Anthony,
  thanks, it seems to be working, but the extension is not hanging up once I
transfered the call to another mobile or to a conference. Some where I am
wrong?

On Tue, May 26, 2009 at 6:28 PM, Anthony Minessale 
anthony.miness...@gmail.com wrote:

 This one happens to every new guy trying to make FS into a dialer app using
 JS.

 for every sessionX you create in js with the new Session constructor

 sessionX.setAutoHangup(0);

 This allows the channels to remain alive outside the script once they are
 hungup/transferred etc.


 On Mon, May 25, 2009 at 6:27 AM, Gopalakrishnan A.N sai...@gmail.comwrote:

 Hi,
   I had some discussion with the IRC regarding the uuid_transfer gets
 hang-up where the call is originated via javascript thru event socket. I was
 suggested to install latest SVN trunk. I did that again the same issue, the
 log is attached with here http://pastebin.freeswitch.org/9103

 My call flow like this,

 1. api jsrun fils.js arg1 arg2 arg3
 2. capture the uuid
 3. api uuid_transfer uuid -both ext no / conference no

 Both the leg gets hangedup.

  Someone can assist me where I am wrong.

 --
 Thank you  with regards,
 Gopal,


 ___
 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




 --
 Anthony Minessale II

 FreeSWITCH http://www.freeswitch.org/
 ClueCon http://www.cluecon.com/

 AIM: anthm
 MSN:anthony_miness...@hotmail.com msn%3aanthony_miness...@hotmail.com
 GTALK/JABBER/PAYPAL:anthony.miness...@gmail.compaypal%3aanthony.miness...@gmail.com
 IRC: irc.freenode.net #freeswitch

 FreeSWITCH Developer Conference
 sip:8...@conference.freeswitch.org sip%3a...@conference.freeswitch.org
 iax:gu...@conference.freeswitch.org/888
 googletalk:conf+...@conference.freeswitch.orggoogletalk%3aconf%2b...@conference.freeswitch.org
 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




-- 
Thank you  with regards,
Gopal,
___
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


Re: [Freeswitch-users] uuid_transfer gets break

2009-05-27 Thread Gopalakrishnan A.N
Any how let me try with uuid_kill to kill the extension uuid.

On Tue, May 26, 2009 at 6:28 PM, Anthony Minessale 
anthony.miness...@gmail.com wrote:

 This one happens to every new guy trying to make FS into a dialer app using
 JS.

 for every sessionX you create in js with the new Session constructor

 sessionX.setAutoHangup(0);

 This allows the channels to remain alive outside the script once they are
 hungup/transferred etc.


 On Mon, May 25, 2009 at 6:27 AM, Gopalakrishnan A.N sai...@gmail.comwrote:

 Hi,
   I had some discussion with the IRC regarding the uuid_transfer gets
 hang-up where the call is originated via javascript thru event socket. I was
 suggested to install latest SVN trunk. I did that again the same issue, the
 log is attached with here http://pastebin.freeswitch.org/9103

 My call flow like this,

 1. api jsrun fils.js arg1 arg2 arg3
 2. capture the uuid
 3. api uuid_transfer uuid -both ext no / conference no

 Both the leg gets hangedup.

  Someone can assist me where I am wrong.

 --
 Thank you  with regards,
 Gopal,


 ___
 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




 --
 Anthony Minessale II

 FreeSWITCH http://www.freeswitch.org/
 ClueCon http://www.cluecon.com/

 AIM: anthm
 MSN:anthony_miness...@hotmail.com msn%3aanthony_miness...@hotmail.com
 GTALK/JABBER/PAYPAL:anthony.miness...@gmail.compaypal%3aanthony.miness...@gmail.com
 IRC: irc.freenode.net #freeswitch

 FreeSWITCH Developer Conference
 sip:8...@conference.freeswitch.org sip%3a...@conference.freeswitch.org
 iax:gu...@conference.freeswitch.org/888
 googletalk:conf+...@conference.freeswitch.orggoogletalk%3aconf%2b...@conference.freeswitch.org
 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




-- 
Thank you  with regards,
Gopal,
___
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


Re: [Freeswitch-users] uuid_transfer gets break

2009-05-27 Thread Anthony Minessale
I am not sure what you mean at this point.


On Wed, May 27, 2009 at 5:53 AM, Gopalakrishnan A.N sai...@gmail.comwrote:

 Hi Anthony,
   thanks, it seems to be working, but the extension is not hanging up once
 I transfered the call to another mobile or to a conference. Some where I am
 wrong?

 On Tue, May 26, 2009 at 6:28 PM, Anthony Minessale 
 anthony.miness...@gmail.com wrote:

 This one happens to every new guy trying to make FS into a dialer app
 using JS.

 for every sessionX you create in js with the new Session constructor

 sessionX.setAutoHangup(0);

 This allows the channels to remain alive outside the script once they are
 hungup/transferred etc.


 On Mon, May 25, 2009 at 6:27 AM, Gopalakrishnan A.N sai...@gmail.comwrote:

 Hi,
   I had some discussion with the IRC regarding the uuid_transfer gets
 hang-up where the call is originated via javascript thru event socket. I was
 suggested to install latest SVN trunk. I did that again the same issue, the
 log is attached with here http://pastebin.freeswitch.org/9103

 My call flow like this,

 1. api jsrun fils.js arg1 arg2 arg3
 2. capture the uuid
 3. api uuid_transfer uuid -both ext no / conference no

 Both the leg gets hangedup.

  Someone can assist me where I am wrong.

 --
 Thank you  with regards,
 Gopal,


 ___
 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




 --
 Anthony Minessale II

 FreeSWITCH http://www.freeswitch.org/
 ClueCon http://www.cluecon.com/

 AIM: anthm
 MSN:anthony_miness...@hotmail.com msn%3aanthony_miness...@hotmail.com
 GTALK/JABBER/PAYPAL:anthony.miness...@gmail.compaypal%3aanthony.miness...@gmail.com
 IRC: irc.freenode.net #freeswitch

 FreeSWITCH Developer Conference
 sip:8...@conference.freeswitch.org sip%3a...@conference.freeswitch.org
 iax:gu...@conference.freeswitch.org/888
 googletalk:conf+...@conference.freeswitch.orggoogletalk%3aconf%2b...@conference.freeswitch.org
 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




 --
 Thank you  with regards,
 Gopal,


 ___
 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




-- 
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/

AIM: anthm
MSN:anthony_miness...@hotmail.com msn%3aanthony_miness...@hotmail.com
GTALK/JABBER/PAYPAL:anthony.miness...@gmail.compaypal%3aanthony.miness...@gmail.com
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:8...@conference.freeswitch.org sip%3a...@conference.freeswitch.org
iax:gu...@conference.freeswitch.org/888
googletalk:conf+...@conference.freeswitch.orggoogletalk%3aconf%2b...@conference.freeswitch.org
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


Re: [Freeswitch-users] uuid_transfer gets break

2009-05-26 Thread Anthony Minessale
This one happens to every new guy trying to make FS into a dialer app using
JS.

for every sessionX you create in js with the new Session constructor

sessionX.setAutoHangup(0);

This allows the channels to remain alive outside the script once they are
hungup/transferred etc.


On Mon, May 25, 2009 at 6:27 AM, Gopalakrishnan A.N sai...@gmail.comwrote:

 Hi,
   I had some discussion with the IRC regarding the uuid_transfer gets
 hang-up where the call is originated via javascript thru event socket. I was
 suggested to install latest SVN trunk. I did that again the same issue, the
 log is attached with here http://pastebin.freeswitch.org/9103

 My call flow like this,

 1. api jsrun fils.js arg1 arg2 arg3
 2. capture the uuid
 3. api uuid_transfer uuid -both ext no / conference no

 Both the leg gets hangedup.

  Someone can assist me where I am wrong.

 --
 Thank you  with regards,
 Gopal,


 ___
 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




-- 
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/

AIM: anthm
MSN:anthony_miness...@hotmail.com msn%3aanthony_miness...@hotmail.com
GTALK/JABBER/PAYPAL:anthony.miness...@gmail.compaypal%3aanthony.miness...@gmail.com
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:8...@conference.freeswitch.org sip%3a...@conference.freeswitch.org
iax:gu...@conference.freeswitch.org/888
googletalk:conf+...@conference.freeswitch.orggoogletalk%3aconf%2b...@conference.freeswitch.org
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] uuid_transfer gets break

2009-05-25 Thread Gopalakrishnan A.N
Hi,
  I had some discussion with the IRC regarding the uuid_transfer gets
hang-up where the call is originated via javascript thru event socket. I was
suggested to install latest SVN trunk. I did that again the same issue, the
log is attached with here http://pastebin.freeswitch.org/9103

My call flow like this,

1. api jsrun fils.js arg1 arg2 arg3
2. capture the uuid
3. api uuid_transfer uuid -both ext no / conference no

Both the leg gets hangedup.

 Someone can assist me where I am wrong.

-- 
Thank you  with regards,
Gopal,
___
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