Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
ast_party_id_ies Struct Reference
Collaboration diagram for ast_party_id_ies:
Collaboration graph
[legend]

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...
 

Detailed Description

Note
Should follow struct ast_party_id

Definition at line 8642 of file channel.c.

Field Documentation

◆ combined_presentation

int combined_presentation

Combined name and number presentation ie.

Note
Not sent if value is zero.

Definition at line 8655 of file channel.c.

Referenced by ast_connected_line_parse_data(), and party_id_build_data().

◆ name

struct ast_party_name_ies name

◆ number

Subscriber phone number ies.

Definition at line 8646 of file channel.c.

Referenced by party_id_build_data().

◆ subaddress

struct ast_party_subaddress_ies subaddress

Subscriber subaddress ies.

Definition at line 8648 of file channel.c.

Referenced by party_id_build_data().

◆ tag

int tag

User party id tag ie.

Definition at line 8650 of file channel.c.

Referenced by party_id_build_data().


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