Wed Jan 8 2020 09:50:24

Asterisk developer's documentation


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

char name[MISDN_MAX_NAME_LEN]

Subscriber Name.

Note
The name is currently obtained from Asterisk for potential use in display ie's since basic ISDN does not support names directly.

Definition at line 295 of file isdn_lib.h.

Referenced by build_connect(), build_setup(), cb_events(), empty_bc(), find_chan_by_bc(), find_hold_call(), handle_bchan(), handle_event_te(), misdn_bridge(), misdn_call(), misdn_copy_redirecting_from_ast(), misdn_facility_ie_handler(), misdn_get_connected_line(), misdn_lib_log_ies(), misdn_lib_send_event(), print_bc_info(), and read_config().

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: