[Asterisk-code-review] modules: Set deprecated modules to not build by default (asterisk[15])

Sean Bright asteriskteam at digium.com
Thu Feb 22 10:49:06 CST 2018


Sean Bright has uploaded this change for review. ( https://gerrit.asterisk.org/8370


Change subject: modules: Set deprecated modules to not build by default
......................................................................

modules: Set deprecated modules to not build by default

Change-Id: I09090f70224866aead6b3207fa784cfefea7d539
---
M funcs/func_audiohookinherit.c
M res/res_pjsip_registrar_expire.c
2 files changed, 3 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/70/8370/1

diff --git a/funcs/func_audiohookinherit.c b/funcs/func_audiohookinherit.c
index 2d79aba..b05211c 100644
--- a/funcs/func_audiohookinherit.c
+++ b/funcs/func_audiohookinherit.c
@@ -29,6 +29,7 @@
  */
 
 /*** MODULEINFO
+	<defaultenabled>no</defaultenabled>
 	<support_level>deprecated</support_level>
  ***/
 
diff --git a/res/res_pjsip_registrar_expire.c b/res/res_pjsip_registrar_expire.c
index daf4708..55b404f 100644
--- a/res/res_pjsip_registrar_expire.c
+++ b/res/res_pjsip_registrar_expire.c
@@ -17,9 +17,11 @@
  */
 
 /*** MODULEINFO
+	<defaultenabled>no</defaultenabled>
 	<depend>pjproject</depend>
 	<depend>res_pjsip</depend>
 	<support_level>deprecated</support_level>
+	<replacement>res_pjsip_registrar</replacement>
  ***/
 
 /*

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

Gerrit-Project: asterisk
Gerrit-Branch: 15
Gerrit-MessageType: newchange
Gerrit-Change-Id: I09090f70224866aead6b3207fa784cfefea7d539
Gerrit-Change-Number: 8370
Gerrit-PatchSet: 1
Gerrit-Owner: Sean Bright <sean.bright at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180222/aa4ac399/attachment.html>


More information about the asterisk-code-review mailing list