[Asterisk-Users] Auto Starting Asterisk
SW
sathyaw at sbcglobal.net
Tue Dec 23 14:54:49 MST 2003
Hi Chris,
In this situation, how do I modprobe ztdumy before * get started ?
SW
Message: 6
Date: Tue, 23 Dec 2003 09:33:07 -0800 (PST)
From: Chris Albertson <chrisalbertson90278 at yahoo.com>
Subject: Re: [Asterisk-Users] Auto Starting Asterisk
To: asterisk-users at lists.digium.com
Reply-To: asterisk-users at lists.digium.com
Look in the directory /etc/init.d (/etc/rc.d/init.d on
some systems)
You put a script in there called "asterisk". There is a
sample called "asterisk.init" in the source. copy it to
/etc/init.d/asterisk
You may want to study the other files in /etc/init.d to see
how they work.
Next read the "chkconfig" man page and see way you'd want to
type "chkconfig --add asterisk; chkconfig asterisl on"
Finally to start asterisk you can type "./asterisk start"
You may also want to re-boot the computer to verify that
asterisk does start automatically
More information about the asterisk-users
mailing list