[Asterisk-Users] Where to put the modules to start on boot?

Time Bandit timebandit001 at gmail.com
Wed Mar 23 14:30:15 MST 2005


> Where do you put the module load and init commands on a RHEL 4 box and
> where to put it on a RHEL 3 box?
If you are talking about loading the Zaptel modules, here's the easy way :
- Go in your Zaptel src directory (usually /usr/src/zaptel)
- # make config (this wil copy the init script)
N.B.: if you are running on a 2.6 kernel, you need to edit the script
Open file /etc/init.d/zaptel and change all "insmod" with "modprobe"
and "rmmod" with "modprobe -r"

hth



More information about the asterisk-users mailing list