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 <[EMAIL PROTECTED]> Subject: Re: [Asterisk-Users] Auto Starting Asterisk To: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] 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 _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users