Asterisk - The Open Source Telephony Project GIT-master-a358458
Data Fields
msg_data Struct Reference
Collaboration diagram for msg_data:
Collaboration graph
[legend]

Data Fields

struct ast_string_field_mgr __field_mgr
 
struct ast_string_field_pool__field_mgr_pool
 
char * destination
 
char * from
 
struct ast_msgmsg
 
const ast_string_field name
 
unsigned int send
 
const ast_string_field value
 

Detailed Description

Definition at line 234 of file main/message.c.

Field Documentation

◆ __field_mgr

struct ast_string_field_mgr __field_mgr

Definition at line 238 of file main/message.c.

◆ __field_mgr_pool

struct ast_string_field_pool* __field_mgr_pool

Definition at line 238 of file main/message.c.

◆ destination

char* destination

Definition at line 506 of file res_pjsip_messaging.c.

Referenced by msg_data_create(), msg_data_destroy(), msg_send(), and sip_msg_send().

◆ from

char* from

Definition at line 507 of file res_pjsip_messaging.c.

Referenced by msg_data_create(), msg_data_destroy(), msg_send(), and sip_msg_send().

◆ msg

struct ast_msg* msg

◆ name

const ast_string_field name

◆ send

unsigned int send

Definition at line 239 of file main/message.c.

Referenced by ast_msg_var_iterator_get_next(), msg_func_write(), and msg_set_var_full().

◆ value

const ast_string_field value

Definition at line 238 of file main/message.c.

Referenced by ast_msg_get_var(), and ast_msg_var_iterator_get_next().


The documentation for this struct was generated from the following files: