Asterisk - The Open Source Telephony Project
21.4.1
|
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.
const ast_string_field body |
The text to send
Definition at line 263 of file main/message.c.
Referenced by ast_msg_get_body(), and ast_msg_set_body().
const ast_string_field context |
The dialplan context for the message
Definition at line 263 of file main/message.c.
Referenced by ast_msg_alloc(), and ast_msg_set_context().
const ast_string_field endpoint |
An endpoint associated with this message
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 |
The dialplan extension for the message
Definition at line 263 of file main/message.c.
Referenced by ast_msg_set_exten().
const ast_string_field from |
Where we "say" the message came from
Definition at line 263 of file main/message.c.
Referenced by ast_msg_get_from(), and ast_msg_set_from().
const ast_string_field tech |
The technology of the endpoint associated with this message
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 |
Where the message is going
Definition at line 263 of file main/message.c.
Referenced by ast_msg_get_to(), and ast_msg_set_to().
struct ao2_container* vars |
Technology/dialplan specific variables associated with the message
Definition at line 265 of file main/message.c.
Referenced by ast_msg_alloc(), ast_msg_get_var(), and ast_msg_var_iterator_init().