Thu Sep 7 01:03:43 2017

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.
char number [MISDN_MAX_NUMBER_LEN]
 Phone number (Address).
enum mISDN_NUMBER_PLAN number_plan
 Type-of-number numbering plan.
enum mISDN_NUMBER_TYPE number_type
 Type-of-number in ISDN terms for the number.
int presentation
 Number presentation restriction code 0=Allowed, 1=Restricted, 2=Unavailable.
int screening
 Number screening code 0=Unscreened, 1=Passed Screen, 2=Failed Screen, 3=Network Number.
char subaddress [MISDN_MAX_SUBADDRESS_LEN]
 Subaddress number.

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 number[MISDN_MAX_NUMBER_LEN]
int screening
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:

Generated on 7 Sep 2017 for Asterisk - The Open Source Telephony Project by  doxygen 1.6.1