search for: ast_callerid_generate

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

2005 Sep 09
0
Doesn't finishes callerid spill
...nd 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 in a while loop which checks cidpos<cidlen;...