| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 

| Data Fields | |
| struct ast_string_field_mgr | __field_mgr | 
| struct ast_string_field_pool * | __field_mgr_pool | 
| char * | destination | 
| char * | from | 
| struct ast_msg * | msg | 
| const ast_string_field | name | 
| unsigned int | send | 
| const ast_string_field | value | 
Definition at line 246 of file main/message.c.
| struct ast_string_field_mgr __field_mgr | 
Definition at line 250 of file main/message.c.
| struct ast_string_field_pool* __field_mgr_pool | 
Definition at line 250 of file main/message.c.
| char* destination | 
Definition at line 545 of file res_pjsip_messaging.c.
Referenced by msg_data_create(), msg_data_destroy(), msg_send(), and sip_msg_send().
| char* from | 
Definition at line 546 of file res_pjsip_messaging.c.
Referenced by msg_data_create(), msg_data_destroy(), msg_send(), and sip_msg_send().
| struct ast_msg* msg | 
Definition at line 544 of file res_pjsip_messaging.c.
Referenced by ast_msg_get_var(), ast_msg_set_var(), ast_msg_set_var_outbound(), ast_msg_var_iterator_next(), ast_msg_var_iterator_next_received(), msg_data_create(), msg_data_destroy(), msg_send(), msg_set_var_full(), sip_msg_send(), and update_content_type().
| const ast_string_field name | 
Definition at line 250 of file main/message.c.
Referenced by ast_msg_var_iterator_get_next(), PathSegment::get_child(), SwaggerType::load(), msg_data_cmp_fn(), and msg_data_find().
| unsigned int send | 
Definition at line 251 of file main/message.c.
Referenced by ast_msg_var_iterator_get_next(), msg_func_write(), and msg_set_var_full().
| const ast_string_field value | 
Definition at line 250 of file main/message.c.
Referenced by ast_msg_get_var(), and ast_msg_var_iterator_get_next().