Asterisk - The Open Source Telephony Project GIT-master-d856a3e
|
A message. More...
Data Fields | |
struct ast_string_field_mgr | __field_mgr |
struct ast_string_field_pool * | __field_mgr_pool |
const ast_string_field | body |
const ast_string_field | context |
const ast_string_field | endpoint |
const ast_string_field | exten |
const ast_string_field | from |
const ast_string_field | tech |
const ast_string_field | to |
struct ao2_container * | vars |
A message.
Definition at line 247 of file main/message.c.
struct ast_string_field_mgr __field_mgr |
Definition at line 263 of file main/message.c.
struct ast_string_field_pool* __field_mgr_pool |
Where the message is going
Where we "say" the message came from
The text to send
The dialplan context for the message
The dialplan extension for the message
An endpoint associated with this message
The technology of the endpoint associated with this message
Definition at line 263 of file main/message.c.
const ast_string_field body |
Definition at line 263 of file main/message.c.
Referenced by action_messagesend(), ast_msg_get_body(), ast_msg_set_body(), msg_func_read(), and send_message().
const ast_string_field context |
Definition at line 263 of file main/message.c.
Referenced by dialplan_has_destination_cb(), and msg_route().
const ast_string_field endpoint |
Definition at line 263 of file main/message.c.
Referenced by ast_msg_get_endpoint(), and ast_msg_set_endpoint().
const ast_string_field exten |
Definition at line 263 of file main/message.c.
Referenced by ast_msg_set_exten(), dialplan_has_destination_cb(), and msg_route().
const ast_string_field from |
Definition at line 263 of file main/message.c.
Referenced by action_messagesend(), ast_msg_get_from(), ast_msg_set_from(), msg_func_read(), msg_q_cb(), and send_message().
const ast_string_field tech |
Definition at line 263 of file main/message.c.
Referenced by ast_msg_get_tech(), and ast_msg_set_tech().
const ast_string_field to |
Definition at line 263 of file main/message.c.
Referenced by action_messagesend(), ast_msg_get_to(), ast_msg_set_to(), msg_func_read(), msg_q_cb(), and send_message().
struct ao2_container* vars |
Technology/dialplan specific variables associated with the message
Definition at line 265 of file main/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().