mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-05 20:55:26 +00:00
Merge "res_hep: hepv3_is_loaded() should check if we are enabled" into 13
This commit is contained in:
@@ -423,7 +423,7 @@ int hepv3_is_loaded(void)
|
||||
{
|
||||
RAII_VAR(struct module_config *, config, ao2_global_obj_ref(global_config), ao2_cleanup);
|
||||
|
||||
return (config != NULL) ? 1 : 0;
|
||||
return config && config->general->enabled;
|
||||
}
|
||||
|
||||
struct hepv3_capture_info *hepv3_create_capture_info(const void *payload, size_t len)
|
||||
|
Reference in New Issue
Block a user