]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
configs/basic-pbx/modules.conf: Remove 'bad' modules 99/3099/1
authorMatt Jordan <mjordan@digium.com>
Tue, 28 Jun 2016 15:33:30 +0000 (10:33 -0500)
committerMatt Jordan <mjordan@digium.com>
Tue, 28 Jun 2016 15:36:05 +0000 (10:36 -0500)
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

configs/basic-pbx/modules.conf

index 90ced1085969ebc4772d909cec66cb319a8696b5..8de58bf2d9b91f3a699b43729f5cc7cdc9519c2f 100644 (file)
@@ -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