Displaying 1 result from an estimated 1 matches for "pri_information".
Did you mean:
art_information
2009 Sep 14
0
DAHDI Dial 9 Receiving Setup Acknowledge
...end any queued digits */
for (x = 0;x <
strlen(pri->pvts[chanpos]->dialdest); x++) {
ast_debug(1,
"Sending pending digit '%c'\n", pri->pvts[chanpos]->dialdest[x]);
pri_information(pri->pri, pri->pvts[chanpos]->call,
pri->pvts[chanpos]->dialdest[x]);
}
ast_mutex_unlock(&pri->pvts[chanpos]->lock);
} else
ast_log(LOG_WAR...