[Home]

Summary:ASTERISK-11735: unanswered calls lose the information for userfield and accountcode
Reporter:Private Name (falves11)Labels:
Date Opened:2008-03-27 01:08:03Date Closed:2011-06-07 14:03:17
Priority:MajorRegression?No
Status:Closed/CompleteComponents:CDR/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:I place several calls until one does not get rejected. Every time  get a rejection, a new CDR gets generated. Before all these attempts, I set
exten=>_X.,n,Set(CDR(userfield)=${SIPCHANINFO(recvip)})
exten=>_X.,n,Set(CDR(accountcode)=${EXTEN})

But when I see my cdr records in the database (cdr_odbc), only the last call dialed, either answered or not, has the two pieces of information. The problem is that in order to manage my carriers, I need that every record includes the full information: where the call came from and what was the original number requested. The CDR records should carry ahead all the information set up before the calls were made.
Comments:By: Private Name (falves11) 2008-05-21 16:16:54

Please close this case. The issue is no longer.

By: Joshua C. Colp (jcolp) 2008-05-21 16:18:40

Closed per reporter.