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 313 of file channel.h.
Referenced by ast_party_id_set(), change_redirecting_information(), handle_request_invite(), handle_request_update(), handle_response_invite(), party_id_build_data(), and sip_call().
unsigned char number |
TRUE if the ast_party_number information should be set.
Definition at line 315 of file channel.h.
Referenced by ast_party_id_set(), change_redirecting_information(), 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(), and sip_call().
unsigned char subaddress |
TRUE if the ast_party_subaddress information should be set.
Definition at line 317 of file channel.h.
Referenced by ast_party_id_set(), and party_id_build_data().