In article <[EMAIL PROTECTED]>, Forrest Beck <[EMAIL PROTECTED]> wrote: > I was just looking to see if anyone else has seen this problem as well. > > When asterisk starts up it loads the zttranscode module. The problem > exist when I use the init scripts to stop asterisk and then use the > zaptel init script to unload modules. Since the zaptel init script > didn't load the zttranscode module it will error out when trying to > unload the modules.
The zttranscode module is getting loaded automatically by Linux when Asterisk tries to see whether there is a hardware transcoder. If you don't have a hardware transcoder, add the following line to /etc/asterisk/modules.conf: noload => codec_zap.so Then Asterisk won't try to access the transcoder device. Much cleaner. Of course, the init scripts should account for zttranscode as well. Cheers Tony -- Tony Mountifield Work: [EMAIL PROTECTED] - http://www.softins.co.uk Play: [EMAIL PROTECTED] - http://tony.mountifield.org _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
