Asterisk - The Open Source Telephony Project
21.4.1
|
Information needed to specify a name in a call. More...
#include <channel.h>
Data Fields | |
int | char_set |
Character set the name is using. More... | |
int | presentation |
Q.931 encoded presentation-indicator encoded field. More... | |
char * | str |
Subscriber name (Malloced) | |
unsigned char | valid |
TRUE if the name information is valid/present. | |
Information needed to specify a name in a call.
int char_set |
Character set the name is using.
Definition at line 272 of file channel.h.
Referenced by ast_connected_line_parse_data(), ast_party_name_copy(), ast_party_name_init(), ast_party_name_set(), ast_party_name_set_init(), and ast_redirecting_parse_data().
int presentation |
Q.931 encoded presentation-indicator encoded field.
Definition at line 277 of file channel.h.
Referenced by __ast_request_and_dial(), ast_connected_line_parse_data(), ast_iax2_new(), ast_party_name_copy(), ast_party_name_init(), ast_party_name_set(), ast_party_name_set_init(), and ast_redirecting_parse_data().