| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
Indicate what information in ast_party_id should be set. More...
#include <channel.h>
| Data Fields | |
| unsigned char | name | 
| unsigned char | number | 
| unsigned char | subaddress | 
Indicate what information in ast_party_id should be set.
| unsigned char name | 
TRUE if the ast_party_name information should be set.
Definition at line 365 of file channel.h.
Referenced by ast_set_party_id_all(), PathSegment::get_child(), SwaggerType::load(), onAlerting(), onCallEstablished(), onProgress(), and send_colp_to_agent().
| unsigned char number | 
TRUE if the ast_party_number information should be set.
Definition at line 367 of file channel.h.
Referenced by ast_set_party_id_all().
| unsigned char subaddress | 
TRUE if the ast_party_subaddress information should be set.
Definition at line 369 of file channel.h.
Referenced by ast_set_party_id_all().