<div dir="ltr"><div>First check if user under which FreeSWITCH is running has permissions to access <span style="line-height:1.5">/home/danieln/, </span><span style="line-height:1.5">then check if /home/danieln/checkVoicemails2 has exec permission (if not, chmod +x /home/danieln/checkVoicemails2).</span></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, Jun 2, 2016 at 11:37 PM Cody Rosenbloom &lt;<a href="mailto:cody.rosenbloom@gmail.com">cody.rosenbloom@gmail.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div><div><div><div>Hi,<br><br></div>I am very new to freeswitch and Lua. I&#39;m trying to get a lua script which I&#39;ve set up to send voicemails but as far as I can tell, the script is never even executed. This is the basic sequence of events.<br><br></div>-&gt; Caller leaves a voicemail. This is stored on the server, no problem.<br></div>-&gt;After voicemail is stored, I call a lua script passing the email id of the user and his extension<br></div>-&gt;The os.execute command within the script passes these values to a simple shell script which grabs the voicemail audio file, logs some debug output to an output file so I can verify its been run and then sends me an email. When I test the script from fs_cli console using<br><br></div>lua &lt;scriptName&gt; &lt;args&gt; , it works fine and I see the debug output logged. When I actually call and leave a voicemail, this does not happen. Can someone point out what I&#39;m doing wrong ?<br><br></div>My xml and lua script are pasted at <a href="http://pastebin.com/2N6LcfuV" target="_blank">http://pastebin.com/2N6LcfuV</a><br><br></div>Thank you very much!<br><br></div>Cody<br></div>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.org</a><br>
<a href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a></blockquote></div>