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