A message. More...

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 |
A message.
Definition at line 213 of file message.c.
Referenced by ast_msg_alloc(), ast_msg_get_body(), ast_msg_set_body(), and msg_destructor().
Definition at line 214 of file message.c.
Referenced by ast_msg_alloc(), ast_msg_set_context(), msg_destructor(), msg_route(), and receive_message().
Definition at line 215 of file message.c.
Referenced by ast_msg_alloc(), ast_msg_set_exten(), msg_destructor(), msg_route(), and receive_message().
Definition at line 212 of file message.c.
Referenced by ast_msg_alloc(), ast_msg_set_from(), msg_destructor(), and msg_func_read().
Definition at line 211 of file message.c.
Referenced by ast_msg_alloc(), ast_msg_set_to(), msg_destructor(), and msg_func_read().
| struct ao2_container* vars |
Definition at line 216 of file message.c.
Referenced by action_messagesend(), ast_msg_alloc(), ast_msg_get_var(), ast_msg_var_iterator_init(), msg_destructor(), msg_func_write(), and msg_set_var_full().