Asterisk - The Open Source Telephony Project
21.4.1
|
Information needed to specify a subaddress in a call. More...
#include <channel.h>
Data Fields | |
unsigned char | odd_even_indicator |
TRUE if odd number of address signals. More... | |
char * | str |
Malloced subaddress string. More... | |
int | type |
Q.931 subaddress type. More... | |
unsigned char | valid |
TRUE if the subaddress information is valid/present. | |
Information needed to specify a subaddress in a call.
unsigned char odd_even_indicator |
TRUE if odd number of address signals.
Definition at line 326 of file channel.h.
Referenced by ast_connected_line_parse_data(), ast_party_subaddress_copy(), ast_party_subaddress_init(), ast_party_subaddress_set(), ast_party_subaddress_set_init(), and ast_redirecting_parse_data().
char* str |
Malloced subaddress string.
Definition at line 313 of file channel.h.
Referenced by ast_connected_line_parse_data(), ast_party_subaddress_copy(), ast_party_subaddress_free(), ast_party_subaddress_init(), ast_party_subaddress_set(), ast_party_subaddress_set_init(), ast_redirecting_parse_data(), dial_exec_full(), and sig_pri_call().
int type |
Q.931 subaddress type.
nsap(0), user_specified(2)
Definition at line 320 of file channel.h.
Referenced by ast_connected_line_parse_data(), ast_party_subaddress_copy(), ast_party_subaddress_init(), ast_party_subaddress_set(), ast_party_subaddress_set_init(), ast_redirecting_parse_data(), and sig_pri_call().