Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
Data Fields | |
int | combined_presentation |
Combined name and number presentation ie. More... | |
struct ast_party_name_ies | name |
Subscriber name ies. More... | |
struct ast_party_number_ies | number |
Subscriber phone number ies. More... | |
struct ast_party_subaddress_ies | subaddress |
Subscriber subaddress ies. More... | |
int | tag |
User party id tag ie. More... | |
int combined_presentation |
Combined name and number presentation ie.
Definition at line 8581 of file channel.c.
Referenced by ast_connected_line_parse_data(), and party_id_build_data().
struct ast_party_name_ies name |
Subscriber name ies.
Definition at line 8570 of file channel.c.
Referenced by ast_connected_line_build_data(), ast_redirecting_build_data(), PathSegment::get_child(), Parameter::load(), Property::load(), SwaggerType::load(), and party_id_build_data().
struct ast_party_number_ies number |
Subscriber phone number ies.
Definition at line 8572 of file channel.c.
Referenced by party_id_build_data().
struct ast_party_subaddress_ies subaddress |
Subscriber subaddress ies.
Definition at line 8574 of file channel.c.
Referenced by party_id_build_data().
int tag |
User party id tag ie.
Definition at line 8576 of file channel.c.
Referenced by party_id_build_data().