Displaying 1 result from an estimated 1 matches for "port_pot".
Did you mean:
part_pot
2003 Sep 02
0
IXJ card doesn't want to dial out (see previous thread, asterisk won't answer pstn ring)
...message.
if (mode == MODE_FXO) {
if (ioctl(tmp->fd, IXJCTL_PORT, PORT_PSTN))
ast_log(LOG_DEBUG, "Unable to set port to PSTN\n");
} else {
if (ioctl(tmp->fd, IXJCTL_PORT, PORT_POTS))
ast_log(LOG_DEBUG, "Unable to set port to POTS\n");
}
Using Debian 3, updated, with the ixj driver version 1.2.1.
Any suggestions would be appreciated.
Thanks,
Andrew Griffiths