> 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 _______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
