1) does the file exist<br>2) is it chmod&#39;d to 755 (not sure if this matters though)<br>3) do you have something like #!/usr/bin/php at the start of the php file?<br><br>Cheers<br><br>Geraint<br><br><div class="gmail_quote">
2009/9/17 Anahi Ludueña <span dir="ltr">&lt;<a href="mailto:a_luduena@hotmail.com">a_luduena@hotmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">




<div>
Hi people, I have the following dialplan:<br><font color="#4f81bd"><br></font><font color="#4f81bd">[context]</font><font color="#4f81bd"><br></font><font color="#4f81bd">exten =&gt; s,1,Noop(Start)</font><font color="#4f81bd"><br>
</font><font color="#4f81bd">...</font><font color="#4f81bd"><br></font><font color="#4f81bd">exten =&gt; h,1,Noop(Ending)</font><font color="#4f81bd"><br></font><font color="#4f81bd">exten =&gt; h,n,DEADAGI(finconf.php,${ARG1},${ARG2})</font><br>
<br><br>When it is running, the asterisk gives the following error:<br><br>    -- Launched AGI Script /var/lib/asterisk/agi-bin/finconf.php<br>  ==  finconf.php|800|: Failed to execute &#39;/var/lib/asterisk/agi-bin/finconf.php&#39;: No such file or directory<br>
<br>But the file is there. The command ls -l returns:<br><br><font color="#4f81bd"><i>-rwxrwxrwx 1 root     root       140 Sep 17 15:42 finconf.php</i></font><br><br>Why does it return the error?<br><br>Thanks,<br><br><div>
<p align="center"><font face="Verdana, Geneva, Arial, Sans-serif"><b>
<hr>
</b></font></p>
<p align="center"><font face="Verdana, Geneva, Arial, Sans-serif"><b>Anahi Ludueña</b></font></p>
<p align="center"> </p></div><br><br>                                               <br><hr>Disfruta antes que nadie del nuevo <a href="http://download.live.com" target="_blank">Windows Live Messenger</a></div>
<br>_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
AstriCon 2009 - October 13 - 15 Phoenix, Arizona<br>
Register Now: <a href="http://www.astricon.net" target="_blank">http://www.astricon.net</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br>