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

2005-05-05 Thread Greg Boehnlein
On Thu, 5 May 2005, Colin Anderson wrote: > I like easy questions! > > Add to /etc/rc.d: > > modprobe wctdm > ztcfg -vv > su /usr/sbin/safe_asterisk & > > where is the user that you normally run Asterisk under. > Omit the su if you are running Asterisk as root. > safe_asterisk is a watchdog

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

2005-05-05 Thread Rich Adamson
> 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. Take a look at 'make config' in both the zaptel and asterisk src directories. It should install the scripting necessary. _

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

2005-05-05 Thread Colin Anderson
I like easy questions! Add to /etc/rc.d: modprobe wctdm ztcfg -vv su /usr/sbin/safe_asterisk & where is the user that you normally run Asterisk under. Omit the su if you are running Asterisk as root. safe_asterisk is a watchdog script that restarts Asterisk if it craps out. The & Ampersand r