Asterisk - The Open Source Telephony Project
21.4.1
|
Information needed to identify an endpoint in a call. More...
#include <channel.h>
Data Fields | |
struct ast_party_name | name |
Subscriber name. | |
struct ast_party_number | number |
Subscriber phone number. | |
struct ast_party_subaddress | subaddress |
Subscriber subaddress. | |
char * | tag |
User-set "tag". More... | |
Information needed to identify an endpoint in a call.
char* tag |
User-set "tag".
A user-settable field used to help associate some extrinsic information about the channel or user of the channel to the party ID. This information is normally not transmitted over the wire and so is only useful within an Asterisk environment.
Definition at line 354 of file channel.h.
Referenced by ast_connected_line_parse_data(), ast_party_id_copy(), ast_party_id_free(), ast_party_id_init(), ast_party_id_set(), ast_party_id_set_init(), ast_redirecting_parse_data(), dial_exec_full(), and sig_pri_call().