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

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


    [ https://issues.asterisk.org/jira/browse/ASTERISK-21688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=205796#comment-205796 ] 

Emiliano commented on ASTERISK-21688:
-------------------------------------

this section works (set var cdr under Dial cmd):
exten => s,1,Set(CDR(field)=testing)
exten => s,2,Dial(SIP/TEST,,g)
same => n,hangup()

this section don't works:
exten => h,1,Noop(Set different value for field)
same => n,Set(CDR(field)=hanguptest)
same => n,hangup()

I need update CDR after hangup.
                
> 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