Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
A refer. More...
Data Fields | |
struct ast_string_field_mgr | __field_mgr |
struct ast_string_field_pool * | __field_mgr_pool |
const ast_string_field | endpoint |
const ast_string_field | from |
const ast_string_field | refer_to |
const ast_string_field | tech |
const ast_string_field | to |
int | to_self |
struct ao2_container * | vars |
struct ast_string_field_mgr __field_mgr |
struct ast_string_field_pool* __field_mgr_pool |
const ast_string_field endpoint |
Definition at line 69 of file refer.c.
Referenced by ast_refer_get_endpoint(), and ast_refer_set_endpoint().
const ast_string_field from |
Definition at line 69 of file refer.c.
Referenced by ast_refer_get_from(), ast_refer_set_from(), and send_refer().
const ast_string_field refer_to |
Definition at line 69 of file refer.c.
Referenced by ast_refer_get_refer_to(), ast_refer_set_refer_to(), and send_refer().
const ast_string_field tech |
Definition at line 69 of file refer.c.
Referenced by ast_refer_get_tech(), and ast_refer_set_tech().
const ast_string_field to |
Definition at line 69 of file refer.c.
Referenced by ast_refer_get_to(), ast_refer_send(), ast_refer_set_to(), and send_refer().
int to_self |
Definition at line 71 of file refer.c.
Referenced by ast_refer_alloc(), ast_refer_get_to_self(), ast_refer_set_to_self(), and send_refer().
struct ao2_container* vars |
Technology/dialplan specific variables associated with the refer
Definition at line 73 of file refer.c.
Referenced by ast_refer_alloc(), ast_refer_get_var(), ast_refer_get_var_and_unlink(), ast_refer_var_iterator_init(), refer_destructor(), and refer_set_var_full().