[Freeswitch-users] session orignate freeswitch 1.0.3 segmentation error
Gopalakrishnan A.N
saigop at gmail.com
Thu Feb 26 07:11:03 PST 2009
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....:)
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090226/ab99f74e/attachment-0002.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/gif
Size: 100 bytes
Desc: not available
Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090226/ab99f74e/attachment-0002.gif
More information about the FreeSWITCH-users
mailing list