|
Asterisk - The Open Source Telephony Project
18.5.0
|

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 |
| struct ast_string_field_mgr __field_mgr |
| struct ast_string_field_pool* __field_mgr_pool |
| char* destination |
Definition at line 1125 of file res_pjsip_messaging.c.
Referenced by msg_data_create(), msg_data_destroy(), msg_send(), and msg_send_exec().
| char* from |
Definition at line 1126 of file res_pjsip_messaging.c.
Referenced by action_messagesend(), ast_msg_set_from(), msg_data_create(), msg_data_destroy(), msg_send(), and msg_send_exec().
| struct ast_msg* msg |
Definition at line 1124 of file res_pjsip_messaging.c.
Referenced by action_messagesend(), ast_msg_alloc(), ast_msg_data_alloc(), ast_msg_data_queue_frame(), ast_msg_ref(), dialplan_handle_msg_cb(), incoming_in_dialog_request(), module_on_rx_request(), msg_data_create(), msg_data_destroy(), msg_data_func_read(), msg_data_func_write(), msg_destructor(), msg_ds_destroy(), msg_func_read(), msg_func_write(), msg_q_cb(), msg_send(), and msg_send_exec().
| const ast_string_field name |
Definition at line 224 of file message.c.
Referenced by ast_msg_var_iterator_get_next(), PathSegment::get_child(), Parameter::load(), SwaggerType::load(), Property::load(), msg_data_cmp_fn(), and msg_data_find().
| unsigned int send |
Definition at line 225 of file 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 224 of file message.c.
Referenced by ast_msg_data_alloc(), ast_msg_get_var(), ast_msg_var_iterator_get_next(), and incoming_in_dialog_request().
1.8.13