summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Jordan <mjordan@digium.com>2016-06-28 10:33:30 -0500
committerMatt Jordan <mjordan@digium.com>2016-06-28 10:36:05 -0500
commit83f2c2573bdf680caeafdab0f31f331fe7fa6609 (patch)
tree2c8bef9934f5cde51b7526268fe9236bd5840281
parent46cc7f114d28e443d48df056c43cbb5f7a197924 (diff)
configs/basic-pbx/modules.conf: Remove 'bad' modules
This patch removes the following modules: - pbx_functions: It never existed. - res_pjsip_log_forwarder: It no longer exists. - res_hep_pjsip: The base HEP module wasn't loaded, and most basic PBXs aren't going to be installing HOMER - res_pjsip_phoneprov_provider: The basic res_phoneprov module isn't loaded, and we aren't configured to make use of the module Change-Id: Id91f68cae7c9c8c3d370029fe1268cb51e4ff5a5
-rw-r--r--configs/basic-pbx/modules.conf4
1 files changed, 0 insertions, 4 deletions
diff --git a/configs/basic-pbx/modules.conf b/configs/basic-pbx/modules.conf
index 90ced1085..8de58bf2d 100644
--- a/configs/basic-pbx/modules.conf
+++ b/configs/basic-pbx/modules.conf
@@ -59,11 +59,9 @@ load = func_strings.so
; Core/PBX
load = pbx_config.so
-load = pbx_functions.so
; Resources
-load = res_hep_pjsip.so
load = res_musiconhold.so
load = res_pjproject.so
load = res_pjsip_acl.so
@@ -77,7 +75,6 @@ load = res_pjsip_endpoint_identifier_ip.so
load = res_pjsip_endpoint_identifier_user.so
load = res_pjsip_exten_state.so
load = res_pjsip_header_funcs.so
-load = res_pjsip_log_forwarder.so
load = res_pjsip_logger.so
load = res_pjsip_messaging.so
load = res_pjsip_multihomed.so
@@ -90,7 +87,6 @@ load = res_pjsip_outbound_authenticator_digest.so
load = res_pjsip_outbound_publish.so
load = res_pjsip_outbound_registration.so
load = res_pjsip_path.so
-load = res_pjsip_phoneprov_provider.so
load = res_pjsip_pidf_body_generator.so
load = res_pjsip_pidf_digium_body_supplement.so
load = res_pjsip_pidf_eyebeam_body_supplement.so