If the script were called each time an extension were dialed in a dialplan for example, wouldn&#39;t each new instance of the script need to re-connect to AMI, run command, disconnect?<br><br><div class="gmail_quote">On Mon, May 16, 2011 at 8:16 AM, Alex Balashov <span dir="ltr">&lt;<a href="mailto:abalashov@evaristesys.com">abalashov@evaristesys.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><div></div><div class="h5">On 05/16/2011 08:14 AM, vip killa wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Would anybody know how to run a perl script as a daemon that would stay<br>
connected to asterisk via AMI?<br>
Right now, my AMI script connects to the manager interface, originates a<br>
call, disconnects. The script will be run maybe 20+ per minute. It would<br>
make more sense to me to have the script run as a daemon and have<br>
a persistent connection to asterisk&#39;s AMI. Thank you in advance for your<br>
input.<br>
</blockquote>
<br></div></div>
Well, you would just write the Perl script in such a way as to not close the connection :-), but continue reading from the socket, ideally in an asynchronous manner.<br>
<br>
-- <br>
Alex Balashov - Principal<br>
Evariste Systems LLC<br>
260 Peachtree Street NW<br>
Suite 2200<br>
Atlanta, GA 30303<br>
Tel: <a href="tel:%2B1-678-954-0670" value="+16789540670" target="_blank">+1-678-954-0670</a><br>
Fax: <a href="tel:%2B1-404-961-1892" value="+14049611892" target="_blank">+1-404-961-1892</a><br>
Web: <a href="http://www.evaristesys.com/" target="_blank">http://www.evaristesys.com/</a><br>
<br>
--<br>
_____________________________________________________________________<br>
-- 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>
</blockquote></div><br>