On Wednesday 01 September 2004 13:41, San Singhania wrote:
> 1.How can I load asterisk automatically in Linux each time the machine
> boots up (like autoexec.bat in windows) 2.how I can shut down and restart
> asterisk automatically every night?

I use this:

su - root -c '/usr/bin/screen -d -m /usr/sbin/asterisk -g'

This puts asterisk in a screen session and allows it to receive remote 
requests (asterisk -r)

the su root is required so that the screen session shows up in root's screen 
list.

Why would you want to shut down and restart asterisk every night?

-A.
_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to