Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
Public Member Functions | |
SORCERY_OBJECT (details) | |
Data Fields | |
struct ast_string_field_mgr | __field_mgr |
struct ast_string_field_pool * | __field_mgr_pool |
struct ast_format_cap * | codecs |
const ast_string_field | protocol |
const ast_string_field | url |
Definition at line 71 of file res_aeap.c.
SORCERY_OBJECT | ( | details | ) |
struct ast_string_field_mgr __field_mgr |
Definition at line 79 of file res_aeap.c.
struct ast_string_field_pool* __field_mgr_pool |
The URL of the server to connect to
The application protocol
Definition at line 79 of file res_aeap.c.
struct ast_format_cap* codecs |
An optional list of codecs that will be used if provided
Definition at line 81 of file res_aeap.c.
Referenced by ast_aeap_client_config_codecs(), client_config_alloc(), and client_config_destructor().
const ast_string_field protocol |
Definition at line 79 of file res_aeap.c.
Referenced by aeap_create(), ast_aeap_client_config_has_protocol(), and Registration::write().
const ast_string_field url |
Definition at line 79 of file res_aeap.c.
Referenced by aeap_create(), and client_config_apply().