Hi,<br>I am encountering a number of problems when trying to run the voicemail.js provided as one of the samples:<br><br>1. the etpan module is not available and I can't find the etpan module in the module.conf, so I have to comment out the below line. <br>
<br> use("etpan");<br>
<br>So, what is the usage of the etpan? Will the voicemail.js work without it?<br><br><br>2. I don't know why the mkdir command below fails. I am already running fs as root. Any idea why?<br><br><br>
fsLogger("account dir = " + vmDir + "/" + vmAccount+"\n");<br>
if(!dir.isDirectory){<br>
vmDir.mkdir(vmDir + "/" + vmAccount);<br>
}<br>
<br>
<br>
2008-04-19 03:26:28 [DEBUG] mod_spidermonkey.c:3132 js_api_use() Loading TeleTone<br>
2008-04-19 03:26:28 [DEBUG] inc_logger.js:6 console_log()
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
account dir = /var/spool/freeswitch/10000<br>
>>>>>>>>> undefined<br><span style="color: rgb(255, 0, 0);">
2008-04-19 03:26:28 [ERR] answermachine.js:52 mod_spidermonkey() Error: File operation mkdir failed</span><br>
<br><br>Thank you very much for your inputs.<br><br>Regards,<br>Pete<br><br>