like a perl script? could you originate a call using Perl and AMI ?<br><br><div class="gmail_quote">On Wed, Apr 6, 2011 at 9:13 AM, Steve Edwards <span dir="ltr">&lt;<a href="http://asterisk.org">asterisk.org</a>@<a href="http://sedwards.com">sedwards.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On Wed, 6 Apr 2011, vip killa wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
What about a executing an AGI script with:<br>
[general]<br>
externnotify = /some_agi_script.agi<br>
<br>
Would that work?<br>
</blockquote>
<br></div>
No.<br>
<br>
What makes a program (compiled or interpreted script) an AGI is that it follows the AGI protocol.<br>
<br>
Very simplistically, the AGI protocol consists of 2 things:<br>
<br>
1) the AGI environment sent to the AGI&#39;s STDIN<br>
<br>
2) a defined interface to ask Asterisk to do things in the form of a request and a response.<br>
<br>
Externnotify will work if the program is not an AGI.<div class="im"><br>
<br>
-- <br>
Thanks in advance,<br>
-------------------------------------------------------------------------<br>
Steve Edwards       <a href="mailto:sedwards@sedwards.com" target="_blank">sedwards@sedwards.com</a>      Voice: <a href="tel:%2B1-760-468-3867" value="+17604683867" target="_blank">+1-760-468-3867</a> PST<br>
Newline                                              Fax: <a href="tel:%2B1-760-731-3000" value="+17607313000" target="_blank">+1-760-731-3000</a><br>
<br>
--<br>
_____________________________________________________________________<br></div><div><div></div><div class="h5">
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
              <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</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>
</div></div></blockquote></div><br>