|
Asterisk - The Open Source Telephony Project GIT-master-27fb039
|
#include "common_config.h"

Go to the source code of this file.
Data Structures | |
| struct | ast_stir_shaken_as_ctx |
Functions | |
| int | as_load (void) |
| Load the stir/shaken attestation service. | |
| int | as_reload (void) |
| Load the stir/shaken attestation service. | |
| int | as_unload (void) |
| Load the stir/shaken attestation service. | |
| int as_load | ( | void | ) |
Load the stir/shaken attestation service.
| 0 | on success |
| -1 | on error |
Definition at line 440 of file attestation.c.
References as_config_load(), AST_MODULE_LOAD_DECLINE, and AST_MODULE_LOAD_SUCCESS.
Referenced by common_config_load().
| int as_reload | ( | void | ) |
Load the stir/shaken attestation service.
| 0 | on success |
| -1 | on error |
Definition at line 427 of file attestation.c.
References as_config_reload().
Referenced by common_config_reload().
| int as_unload | ( | void | ) |
Load the stir/shaken attestation service.
| 0 | on success |
| -1 | on error |
Definition at line 434 of file attestation.c.
References as_config_unload().
Referenced by common_config_unload().