<p>Corey Farrell has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/7309">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">res_mwi_external_ami: Remove incorrect load priority.<br><br>res_mwi_external_ami specified AST_MODFLAG_LOAD_ORDER but didn't set<br>load_pri, resulting in an actual load priority of 0.  This module only<br>provides AMI actions so it has no reason to load early.<br><br>Change-Id: I82987fcf10d3ea42716b2f9df915b16687fd5839<br>---<br>M res/res_mwi_external_ami.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/09/7309/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/res/res_mwi_external_ami.c b/res/res_mwi_external_ami.c<br>index 0f86173..0479f8b 100644<br>--- a/res/res_mwi_external_ami.c<br>+++ b/res/res_mwi_external_ami.c<br>@@ -368,7 +368,7 @@<br>   return AST_MODULE_LOAD_SUCCESS;<br> }<br> <br>-AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_LOAD_ORDER, "AMI support for external MWI",<br>+AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_DEFAULT, "AMI support for external MWI",<br>       .support_level = AST_MODULE_SUPPORT_CORE,<br>     .load = load_module,<br>  .unload = unload_module,<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/7309">change 7309</a>. To unsubscribe, 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/7309"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 13 </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I82987fcf10d3ea42716b2f9df915b16687fd5839 </div>
<div style="display:none"> Gerrit-Change-Number: 7309 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Corey Farrell <git@cfware.com> </div>