[asterisk-bugs] [JIRA] (ASTERISK-21688) Update custom field CDR after Hangup

Emiliano (JIRA) noreply at issues.asterisk.org
Wed Apr 24 21:29:38 CDT 2013


Emiliano created ASTERISK-21688:
-----------------------------------

             Summary: Update custom field CDR after Hangup
                 Key: ASTERISK-21688
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-21688
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: CDR/cdr_adaptive_odbc
    Affects Versions: 11.2.1
         Environment: Debian Squeeze 64x
Asterisk 11.2-cert1
            Reporter: Emiliano
            Severity: Minor


Can't update CDR (cdr_adaptive_odbc) custom fields after hangup.
I tried by setting endbeforehexten with yes or no.

Scenario:
exten => s,1,Dial(SIP/TEST,,g)
same => n,Set(CDR(field)=testing)
same => n,hangup()

exten => h,1,Noop(Set different value for field)
same => n,Set(CDR(field)=hanguptest)
same => n,hangup()


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list