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:

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....:)

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
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Reply via email to