Displaying 2 results from an estimated 2 matches for "cidspil".
Did you mean:
cidspill
2005 Sep 09
0
Doesn't finishes callerid spill
...oing through code in Callerid.c and chan_zap.c I found that my
line is providing caller id of length 8867.
Flow enters in zt_call and generates callerid id of length 8867 from
callerid generate in callerid.c
*****************snip** zt_call** chan_zap.c**************************
if (p->cidspill)
p->cidlen = ast_callerid_generate(p->cidspill, ast->cid.cid_name,
ast->cid.cid_num, AST_LAW(p));
p->cidpos = 0;
send_callerid(p);
************************************************************************
//Flow enters in send callerid...
2003 Nov 18
4
Help with Warnings
I'm trying to clean up some notices/warnings that are repeatedly logged
in *.Any Help would be appreciated as I'm not sure of the cause
/solution.
Here are the errors:
Nov 17 15:53:38 WARNING[1217602880]: File chan_zap.c, Line 1321
(zt_call): cidspill already exists??
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
/* Don't send audio while on hook, until the call is answered */
????????????????????????p->dialing = 1;
????????????????????????if (p->use_callerid) {
????????????????????????????????/* Generate the Call...