hey there ,
i am on about my third install and run attempt with debian sarge
i am using a tdm01b with one red module.
zaptel drivers seem fine but when i start asterisk i get this from /var/log/asterisk/messages
Jul 7 12:49:23 WARNING[4487] loader.c: Loading module chan_zap.so failed!
Jul 7 12:49:27 NOTICE[4507] cdr.c: CDR simple logging enabled.
Jul 7 12:49:27 WARNING[4507] res_musiconhold.c: Unable to open pseudo channel for timing... Sound may be choppy.
Jul 7 12:49:27 WARNING[4507] chan_iax2.c: Unable to open IAX timing interface: Permission denied
Jul 7 12:49:27 WARNING[4507] chan_zap.c: Unable to open '/dev/zap/channel': Permission denied
Jul 7 12:49:27 ERROR[4507] chan_zap.c: Unable to open channel 1: Permission denied
here = 0, tmp->channel = 1, channel = 1
Jul 7 12:49:27 ERROR[4507] chan_zap.c: Unable to register channel '1'
Jul 7 12:49:27 WARNING[4507] loader.c: chan_zap.so: load_module failed, returning -1
Jul 7 12:49:27 WARNING[4507] loader.c: Loading module chan_zap.so failed!
i changed the ownership to chown asterisk /dev/zap/channel
but still no go, even when i try to run as root
i am sure the chanel is set up right.
i get this from [code]
ztcfg -vv
Zaptel Configuration
Channel map:
Channel 01: FXS Kewlstart (Default) (Slaves: 01)
1 channels configured.
[/code]
anyone have any idea what i may be missing here ???