search for: dahdi_nam

Displaying 1 result from an estimated 1 matches for "dahdi_nam".

Did you mean: dahdi_name
2009 Dec 14
2
Asterisk & Zaptel setup on vserver
...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 loaded, but the DAHDI timer test failed to set DAHDI_TIMERCONFIG to %d.\n", x); + ast_log(LOG_ERROR, "You have " DAHDI_NAME + " built and drivers loaded, but the " + DAHDI_NAME " timer test failed to set DAHDI_TIMERCONFIG to %d.\n", x); exit(1); } The problem has something to do with ioctl function. I run: sudo /usr/sbin/asterisk -cv as root. The installation is not a deb p...