#include <isdn_lib.h>
Data Fields | |
char | number [MISDN_MAX_NUMBER_LEN] |
Dialed/Called 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 dialed/called number. | |
char | subaddress [MISDN_MAX_SUBADDRESS_LEN] |
Dialed/Called Subaddress number. |
Definition at line 265 of file isdn_lib.h.
char number[MISDN_MAX_NUMBER_LEN] |
Dialed/Called Phone Number (Address).
Definition at line 273 of file isdn_lib.h.
Referenced by build_setup(), cb_events(), empty_bc(), find_hold_call(), handle_bchan(), misdn_answer(), misdn_call(), misdn_digit_end(), misdn_facility_ie_handler(), misdn_is_msn_valid(), misdn_lib_send_event(), misdn_overlap_dial_task(), parse_setup(), read_config(), and wait_for_digits().
Type-of-number numbering plan.
Definition at line 270 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().
Type-of-number in ISDN terms for the dialed/called number.
Definition at line 267 of file isdn_lib.h.
Referenced by build_setup(), empty_bc(), handle_bchan(), misdn_answer(), misdn_facility_ie_handler(), misdn_is_msn_valid(), misdn_lib_log_ies(), misdn_lib_send_event(), parse_setup(), and read_config().
char subaddress[MISDN_MAX_SUBADDRESS_LEN] |
Dialed/Called Subaddress number.
Definition at line 276 of file isdn_lib.h.
Referenced by empty_bc().