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

Ishtiyaq Husain (JIRA) noreply at issues.asterisk.org
Sun Feb 17 08:09:58 CST 2013


Ishtiyaq Husain created ASTERISK-21127:
------------------------------------------

             Summary: Empty custom CDR value
                 Key: ASTERISK-21127
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-21127
             Project: Asterisk
          Issue Type: Information Request
      Security Level: None
          Components: Applications/app_cdr
    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:
[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

--
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