mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-03 11:11:05 +00:00
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
This commit is contained in:
@@ -60,11 +60,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
|
||||
@@ -78,7 +76,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
|
||||
@@ -91,7 +88,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
|
||||
|
Reference in New Issue
Block a user