[asterisk-bugs] [JIRA] (ASTERISK-21127) Empty custom CDR value

Matt Jordan (JIRA) noreply at issues.asterisk.org
Sun Feb 17 22:22:58 CST 2013


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

Matt Jordan updated ASTERISK-21127:
-----------------------------------

    Description: 
Empty custom CDR value for NO ANSWER calls.

extensions.conf:
{noformat}
[from-pstn]
exten => _ 325127104,1,Goto(325127105,s,1)

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

/var/spool/asterisk/outgoing/obd_test.call:

{noformat}
Channel: Dahdi/i1/09910231231
CallerId: 9910231231
MaxRetries: 2
RetryTime: 900
WaitTime: 60
Account: AO_OW
Context: from-pstn
Extension: 325127105
Priority: 1
Archive: Yes
Set: MSG=20130217-161246-488
Set: CUST=1234567890
Set: ACCOUNT=AO_OW
{noformat}

ANSWERED CALL CDR (ok):
{noformat}
AO_OW,1234567890,9910231231,20130217-161246-488,2013-02-17 17:23:17,2013-02-17 17:23:29,2013-02-17 17:23:33,16,4,ANSWERED,1361101997.36
{noformat}

In this CDR some values are missing.

NO ANSWERED CALL CDR (problem):
{noformat}
AO_OW,,9910231231,,2013-02-17 17:38:16,,2013-02-17 17:38:16,0,0,NO ANSWER,1361102896.37
{noformat}


  was:
Empty custom CDR value for NO ANSWER calls.

extensions.conf:
[from-pstn]
exten => _ 325127104,1,Goto(325127105,s,1)

[325127105]
exten => s,1,Set(CALLERID(num)=${CALLERID(num):0:40})
exten => s,n,Set(CDR(voicemsg)=${MSG})
exten => s,n,Set(CDR(rmobileno)=${CUST})
exten => s,n,Answer()
exten => s,n,Playback(${MSG})
exten => s,n,Hangup


/var/spool/asterisk/outgoing/obd_test.call:

Channel: Dahdi/i1/09910231231
CallerId: 9910231231
MaxRetries: 2
RetryTime: 900
WaitTime: 60
Account: AO_OW
Context: from-pstn
Extension: 325127105
Priority: 1
Archive: Yes
Set: MSG=20130217-161246-488
Set: CUST=1234567890
Set: ACCOUNT=AO_OW


ANSWERED CALL CDR (ok):
AO_OW,1234567890,9910231231,20130217-161246-488,2013-02-17 17:23:17,2013-02-17 17:23:29,2013-02-17 17:23:33,16,4,ANSWERED,1361101997.36

In this CDR some values are missing.
NO ANSWERED CALL CDR (problem):
AO_OW,,9910231231,,2013-02-17 17:38:16,,2013-02-17 17:38:16,0,0,NO ANSWER,1361102896.37

     Issue Type: Bug  (was: Information Request)
    
> Empty custom CDR value
> ----------------------
>
>                 Key: ASTERISK-21127
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-21127
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: CDR/General
>    Affects Versions: 1.8.19.0
>         Environment: Ubuntu 10.04 LTS Server
>            Reporter: Ishtiyaq Husain
>            Severity: Minor
>
> Empty custom CDR value for NO ANSWER calls.
> extensions.conf:
> {noformat}
> [from-pstn]
> exten => _ 325127104,1,Goto(325127105,s,1)
> [325127105]
> exten => s,1,Set(CALLERID(num)=${CALLERID(num):0:40})
> exten => s,n,Set(CDR(voicemsg)=${MSG})
> exten => s,n,Set(CDR(rmobileno)=${CUST})
> exten => s,n,Answer()
> exten => s,n,Playback(${MSG})
> exten => s,n,Hangup
> {noformat}
> /var/spool/asterisk/outgoing/obd_test.call:
> {noformat}
> Channel: Dahdi/i1/09910231231
> CallerId: 9910231231
> MaxRetries: 2
> RetryTime: 900
> WaitTime: 60
> Account: AO_OW
> Context: from-pstn
> Extension: 325127105
> Priority: 1
> Archive: Yes
> Set: MSG=20130217-161246-488
> Set: CUST=1234567890
> Set: ACCOUNT=AO_OW
> {noformat}
> ANSWERED CALL CDR (ok):
> {noformat}
> AO_OW,1234567890,9910231231,20130217-161246-488,2013-02-17 17:23:17,2013-02-17 17:23:29,2013-02-17 17:23:33,16,4,ANSWERED,1361101997.36
> {noformat}
> In this CDR some values are missing.
> NO ANSWERED CALL CDR (problem):
> {noformat}
> AO_OW,,9910231231,,2013-02-17 17:38:16,,2013-02-17 17:38:16,0,0,NO ANSWER,1361102896.37
> {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