xtpl.gayatri at gmail.com Guest
|
Posted: Tue Sep 16, 2008 11:01 am Post subject: [Freeswitch-users] cant get session variable in javascript |
|
|
var cid = session.getVariable("caller_id_number");
returns:
2008-09-16 08:31:57 [ERR] readFile.js:36 mod_spidermonkey() TypeError: session.
getVariable is not a function
var cid = self.session.getVariable("caller_id_number");
returns:
2008-09-16 08:31:57 [ERR] readFile.js:36 mod_spidermonkey() TypeError: session.
self is not defined.
what would I be doing wrong?
Regards,
Gayatri Kulkarni
-----
Whenever you find yourself on the side of the majority, it is time to pause and reflect. |
|