<p>Corey Farrell has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/8124">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">res_pjsip_registrar_expire: Mark module deprecated.<br><br>The functionality of this module was already moved to<br>res_pjsip_registrar, mark it deprecated and add message to CHANGES.<br><br>Change-Id: I90c7d52c7e15e85fde3389d5eaccb05b97848813<br>---<br>M CHANGES<br>M res/res_pjsip_registrar_expire.c<br>2 files changed, 8 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/24/8124/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/CHANGES b/CHANGES<br>index 2f6c448..6c40aa2 100644<br>--- a/CHANGES<br>+++ b/CHANGES<br>@@ -45,6 +45,12 @@<br>    you can now predict which endpoint is matched when a request comes in that<br>    matches both.<br> <br>+res_pjsip_registrar_expire<br>+------------------<br>+ * The res_pjsip_registrar_expire module is now deprecated and will be removed<br>+   from Asterisk 16.  The existing functionality was moved into<br>+   res_pjsip_registrar.<br>+<br> res_sdp_translator_pjmedia<br> ------------------<br>  * Removed the unused and incomplete SDP processing modules.<br>diff --git a/res/res_pjsip_registrar_expire.c b/res/res_pjsip_registrar_expire.c<br>index 989fe87..daf4708 100644<br>--- a/res/res_pjsip_registrar_expire.c<br>+++ b/res/res_pjsip_registrar_expire.c<br>@@ -19,7 +19,7 @@<br> /*** MODULEINFO<br>      <depend>pjproject</depend><br>        <depend>res_pjsip</depend><br>-       <support_level>extended</support_level><br>+  <support_level>deprecated</support_level><br>  ***/<br> <br> /*<br>@@ -41,7 +41,7 @@<br> }<br> <br> AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_LOAD_ORDER, "OBSOLETE PJSIP Contact Auto-Expiration",<br>-      .support_level = AST_MODULE_SUPPORT_EXTENDED,<br>+        .support_level = AST_MODULE_SUPPORT_DEPRECATED,<br>       .load = load_module,<br>  .unload = unload_module,<br>      .load_pri = AST_MODPRI_APP_DEPEND,<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/8124">change 8124</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/8124"/><meta itemprop="name" content="View Change"/></div></div>

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