Asterisk - The Open Source Telephony Project
18.5.0
|
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 364 of file channel.h.
Referenced by ast_party_id_set(), ast_set_party_id_all(), change_redirecting_information(), copy_redirecting_id(), PathSegment::get_child(), handle_request_invite(), handle_request_update(), handle_response_invite(), Parameter::load(), SwaggerType::load(), Property::load(), onAlerting(), onCallEstablished(), onProgress(), party_id_build_data(), send_colp_to_agent(), set_redirecting_id(), and sip_call().
unsigned char number |
TRUE if the ast_party_number information should be set.
Definition at line 366 of file channel.h.
Referenced by ast_party_id_set(), ast_set_party_id_all(), change_redirecting_information(), copy_redirecting_id(), handle_request_invite(), handle_request_update(), handle_response_invite(), misdn_copy_redirecting_to_ast(), misdn_queue_connected_line_update(), misdn_update_caller_id(), party_id_build_data(), set_redirecting_id(), and sip_call().
unsigned char subaddress |
TRUE if the ast_party_subaddress information should be set.
Definition at line 368 of file channel.h.
Referenced by ast_party_id_set(), ast_set_party_id_all(), and party_id_build_data().