[asterisk-bugs] [JIRA] (ASTERISK-26163) ChannelUserevent is not raised for global variables
Claudiu Olteanu (JIRA)
noreply at issues.asterisk.org
Thu Jun 30 03:03:56 CDT 2016
Claudiu Olteanu created ASTERISK-26163:
------------------------------------------
Summary: ChannelUserevent is not raised for global variables
Key: ASTERISK-26163
URL: https://issues.asterisk.org/jira/browse/ASTERISK-26163
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Resources/res_stasis
Affects Versions: 13.9.1, 13.9.0, 13.8.2, 13.8.1, 13.8.0
Environment: OS: RedHat 7.2, kernel version 3.10.0-327.13.1.el7.x86_64
Asterisk 13.9.1
Reporter: Claudiu Olteanu
Hi there,
Apparently, the ChannelUserevent is not raised when a global variable is changed.
The ChannelUserevent is raised only when a variable of a channel is changed and your Stasis application is subscribed to that channel. I believe that the event should be raised also for global variables.
In order to test it:
1. Create a Stasis application
2. Subscribe to "ChannelUserevent" events
3. Change the value of a global variable or set a new one
Results:
The ChannelUserevent is not raised.
Expected results:
The ChannelUserevent should be raised.
Happy hacking,
Claudiu
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list