[Freeswitch-users] session orignate freeswitch 1.0.3 segmentation error

Brian West brian at freeswitch.org
Thu Feb 26 07:35:00 PST 2009


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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090226/e5d368be/attachment-0002.html 


More information about the FreeSWITCH-users mailing list