Hi,<div>I am new to Asterisk, I installed it add got it working for incoming calls using a sip provider.</div><div><br></div><div>I can for example run the following successfully:</div><div><br></div><div><div>exten =&gt; 124,1,Wait(1)</div>
<div>exten =&gt; 124,2,Playback(demo-thanks)</div><div>exten =&gt; 124,3,Hangup</div><div><br></div><div>My problem is that I can not run AGI scripts, I tried the default test-agi.agi and a more simple python based one. I am using the following to use AGI.</div>
<div><br></div><div><div>exten =&gt; 124,1,wait(1)</div><div>exten =&gt; 124,2,AGI(hello.agi)</div><div>exten =&gt; 124,3,Hangup</div><div><br></div><div>The result of this is that the call goes straight to the SIP providers voice mail system, and it does not register in my /var/log/asterisk/messages log file.</div>
<div><br></div><div>My AGI scripts are stored in /usr/lib/asterisk/agi-bin, which is read, write and execute for all users, as are all the scripts in the directory.</div><div><br></div><div>In my asterisk.conf I have the following line:</div>
</div></div><div><br clear="all">astagidir =&gt; /usr/lib/asterisk/agi-bin</div><div><br></div><div>I am running Asterisk 1.4.17~dfsg-2ubuntu1</div><div><br></div><div>Any help would be greatly appreciated.</div><div>Regards,<br>
-- <br>Michael Connors<br>Leiden 2313 HZ,<br>The Netherlands<br><br>
</div>