Hi,
I’m having trouble getting timing to work in Asterisk 1.4 on Fedora Core 5 kernel 2.6. I have no Digium hardware and am wanting to use ztdummy.
I have sucessfully compiled and installed the Zaptel drivers. lsmod produces:
ztdummy 4264 0
zaptel 203300 1 ztdummy
crc_ccitt 2241 1 zaptel
The zttest program also works.
I compiled zaptel 1.4.0, libpri 1.4.0 and asterisk 1.4.0 in the following order:
zaptel:
make clean
make linux26
make
make install
libpri:
make clean
make
make install
asterisk:
make clean
make
make install
It would appear that when I am building asterisk it is not recognising that ztdummy exists as it does not compile and install MeetMe and I get the following error relating to my IAX trunk when I run asterisk:
WARNING[13349]: chan_iax2.c:8546 build_user: Unable to support trunking on user ‘3311’ without zaptel timing
Any help with this problem would be greatly appreciated.
Thanks Mark.