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

<<323.gif>>

_______________________________________________
Freeswitch-users mailing list
[email protected]
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