search for: cidpo

Displaying 1 result from an estimated 1 matches for "cidpo".

Did you mean: cidp
2005 Sep 09
0
Doesn't finishes callerid spill
...lerid 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 in a while loop which checks cidpos<cidlen; Initial cidpos=0 and cidlen =8867 ***************snip** send_callerid*****chan_zap.c***************...