[Freeswitch-users] Call accounting not working as expected
Nik Middleton
nik.middleton at noblesolutions.co.uk
Wed Feb 11 16:47:32 PST 2009
Thanks, that cured the call accounting
However, in the original originate, any ideas why {var=val} is not being
processed?
Regards,
________________________________
From: freeswitch-users-bounces at lists.freeswitch.org
[mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of
Brian West
Sent: 12 February 2009 00:14
To: freeswitch-users at lists.freeswitch.org
Subject: Re: [Freeswitch-users] Call accounting not working as expected
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/20090212/2648c12d/attachment-0002.html
More information about the FreeSWITCH-users
mailing list