Sat Apr 26 2014 22:03:23

Asterisk developer's documentation


ast_party_id_ies Struct Reference
Collaboration diagram for ast_party_id_ies:

Data Fields

int combined_presentation
 Combined name and number presentation ie.
struct ast_party_name_ies name
 Subscriber name ies.
struct ast_party_number_ies number
 Subscriber phone number ies.
struct ast_party_subaddress_ies subaddress
 Subscriber subaddress ies.
int tag
 User party id tag ie.

Detailed Description

Note:
Should follow struct ast_party_id

Definition at line 9169 of file channel.c.


Field Documentation

Combined name and number presentation ie.

Note:
Not sent if value is zero.

Definition at line 9182 of file channel.c.

Referenced by ast_connected_line_parse_data(), and party_id_build_data().

Subscriber name ies.

Definition at line 9171 of file channel.c.

Referenced by ast_connected_line_build_data(), ast_redirecting_build_data(), and party_id_build_data().

Subscriber phone number ies.

Definition at line 9173 of file channel.c.

Referenced by party_id_build_data().

Subscriber subaddress ies.

Definition at line 9175 of file channel.c.

Referenced by party_id_build_data().

int tag

User party id tag ie.

Definition at line 9177 of file channel.c.

Referenced by party_id_build_data().


The documentation for this struct was generated from the following file: