Asterisk - The Open Source Telephony Project
21.4.1
|
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 |
const ast_string_field endpoint |
An endpoint associated with this refer
Definition at line 69 of file refer.c.
Referenced by ast_refer_get_endpoint(), and ast_refer_set_endpoint().
const ast_string_field from |
Where we "say" the refer came from
Definition at line 69 of file refer.c.
Referenced by ast_refer_get_from(), and ast_refer_set_from().
const ast_string_field refer_to |
Where to refer to
Definition at line 69 of file refer.c.
Referenced by ast_refer_get_refer_to(), and ast_refer_set_refer_to().
const ast_string_field tech |
The technology of the endpoint associated with this refer
Definition at line 69 of file refer.c.
Referenced by ast_refer_get_tech(), and ast_refer_set_tech().
const ast_string_field to |
Where the refer is going
Definition at line 69 of file refer.c.
Referenced by ast_refer_get_to(), ast_refer_send(), and ast_refer_set_to().
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(), and ast_refer_var_iterator_init().