From 0ddeac0e36a796003133f7f9e4742a1134c40c5f Mon Sep 17 00:00:00 2001 From: "Joshua C. Colp" Date: Tue, 17 Aug 2021 10:11:43 -0300 Subject: [PATCH] res_monitor: Disable building by default. ASTERISK-29602 Change-Id: I6f0af0a959409cdbc6b185b1604301bafc872a5a --- doc/UPGRADE-staging/res_monitor_disabled.txt | 8 ++++++++ res/res_monitor.c | 1 + 2 files changed, 9 insertions(+) create mode 100644 doc/UPGRADE-staging/res_monitor_disabled.txt diff --git a/doc/UPGRADE-staging/res_monitor_disabled.txt b/doc/UPGRADE-staging/res_monitor_disabled.txt new file mode 100644 index 0000000000..12cc372f54 --- /dev/null +++ b/doc/UPGRADE-staging/res_monitor_disabled.txt @@ -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. diff --git a/res/res_monitor.c b/res/res_monitor.c index 235dc2d587..8f2c9b82f3 100644 --- a/res/res_monitor.c +++ b/res/res_monitor.c @@ -25,6 +25,7 @@ /*** MODULEINFO func_periodic_hook + no deprecated app_mixmonitor 16