<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">can you include the backtrace? &nbsp;We might have already fixed this one.<div><br></div><div><a href="http://wiki.freeswitch.org/wiki/Reporting_Bugs">http://wiki.freeswitch.org/wiki/Reporting_Bugs</a></div><div><br></div><div>/b</div><div><br></div><div><br><div><div>On Feb 26, 2009, at 9:11 AM, Gopalakrishnan A.N wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><div>Hi,</div><div><br></div><div>&nbsp;&nbsp; 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).....<span>&lt;323.gif></span></div><div><br></div><div><br></div><div>new_session = new Session.originate(session, "sofia/default/&lt;outbound-number>@<a href="http://foo.com">foo.com</a>");</div><div>bridge(session, new_session);</div><div><br></div><div>I saw in the wiki&nbsp;<a href="http://wiki.freeswitch.org/wiki/FreeSwitch_Javascript_Session">http://wiki.freeswitch.org/wiki/FreeSwitch_Javascript_Session</a></div><div>that the session is depreciated, earlier I was using like this in Freeswitch 1.0.2, it works fine....:)</div><div><div><br></div><div>session = new Session();</div><div>session.originate(session, "{ignore_early_media=true}sofia/default/&lt;outbound-number>@<a href="http://foo.com">foo.com</a>");<br></div><div><br></div></div><div>So something I am missing, please let me know where I am wrong?</div></span><br class="Apple-interchange-newline"></blockquote></div><br></div></body></html>