[Home]

Summary:ASTERISK-25255: Missing AMI VarSet events when setting to an empty string.
Reporter:Richard Mudgett (rmudgett)Labels:
Date Opened:2015-07-15 18:06:27Date Closed:2015-07-17 08:52:48
Priority:MajorRegression?Yes
Status:Closed/CompleteComponents:Core/General
Versions:13.4.0 Frequency of
Occurrence
Constant
Related
Issues:
is caused byASTERISK-24934 [patch]Asterisk manager output does not escape control characters
is related toASTERISK-25256 [patch]Post AMI VarSet to empty string events when Asterisk deletes a dialplan variable.
Environment:Attachments:
Description:Calling the following exten will not generate a second AMI VarSet event showing that MY_CHAN_VAR now has no value when in v13.3 it would:
{noformat}
exten = 100,1,NoOp()
same = n,Set(MY_CHAN_VAR=Have a value)
same = n,Set(MY_CHAN_VAR=)
same = n,Hangup()
{noformat}
Comments: