Merge "manager: Set AMI event "Newexten" to the EVENT_FLAG_DIALPLAN class"

This commit is contained in:
Joshua Colp 2018-09-12 11:01:25 -05:00 committed by Gerrit Code Review
commit 2969d2ac5c
3 changed files with 8 additions and 1 deletions

View File

@ -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"

View File

@ -41,6 +41,9 @@ AMI:
but has not been qualified.
- The ContactStatus event will no longer be sent by PJSIP when a device
refreshes its registration.
- 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"

View File

@ -638,7 +638,7 @@ static struct ast_manager_event_blob *channel_newexten(
/* DEPRECATED: Extension field deprecated in 12; remove in 14 */
return ast_manager_event_blob_create(
EVENT_FLAG_CALL, "Newexten",
EVENT_FLAG_DIALPLAN, "Newexten",
"Extension: %s\r\n"
"Application: %s\r\n"
"AppData: %s\r\n",