[asterisk-bugs] [JIRA] (ASTERISK-21153) Getting duplicate entry in CDR entry for same call

Ishtiyaq Husain (JIRA) noreply at issues.asterisk.org
Fri Feb 22 15:10:19 CST 2013


     [ https://issues.asterisk.org/jira/browse/ASTERISK-21153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ishtiyaq Husain updated ASTERISK-21153:
---------------------------------------

    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}

  was:
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,,9005363498,,2013-02-23 02:24:13,,2013-02-23 02:24:13,0,0,FAILED,1361566451.271,,
AO_OW,7499615644,9005363498,20130101-233201-793,2013-02-23 02:24:13,,2013-02-23 02:24:13,0,0,NO ANSWER,1361566453.272,,
{noformat}

    
> Getting duplicate entry in CDR entry for same call
> --------------------------------------------------
>
>                 Key: ASTERISK-21153
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-21153
>             Project: Asterisk
>          Issue Type: Information Request
>      Security Level: None
>          Components: CDR/cdr_csv
>    Affects Versions: 1.8.19.0
>         Environment: ubuntu 10.04 LTS
>            Reporter: Ishtiyaq Husain
>            Severity: Minor
>
> 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}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list