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(…..


_______________________________________________
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