Displaying 1 result from an estimated 1 matches for "zt_event_ringeroff".
2005 Sep 09
0
Doesn't finishes callerid spill
...s here when loop is executed 35-37 times
cidpos is inreased to near about 5700 < 8867 and suddenly control gets
in zt_handle_event function in a switch case statement and cancells
the callerid spill and continues.
***********snip***zt_handle_event***chan_zap.c*********************
case ZT_EVENT_RINGEROFF:
if (p->inalarm) break;
if (p->radio) break;
ast->rings++;
if ((ast->rings > p->cidrings) && (p->cidspill)) {
ast_log(LOG_WARNING, "Didn't finish Caller-ID spill. Cancelling.\n");...