Displaying 1 result from an estimated 1 matches for "c362".
Did you mean:
c32
2005 Jan 04
0
the correct way to stop a CDR?
...exten => h,3,DeadAGI(rate_call.php)
The AGI script takes the completed call, determines all that NPNAXX crap,
finds the cost and then updates the CDR with the cost.
Problem is, I keep getting these messages:
Jan 4 13:25:36 WARNING[13689]: cdr.c:114 ast_cdr_free: CDR on channel
'SIP/3091-c362' not posted
Jan 4 13:25:36 WARNING[13689]: cdr.c:116 ast_cdr_free: CDR on channel
'SIP/3091-c362' lacks end
These messages are being generated by NoCDR. Is there a better way to
stop/post a CDR?
I am considering adding a flag to ResetCDR(x) so that if you pass this flag,
it stops the...