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&#39;t find the etpan module in the module.conf, so I have to comment out the below line.&nbsp; <br>
<br>&nbsp;&nbsp; use(&quot;etpan&quot;);<br>
<br>So, what is the usage of the etpan?&nbsp; Will the voicemail.js work without it?<br><br><br>2. I don&#39;t know why the mkdir command below fails.&nbsp; I am already running fs as root.&nbsp; Any idea why?<br><br><br>
fsLogger(&quot;account dir = &quot; + vmDir + &quot;/&quot; + vmAccount+&quot;\n&quot;);<br>
&nbsp; if(!dir.isDirectory){<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; vmDir.mkdir(vmDir + &quot;/&quot; + vmAccount);<br>
&nbsp; }<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()&nbsp;
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;
account dir = /var/spool/freeswitch/10000<br>
&nbsp;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; undefined<br><span style="color: rgb(255, 0, 0);">
2008-04-19 03:26:28 [ERR] answermachine.js:52 mod_spidermonkey()&nbsp; Error: File operation mkdir failed</span><br>
<br><br>Thank you very much for your inputs.<br><br>Regards,<br>Pete<br><br>