Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
misdn_party_dialing Struct Reference

Dialed/Called information struct. More...

#include <isdn_lib.h>

Data Fields

char number [MISDN_MAX_NUMBER_LEN]
 Dialed/Called Phone Number (Address) More...
 
enum mISDN_NUMBER_PLAN number_plan
 Type-of-number numbering plan. More...
 
enum mISDN_NUMBER_TYPE number_type
 Type-of-number in ISDN terms for the dialed/called number. More...
 
char subaddress [MISDN_MAX_SUBADDRESS_LEN]
 Dialed/Called Subaddress number. More...
 

Detailed Description

Dialed/Called information struct.

Definition at line 258 of file isdn_lib.h.

Field Documentation

◆ number

◆ number_plan

enum mISDN_NUMBER_PLAN number_plan

Type-of-number numbering plan.

Definition at line 263 of file isdn_lib.h.

Referenced by build_setup(), empty_bc(), misdn_answer(), misdn_facility_ie_handler(), misdn_lib_log_ies(), parse_setup(), and read_config().

◆ number_type

enum mISDN_NUMBER_TYPE number_type

Type-of-number in ISDN terms for the dialed/called number.

Definition at line 260 of file isdn_lib.h.

Referenced by build_setup(), empty_bc(), handle_bchan(), handle_event_te(), misdn_answer(), misdn_facility_ie_handler(), misdn_is_msn_valid(), misdn_lib_log_ies(), misdn_lib_send_event(), parse_setup(), and read_config().

◆ subaddress

char subaddress[MISDN_MAX_SUBADDRESS_LEN]

Dialed/Called Subaddress number.

Definition at line 269 of file isdn_lib.h.

Referenced by empty_bc().


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