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

Connected-Line/Calling/Redirecting ID info struct. More...

#include <isdn_lib.h>

Data Fields

char name [MISDN_MAX_NAME_LEN]
 Subscriber Name. More...
 
char number [MISDN_MAX_NUMBER_LEN]
 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 number. More...
 
int presentation
 Number presentation restriction code 0=Allowed, 1=Restricted, 2=Unavailable. More...
 
int screening
 Number screening code 0=Unscreened, 1=Passed Screen, 2=Failed Screen, 3=Network Number. More...
 
char subaddress [MISDN_MAX_SUBADDRESS_LEN]
 Subaddress number. More...
 

Detailed Description

Connected-Line/Calling/Redirecting ID info struct.

Definition at line 273 of file isdn_lib.h.

Field Documentation

◆ name

char name[MISDN_MAX_NAME_LEN]

◆ number

◆ number_plan

enum mISDN_NUMBER_PLAN number_plan

◆ number_type

enum mISDN_NUMBER_TYPE number_type

◆ presentation

int presentation

◆ screening

int screening

◆ subaddress

char subaddress[MISDN_MAX_SUBADDRESS_LEN]

Subaddress number.

Definition at line 301 of file isdn_lib.h.

Referenced by empty_bc().


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