Where are you initializing the kernel modules for asterisk? I was poking around a bit, and realized I'd like to make them an automatic part of startup. "make load" is good, but I want it to start on powerfail too.
I think there are a couple things that need to be done: - load the modules; I think that zaptel needs to be done, then your card driver(s) (and this would include ztdummy, if needed) - execute ztcfg Now, you can manually call them in a script you arrange to have called during rc, or add them to some of the existing boot scripts. (Right now I'm leaning on the boot scripts, but just because I know them a bit better). I'm thinking there should be a target, like in the Linux version, that adds the driver/ztcfg parts to your boot process. Ideas, comments? Thanks, J. _______________________________________________ Asterisk-BSD mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-bsd

