[Home]

Summary:ASTERISK-21153: Getting duplicate entry in CDR entry for same call
Reporter:Ishtiyaq Husain (ishtiyaq)Labels:
Date Opened:2013-02-22 15:09:09.000-0600Date Closed:2013-02-22 15:15:56.000-0600
Priority:MinorRegression?
Status:Closed/CompleteComponents:CDR/cdr_csv
Versions:1.8.19.0 Frequency of
Occurrence
Related
Issues:
Environment:ubuntu 10.04 LTSAttachments:
Description:extenction.conf:
{noformat}
[from-pstn]
exten => _3915353,1,Goto(4321,s,1)

exten => failed,1,Set(CALLERID(num)=${CALID})
exten => failed,n,Set(CDR(voicemsg)=${MSG})
exten => failed,n,Set(CDR(rmobileno)=${CUST})

[4321]
exten => s,1,Answer()
exten => s,n,Set(CALLERID(num)=${CALID})
exten => s,n,Set(CDR(voicemsg)=${MSG})
exten => s,n,Set(CDR(rmobileno)=${CUST})
exten => s,n,Playback(${MSG})
exten => s,n,Hangup
{noformat}

.call file:
{noformat}
Channel: Dahdi/i1/09910216019
CallerId: 9910216019
MaxRetries: 0
RetryTime: 10
WaitTime: 60
Account: AO_OW
Context: from-pstn
Extension: 3915353
Priority: 1
Archive: Yes
Set: MSG=20130101-233201-793
Set: CUST=1234567890
Set: ACCOUNT=AO_OW
Set: CALID=9910216019
{noformat}

CDR Data:
{noformat}
AO_OW,,9910216019,,2013-02-23 02:24:13,,2013-02-23 02:24:13,0,0,FAILED,1361566451.271,,
AO_OW,1234567890,9910216019,20130101-233201-793,2013-02-23 02:24:13,,2013-02-23 02:24:13,0,0,NO ANSWER,1361566453.272,,
{noformat}
Comments:By: Matt Jordan (mjordan) 2013-02-22 15:15:51.773-0600

Thanks for your comments. This does not appear to be a bug report and we are closing it. We appreciate the difficulties you are facing, but it would make more sense to raise your question in the support tracker, http://www.asterisk.org/support.