]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
res_monitor: Disable building by default.
authorJoshua C. Colp <jcolp@sangoma.com>
Tue, 17 Aug 2021 13:11:43 +0000 (10:11 -0300)
committerGeorge Joseph <gjoseph@digium.com>
Wed, 18 Aug 2021 16:15:14 +0000 (11:15 -0500)
ASTERISK-29602

Change-Id: I6f0af0a959409cdbc6b185b1604301bafc872a5a

doc/UPGRADE-staging/res_monitor_disabled.txt [new file with mode: 0644]
res/res_monitor.c

diff --git a/doc/UPGRADE-staging/res_monitor_disabled.txt b/doc/UPGRADE-staging/res_monitor_disabled.txt
new file mode 100644 (file)
index 0000000..12cc372
--- /dev/null
@@ -0,0 +1,8 @@
+Subject: res_monitor
+Master-Only: True
+
+This module is no longer built by default in
+accordance with the Module Deprecation Policy.
+If you require this functionality you will need
+to enable it for building in menuselect. Note
+that in the future res_monitor will be removed.
index 235dc2d5874824de7e7317f5cb7fddf89195f625..8f2c9b82f368570383dc9f386e43957a917f88ae 100644 (file)
@@ -25,6 +25,7 @@
 
 /*** MODULEINFO
        <use type="module">func_periodic_hook</use>
+       <defaultenabled>no</defaultenabled>
        <support_level>deprecated</support_level>
        <replacement>app_mixmonitor</replacement>
        <deprecated_in>16</deprecated_in>