Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
#include "common_config.h"
Go to the source code of this file.
Data Structures | |
struct | ast_stir_shaken_vs_ctx |
Functions | |
int | vs_load (void) |
Load the stir/shaken verification service. More... | |
int | vs_reload (void) |
Reload the stir/shaken verification service. More... | |
int | vs_unload (void) |
Unload the stir/shaken verification service. More... | |
int vs_load | ( | void | ) |
Load the stir/shaken verification service.
0 | on success |
-1 | on error |
Definition at line 1099 of file verification.c.
References ast_log, AST_MODULE_LOAD_DECLINE, AST_MODULE_LOAD_SUCCESS, FULL_URL_REGEX, FULL_URL_REGEX_GROUPS, LOG_ERROR, url_match_regex, vs_config_load(), and vs_unload().
Referenced by common_config_load().
int vs_reload | ( | void | ) |
Reload the stir/shaken verification service.
0 | on success |
-1 | on error |
Definition at line 1082 of file verification.c.
References vs_config_reload().
Referenced by common_config_reload().
int vs_unload | ( | void | ) |
Unload the stir/shaken verification service.
0 | on success |
-1 | on error |
Definition at line 1089 of file verification.c.
References url_match_regex, and vs_config_unload().
Referenced by common_config_unload(), and vs_load().