Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

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

[Freeswitch-users] session orignate freeswitch 1.0.3 segmentation error


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





PostPosted: Thu Feb 26, 2009 10:19 am    Post subject: [Freeswitch-users] session orignate freeswitch 1.0.3 segment Reply with quote

Hi,


   I have installed Freeswitch 1.0.3. I am using event socket with Javascript. When I try to dial the script with below command, the call is not going thru it seems to be idle. and segmentation fault core dump error, (freeswitch hangs).....




new_session = new Session.originate(session, "sofia/default/<outbound-number>@foo.com");
bridge(session, new_session);


I saw in the wiki http://wiki.freeswitch.org/wiki/FreeSwitch_Javascript_Session
that the session is depreciated, earlier I was using like this in Freeswitch 1.0.2, it works fine....Smile


session = new Session();
session.originate(session, "{ignore_early_media=true}sofia/default/<outbound-number>@foo.com");




So something I am missing, please let me know where I am wrong?


--
Thank you  with regards,
Gopal,
PeopleTech Systems Private Limited
www.peopletech.co.in
Back to top
brian at freeswitch.org
Guest





PostPosted: Thu Feb 26, 2009 10:44 am    Post subject: [Freeswitch-users] session orignate freeswitch 1.0.3 segment Reply with quote

can you include the backtrace? We might have already fixed this one.

http://wiki.freeswitch.org/wiki/Reporting_Bugs


/b



On Feb 26, 2009, at 9:11 AM, Gopalakrishnan A.N wrote:
Quote:
Hi,


I have installed Freeswitch 1.0.3. I am using event socket with Javascript. When I try to dial the script with below command, the call is not going thru it seems to be idle. and segmentation fault core dump error, (freeswitch hangs).....<323.gif>




new_session = new Session.originate(session, "sofia/default/<outbound-number>@foo.com");
bridge(session, new_session);


I saw in the wiki http://wiki.freeswitch.org/wiki/FreeSwitch_Javascript_Session
that the session is depreciated, earlier I was using like this in Freeswitch 1.0.2, it works fine....Smile


session = new Session();
session.originate(session, "{ignore_early_media=true}sofia/default/<outbound-number>@foo.com");




So something I am missing, please let me know where I am wrong?
Back to top
gopal2krishnan at gmai...
Guest





PostPosted: Fri Feb 27, 2009 1:20 am    Post subject: [Freeswitch-users] session orignate freeswitch 1.0.3 segment Reply with quote

Hi Brian,

  Please find the attached backtrace files attached.
And
1. SVN revision number (or binary file) - FreeSWITCH Version 1.0.3 (exported)
2. Operating System and revision - CentOS 5.2
3. Hardware information - 32 bit with 512 MB RAM
4. I am using Event socket
5. Language - Javascript


One more thing in the same machine earlier I was using freeswitch 1.0.2. when the segmentation fault happens the core file was generated in the older version freeswitch bin. In 1.0.3 there is no bin directory. Is that could be the prob?

On Thu, Feb 26, 2009 at 9:05 PM, Brian West <brian@freeswitch.org (brian@freeswitch.org)> wrote:
Quote:
can you include the backtrace?  We might have already fixed this one.

http://wiki.freeswitch.org/wiki/Reporting_Bugs


/b



On Feb 26, 2009, at 9:11 AM, Gopalakrishnan A.N wrote:


Quote:
Hi,


   I have installed Freeswitch 1.0.3. I am using event socket with Javascript. When I try to dial the script with below command, the call is not going thru it seems to be idle. and segmentation fault core dump error, (freeswitch hangs).....<323.gif>




new_session = new Session.originate(session, "sofia/default/<outbound-number>@foo.com");
bridge(session, new_session);


I saw in the wiki http://wiki.freeswitch.org/wiki/FreeSwitch_Javascript_Session
that the session is depreciated, earlier I was using like this in Freeswitch 1.0.2, it works fine....Smile


session = new Session();
session.originate(session, "{ignore_early_media=true}sofia/default/<outbound-number>@foo.com");




So something I am missing, please let me know where I am wrong?







_______________________________________________
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




--
Thank you  with regards,
Gopal,
PeopleTech Systems Private Limited
www.peopletech.co.in
Back to top
anthony.minessale at g...
Guest





PostPosted: Fri Feb 27, 2009 9:17 am    Post subject: [Freeswitch-users] session orignate freeswitch 1.0.3 segment Reply with quote

why are we doing this on the mailing list.
This info belongs in a jira ticket.
Please reproduce this issue with SVN trunk and if it persists, report it on http://jira.freeswitch.org


2009/2/27 Gopal krishnan <gopal2krishnan@gmail.com (gopal2krishnan@gmail.com)>
Quote:
Hi Brian,

  Please find the attached backtrace files attached.
And
1. SVN revision number (or binary file) - FreeSWITCH Version 1.0.3 (exported)
2. Operating System and revision - CentOS 5.2
3. Hardware information - 32 bit with 512 MB RAM
4. I am using Event socket
5. Language - Javascript


One more thing in the same machine earlier I was using freeswitch 1.0.2. when the segmentation fault happens the core file was generated in the older version freeswitch bin. In 1.0.3 there is no bin directory. Is that could be the prob?


On Thu, Feb 26, 2009 at 9:05 PM, Brian West <brian@freeswitch.org (brian@freeswitch.org)> wrote:


Quote:

can you include the backtrace?  We might have already fixed this one.

http://wiki.freeswitch.org/wiki/Reporting_Bugs


/b



On Feb 26, 2009, at 9:11 AM, Gopalakrishnan A.N wrote:


Quote:
Hi,


   I have installed Freeswitch 1.0.3. I am using event socket with Javascript. When I try to dial the script with below command, the call is not going thru it seems to be idle. and segmentation fault core dump error, (freeswitch hangs).....<323.gif>




new_session = new Session.originate(session, "sofia/default/<outbound-number>@foo.com");
bridge(session, new_session);


I saw in the wiki http://wiki.freeswitch.org/wiki/FreeSwitch_Javascript_Session
that the session is depreciated, earlier I was using like this in Freeswitch 1.0.2, it works fine....Smile


session = new Session();
session.originate(session, "{ignore_early_media=true}sofia/default/<outbound-number>@foo.com");




So something I am missing, please let me know where I am wrong?









_______________________________________________
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




--
Thank you  with regards,
Gopal,
PeopleTech Systems Private Limited
www.peopletech.co.in



_______________________________________________
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
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