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:27 | Date Closed: | 2015-07-17 08:52:48 | ||||
Priority: | Major | Regression? | Yes | ||||
Status: | Closed/Complete | Components: | Core/General | ||||
Versions: | 13.4.0 | Frequency of Occurrence | Constant | ||||
Related Issues: |
| ||||||
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: |