[Asterisk-code-review] modules: Set deprecated modules to not build by default (asterisk[13])
Sean Bright
asteriskteam at digium.com
Thu Feb 22 10:48:56 CST 2018
Sean Bright has uploaded this change for review. ( https://gerrit.asterisk.org/8369
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/69/8369/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 e60237a..1b763e4 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/8369
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-MessageType: newchange
Gerrit-Change-Id: I09090f70224866aead6b3207fa784cfefea7d539
Gerrit-Change-Number: 8369
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/b184593e/attachment.html>
More information about the asterisk-code-review
mailing list