[Home]

Summary:ASTERISK-28033: AMI event "NewExten" is set to the wrong class
Reporter:laszlovl (lvl)Labels:
Date Opened:2018-09-03 06:47:56Date Closed:2018-09-12 10:12:40
Priority:MinorRegression?
Status:Closed/CompleteComponents:Core/ManagerInterface
Versions:15.5.0 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:According to the inline documentation, the AMI event "NewExten" belongs to the EVENT_FLAG_DIALPLAN class. However, the code actually links it to EVENT_FLAG_CALL.

The documentation and actual implementation should be in line.

Linking "NewExten" to EVENT_FLAG_DIALPLAN makes more sense, because it's an extremely verbose event that shouldn't be on the same level as EVENT_FLAG_CALL. In a complex dialplan, you might get hundreds of NewExten events for each call, as opposed to only dozens of other events from the EVENT_FLAG_CALL class.
Comments:By: Asterisk Team (asteriskteam) 2018-09-03 06:47:57.440-0500

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-09-12 10:12:40.972-0500

Change 10063 merged by George Joseph:
manager: Set AMI event "Newexten" to the EVENT_FLAG_DIALPLAN class

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

By: Friendly Automation (friendly-automation) 2018-09-12 11:01:53.764-0500

Change 10062 merged by Joshua Colp:
manager: Set AMI event "Newexten" to the EVENT_FLAG_DIALPLAN class

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

By: Friendly Automation (friendly-automation) 2018-09-12 11:02:04.912-0500

Change 10064 merged by Joshua Colp:
manager: Set AMI event "Newexten" to the EVENT_FLAG_DIALPLAN class

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