[Home]

Summary:ASTERISK-27661: Add new AMI Event for Load, Unload
Reporter:sungtae kim (pchero)Labels:
Date Opened:2018-02-06 14:25:16.000-0600Date Closed:2018-02-19 06:44:53.000-0600
Priority:MinorRegression?
Status:Closed/CompleteComponents:PBX/NewFeature
Versions:Feature Tracker Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Raised load/unload ami event when the module loaded/unloaded.

```
Event: Load
Privilege: system,all
Module: app_queue.so
Status: 0

Event: Unload
Privilege: system,all
Module: app_queue.so
Status: 0

Event: Reload
Privilege: system,all
Module: app_queue.so
Status: 2
```
Comments:By: Asterisk Team (asteriskteam) 2018-02-06 14:25:17.577-0600

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

By: Friendly Automation (friendly-automation) 2018-02-19 06:44:53.793-0600

Change 8166 merged by Jenkins2:
manager: Add AMI event Load/Unload

[https://gerrit.asterisk.org/8166|https://gerrit.asterisk.org/8166]