[Asterisk-code-review] res pjsip registrar expire: Mark module deprecated. (asterisk[13])

Corey Farrell asteriskteam at digium.com
Wed Jan 31 15:16:41 CST 2018


Corey Farrell has uploaded this change for review. ( https://gerrit.asterisk.org/8125


Change subject: res_pjsip_registrar_expire: Mark module deprecated.
......................................................................

res_pjsip_registrar_expire: Mark module deprecated.

The functionality of this module was already moved to
res_pjsip_registrar, mark it deprecated and add message to CHANGES.

Change-Id: I90c7d52c7e15e85fde3389d5eaccb05b97848813
---
M CHANGES
M res/res_pjsip_registrar_expire.c
2 files changed, 8 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/25/8125/1

diff --git a/CHANGES b/CHANGES
index 6e58928..fc52916 100644
--- a/CHANGES
+++ b/CHANGES
@@ -44,6 +44,12 @@
    you can now predict which endpoint is matched when a request comes in that
    matches both.
 
+res_pjsip_registrar_expire
+------------------
+ * The res_pjsip_registrar_expire module is now deprecated and will be removed
+   from Asterisk 16.  The existing functionality was moved into
+   res_pjsip_registrar.
+
 ------------------------------------------------------------------------------
 --- Functionality changes from Asterisk 13.18.0 to Asterisk 13.19.0 ----------
 ------------------------------------------------------------------------------
diff --git a/res/res_pjsip_registrar_expire.c b/res/res_pjsip_registrar_expire.c
index ef5cfed..e60237a 100644
--- a/res/res_pjsip_registrar_expire.c
+++ b/res/res_pjsip_registrar_expire.c
@@ -19,7 +19,7 @@
 /*** MODULEINFO
 	<depend>pjproject</depend>
 	<depend>res_pjsip</depend>
-	<support_level>extended</support_level>
+	<support_level>deprecated</support_level>
  ***/
 
 /*
@@ -41,7 +41,7 @@
 }
 
 AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_LOAD_ORDER, "OBSOLETE PJSIP Contact Auto-Expiration",
-	.support_level = AST_MODULE_SUPPORT_EXTENDED,
+	.support_level = AST_MODULE_SUPPORT_DEPRECATED,
 	.load = load_module,
 	.unload = unload_module,
 	.load_pri = AST_MODPRI_APP_DEPEND,

-- 
To view, visit https://gerrit.asterisk.org/8125
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-MessageType: newchange
Gerrit-Change-Id: I90c7d52c7e15e85fde3389d5eaccb05b97848813
Gerrit-Change-Number: 8125
Gerrit-PatchSet: 1
Gerrit-Owner: Corey Farrell <git at cfware.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180131/9ef30046/attachment.html>


More information about the asterisk-code-review mailing list