[asterisk-bugs] [JIRA] (ASTERISK-25255) Missing AMI VarSet events when setting to an empty string.
Richard Mudgett (JIRA)
noreply at issues.asterisk.org
Wed Jul 15 18:07:32 CDT 2015
Richard Mudgett created ASTERISK-25255:
------------------------------------------
Summary: Missing AMI VarSet events when setting to an empty string.
Key: ASTERISK-25255
URL: https://issues.asterisk.org/jira/browse/ASTERISK-25255
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Core/General
Affects Versions: 13.4.0
Reporter: Richard Mudgett
Calling the following exten will not generate an AMI VarSet event showing that MY_CHAN_VAR now has no value where in v13.2 it would:
{noformat}
exten = 100,1,NoOp()
same = n,Set(MY_CHAN_VAR=)
same = n,Hangup()
{noformat}
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list