mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 03:50:31 +00:00
manager: Set AMI event "Newexten" to the EVENT_FLAG_DIALPLAN class
The documentation already specified EVENT_FLAG_DIALPLAN for this event, but the implementation was using EVENT_FLAG_CALL. Using EVENT_FLAG_DIALPLAN allows AMI clients to opt out of receiving this highly verbose event. ASTERISK-28033 Change-Id: I45b3119f30e4dbc17b49831f2b1a4f2c1beadafe
This commit is contained in:
4
CHANGES
4
CHANGES
@@ -64,6 +64,10 @@ AMI
|
||||
and ContactStatusDetail are now set to "NonQualified" when a contact exists
|
||||
but has not been qualified.
|
||||
|
||||
* The "Newexten" event is now part of the "dialplan" class. The documentation
|
||||
for Asterisk 15 already specified this, but the implementation was actually
|
||||
using the "call" class instead.
|
||||
|
||||
ARI
|
||||
------------------
|
||||
* The ContactInfo event's contact_status field is now set to "NonQualified"
|
||||
|
Reference in New Issue
Block a user