[asterisk-bugs] [JIRA] (ASTERISK-19637) Userfield variable cannot be correctly set in h extension

Eugene (JIRA) noreply at issues.asterisk.org
Tue Aug 11 04:16:33 CDT 2015


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

Eugene closed ASTERISK-19637.
-----------------------------


> Userfield variable cannot be correctly set in h extension
> ---------------------------------------------------------
>
>                 Key: ASTERISK-19637
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-19637
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: CDR/General
>    Affects Versions: 10.3.0
>            Reporter: Eugene
>            Assignee: Eugene
>      Target Release: 1.8.12.0, 10.4.0
>
>
> After upgrade from 10.0.0 to 10.3.0 this line in dialplan:
> exten => h,1,Set(CDR(userfield)=${QEHOLDTIME})
> does not work anymore - nothing is written to "userfield" column in database.
> The solution is to replace it with
> Set(CDR(qeholdtime)=${QEHOLDTIME})
> and create a column named qeholdtime
> Looks like userfield variable gets eaten at some point in ver 10.3.0 - this never happened in ver 10.0.0



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list