[Freeswitch-users] Call accounting not working as expected

Brian West brian at freeswitch.org
Wed Feb 11 16:14:17 PST 2009


first off don't use the session.originate

var new_session = new Session({var=val}sofia/blah/blah);

will do it all for you in one step.  Also can you point me to where on  
the wiki that keeps talking about session.originate?  I need to clean  
them off there.

/b



On Feb 11, 2009, at 6:09 PM, Nik Middleton wrote:

> else if (data.digit == "5") {
>             if (session.ready()) {
>             var new_session = new Session();
>             new_session.originate(…..
>

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


More information about the FreeSWITCH-users mailing list