Asterisk - The Open Source Telephony Project
18.5.0
|
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... | |
Dialed/Called information struct.
Definition at line 258 of file isdn_lib.h.
char number[MISDN_MAX_NUMBER_LEN] |
Dialed/Called Phone Number (Address)
Definition at line 266 of file isdn_lib.h.
Referenced by build_setup(), cb_events(), empty_bc(), find_chan_by_bc(), find_hold_call(), handle_bchan(), handle_event_te(), 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().
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().
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().
char subaddress[MISDN_MAX_SUBADDRESS_LEN] |
Dialed/Called Subaddress number.
Definition at line 269 of file isdn_lib.h.
Referenced by empty_bc().