[asterisk-bugs] [JIRA] (ASTERISK-28033) AMI event "NewExten" is set to the wrong class
Asterisk Team (JIRA)
noreply at issues.asterisk.org
Mon Dec 3 17:31:54 CST 2018
[ https://issues.asterisk.org/jira/browse/ASTERISK-28033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Asterisk Team updated ASTERISK-28033:
-------------------------------------
Target Release Version/s: 16.1.0
> AMI event "NewExten" is set to the wrong class
> ----------------------------------------------
>
> Key: ASTERISK-28033
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-28033
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Core/ManagerInterface
> Affects Versions: 15.5.0
> Reporter: lvl
> Assignee: lvl
> Severity: Minor
> Target Release: 16.0.0, 16.1.0
>
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list