
Data Fields | |
| struct ast_str * | body |
| struct ast_str * | context |
| struct ast_str * | exten |
| struct ast_str * | from |
| struct ast_str * | to |
| struct ao2_container * | vars |
Definition at line 159 of file message.c.
Definition at line 162 of file message.c.
Referenced by ast_msg_alloc(), ast_msg_get_body(), ast_msg_set_body(), and msg_destructor().
Definition at line 163 of file message.c.
Referenced by ast_msg_alloc(), ast_msg_set_context(), msg_destructor(), msg_route(), and receive_message().
Definition at line 164 of file message.c.
Referenced by ast_msg_alloc(), ast_msg_set_exten(), msg_destructor(), msg_route(), and receive_message().
Definition at line 161 of file message.c.
Referenced by ast_msg_alloc(), ast_msg_set_from(), msg_destructor(), and msg_func_read().
Definition at line 160 of file message.c.
Referenced by ast_msg_alloc(), ast_msg_set_to(), msg_destructor(), and msg_func_read().
struct ao2_container* vars [read] |
Definition at line 165 of file message.c.
Referenced by ast_msg_alloc(), ast_msg_get_var(), ast_msg_var_iterator_init(), msg_destructor(), and msg_set_var_full().
1.5.6