Displaying 1 result from an estimated 1 matches for "pri_find_principle".
2009 Sep 14
0
DAHDI Dial 9 Receiving Setup Acknowledge
...WLEDGE message, start
QSIG timer T302, and await further number digits.
Otherwise, the gateway SHALL wait for more digits
to arrive in QSIG INFORMATION messages.
Looking in the chan_dahdi.c code I see
case PRI_EVENT_SETUP_ACK:
chanpos = pri_find_principle(pri,
e->setup_ack.channel);
if (chanpos < 0) {
ast_log(LOG_WARNING, "Received
SETUP_ACKNOWLEDGE on unconfigured channel %d/%d span %d\n",
PRI_SPAN(e->setup_ack.channel), PRI_CHANNEL(e->setup_ack.channel),
p...