search for: ast_law

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

Did you mean: ast_fax
2005 Sep 09
0
Doesn't finishes callerid spill
...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; Initial cidpos=0 and cidlen =8867 ***************snip** send_calle...