[Asterisk-Users] Asterisk on Fedora Core 2 startup script

Colin Anderson ColinA at landmarkmasterbuilder.com
Thu May 5 18:47:04 MST 2005


I like easy questions! 

Add to /etc/rc.d:

modprobe wctdm
ztcfg -vv
su <yourasteriskuser> /usr/sbin/safe_asterisk &

where <yourasteriskuser> is the user that you normally run Asterisk under.
Omit the su <yourasteriskuser> if you are running Asterisk as root.
safe_asterisk is a watchdog script that restarts Asterisk if it craps out.
The & Ampersand runs it as a background process, returning control to the
tty and allowing you to log into the console. 

hth



-----Original Message-----
From: Jeff Ramsey
To: Asterisk Users Mailing List - Non-Commercial Discussion
Sent: 5/5/2005 6:00 PM
Subject: [Asterisk-Users] Asterisk on Fedora Core 2 startup script

I need an rc script that will autorun the module for the wctdm and then
follow that by running asterisk. A first look at google tells me to try
this
list.

Thanks,
-- 
Jeff Ramsey


_______________________________________________
Asterisk-Users mailing list
Asterisk-Users at lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users



More information about the asterisk-users mailing list