search for: zt_timerconfig

Displaying 2 results from an estimated 2 matches for "zt_timerconfig".

2008 Jun 11
2
Zaptel timer failure
...l, on a new installation, HP Xeon at 1,83 with 2.6.18-amd64 image from Debian Etch with Asterisk 1.4.20.1 and zaptel 1.4.11 -both tar.gz from digium- we get: [Jun 11 14:54:29] ERROR[6686]: asterisk.c:2952 main: You have Zaptel built and drivers loaded, but the Zaptel timer test failed to set ZT_TIMERCONFIG to 160. There is no telephony card in the server, we want to use ztdummy for meetme. Does anyone now want can be the problem, knowing that we installed other servers -eg Dell- with similar setup (asterisk 1.4.18) and without facing this problem. Thanks for any information. -- Daniel TOOTAi N...
2009 Dec 14
2
Asterisk & Zaptel setup on vserver
...loaded because I was on a vserver and I didn't have the devices under /dev/zap/. I asked the system guys to install zaptel, they did but now I am getting this error only: [Dec 14 16:59:39] ERROR[2986] asterisk.c: You have Zaptel built and drivers loaded, but the Zaptel timer test failed to set ZT_TIMERCONFIG to 160. The code where this error lies is this: int fd; - int x = 160; - fd = open("/dev/dahdi/timer", O_RDWR); + fd = open(DAHDI_FILE_TIMER, O_RDWR); if (fd >= 0) { if (ioctl(fd, DAHDI_TIMERCONFIG, &x)) { - ast_log(LOG_ERROR, "You have DAHDI built and drivers l...