<p>George Joseph <strong>merged</strong> this change.</p><p><a href="https://gerrit.asterisk.org/10063">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Richard Mudgett: Looks good to me, but someone else must approve
  Corey Farrell: Looks good to me, but someone else must approve
  Joshua Colp: Looks good to me, approved
  George Joseph: Approved for Submit

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">manager: Set AMI event "Newexten" to the EVENT_FLAG_DIALPLAN class<br><br>The documentation already specified EVENT_FLAG_DIALPLAN for this<br>event, but the implementation was using EVENT_FLAG_CALL.<br><br>Using EVENT_FLAG_DIALPLAN allows AMI clients to opt out of receiving<br>this highly verbose event.<br><br>ASTERISK-28033<br><br>Change-Id: I45b3119f30e4dbc17b49831f2b1a4f2c1beadafe<br>---<br>M CHANGES<br>M UPGRADE.txt<br>M main/manager_channels.c<br>3 files changed, 8 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/CHANGES b/CHANGES</span><br><span>index 783e2e6..fa177b5 100644</span><br><span>--- a/CHANGES</span><br><span>+++ b/CHANGES</span><br><span>@@ -64,6 +64,10 @@</span><br><span>    and ContactStatusDetail are now set to "NonQualified" when a contact exists</span><br><span>    but has not been qualified.</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+ * The "Newexten" event is now part of the "dialplan" class. The documentation</span><br><span style="color: hsl(120, 100%, 40%);">+   for Asterisk 15 already specified this, but the implementation was actually</span><br><span style="color: hsl(120, 100%, 40%);">+   using the "call" class instead.</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> ARI</span><br><span> ------------------</span><br><span>  * The ContactInfo event's contact_status field is now set to "NonQualified"</span><br><span>diff --git a/UPGRADE.txt b/UPGRADE.txt</span><br><span>index 41e22c6..b2bd28d 100644</span><br><span>--- a/UPGRADE.txt</span><br><span>+++ b/UPGRADE.txt</span><br><span>@@ -41,6 +41,9 @@</span><br><span>    but has not been qualified.</span><br><span>  - The ContactStatus event will no longer be sent by PJSIP when a device</span><br><span>    refreshes its registration.</span><br><span style="color: hsl(120, 100%, 40%);">+ - The "Newexten" event is now part of the "dialplan" class. The documentation</span><br><span style="color: hsl(120, 100%, 40%);">+   for Asterisk 15 already specified this, but the implementation was actually</span><br><span style="color: hsl(120, 100%, 40%);">+   using the "call" class instead.</span><br><span> </span><br><span> ARI:</span><br><span>  - The ContactInfo event's contact_status field is now set to "NonQualified"</span><br><span>diff --git a/main/manager_channels.c b/main/manager_channels.c</span><br><span>index 37269a9..ac09d42 100644</span><br><span>--- a/main/manager_channels.c</span><br><span>+++ b/main/manager_channels.c</span><br><span>@@ -638,7 +638,7 @@</span><br><span> </span><br><span>      /* DEPRECATED: Extension field deprecated in 12; remove in 14 */</span><br><span>     return ast_manager_event_blob_create(</span><br><span style="color: hsl(0, 100%, 40%);">-           EVENT_FLAG_CALL, "Newexten",</span><br><span style="color: hsl(120, 100%, 40%);">+                EVENT_FLAG_DIALPLAN, "Newexten",</span><br><span>           "Extension: %s\r\n"</span><br><span>                "Application: %s\r\n"</span><br><span>              "AppData: %s\r\n",</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/10063">change 10063</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/10063"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 16.0 </div>
<div style="display:none"> Gerrit-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: I45b3119f30e4dbc17b49831f2b1a4f2c1beadafe </div>
<div style="display:none"> Gerrit-Change-Number: 10063 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: lvl <digium@lvlconsultancy.nl> </div>
<div style="display:none"> Gerrit-Reviewer: Corey Farrell <git@cfware.com> </div>
<div style="display:none"> Gerrit-Reviewer: George Joseph <gjoseph@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins2 </div>
<div style="display:none"> Gerrit-Reviewer: Joshua Colp <jcolp@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Matthew Fredrickson <creslin@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Richard Mudgett <rmudgett@digium.com> </div>