In article <[EMAIL PROTECTED]>, Douglas Garstang <[EMAIL PROTECTED]> wrote: > > I'm not having much luck here. I used the default zaptel.conf and zapata.conf > files, and put > a load => chan_zap.so in my modules.conf. On load, asterisk reports: > > [chan_zap.so] => (Zapata Telephony w/PRI) > Oct 26 08:24:33 ERROR[8419]: chan_zap.c:10147 setup_zap: Unable to load > config zapata.conf > Oct 26 08:24:33 WARNING[8419]: loader.c:414 __load_resource: chan_zap.so: > load_module > failed, returning -1 > Oct 26 08:24:33 WARNING[8419]: loader.c:499 load_modules: Loading module > chan_zap.so failed! > > and then it bombs out. :(
OK, the warnings and the bombing out are just knock-on effects from the first error, which is telling you it can't read zapata.conf. It must be either a permissions problem or a format problem. Please post the output of the following commands: ls -ld /etc/asterisk ls -l /etc/asterisk/zapata.conf file /etc/asterisk/zapata.conf cat /etc/asterisk/asterisk.conf What command line are you using to start asterisk? 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
