Asterisk - The Open Source Telephony Project
18.5.0
|
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... | |
Connected-Line/Calling/Redirecting ID info struct.
Definition at line 273 of file isdn_lib.h.
char name[MISDN_MAX_NAME_LEN] |
Subscriber Name.
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(), PathSegment::get_child(), handle_bchan(), handle_event_te(), Parameter::load(), SwaggerType::load(), Property::load(), misdn_call(), misdn_copy_redirecting_from_ast(), misdn_facility_ie_handler(), misdn_get_connected_line(), misdn_lib_log_ies(), misdn_lib_send_event(), misdn_write(), print_bc_info(), and read_config().
char number[MISDN_MAX_NUMBER_LEN] |
Phone number (Address)
Definition at line 298 of file isdn_lib.h.
Referenced by bearer2str(), build_connect(), build_facility(), build_notify(), build_setup(), cb_events(), do_immediate_setup(), empty_bc(), find_chan_by_bc(), find_hold_call(), handle_bchan(), handle_event_te(), misdn_answer(), misdn_call(), misdn_copy_redirecting_from_ast(), misdn_copy_redirecting_to_ast(), misdn_facility_ie_handler(), misdn_get_connected_line(), misdn_lib_log_ies(), misdn_lib_send_event(), misdn_overlap_dial_task(), misdn_queue_connected_line_update(), misdn_update_caller_id(), misdn_update_redirecting(), misdn_write(), parse_connect(), parse_facility(), parse_notify(), parse_setup(), print_bc_info(), and read_config().
enum mISDN_NUMBER_PLAN number_plan |
Type-of-number numbering plan.
Definition at line 288 of file isdn_lib.h.
Referenced by bearer2str(), build_connect(), build_facility(), build_notify(), build_setup(), cb_events(), empty_bc(), misdn_answer(), misdn_call(), misdn_copy_redirecting_from_ast(), misdn_copy_redirecting_to_ast(), misdn_facility_ie_handler(), misdn_get_connected_line(), misdn_lib_log_ies(), misdn_queue_connected_line_update(), misdn_update_caller_id(), parse_connect(), parse_facility(), parse_notify(), and parse_setup().
enum mISDN_NUMBER_TYPE number_type |
Type-of-number in ISDN terms for the number.
Definition at line 285 of file isdn_lib.h.
Referenced by bearer2str(), build_connect(), build_facility(), build_notify(), build_setup(), cb_events(), empty_bc(), handle_bchan(), handle_event_te(), misdn_answer(), misdn_call(), misdn_copy_redirecting_from_ast(), misdn_copy_redirecting_to_ast(), misdn_facility_ie_handler(), misdn_get_connected_line(), misdn_lib_log_ies(), misdn_lib_send_event(), misdn_queue_connected_line_update(), misdn_update_caller_id(), parse_connect(), parse_facility(), parse_notify(), parse_setup(), and read_config().
int presentation |
Number presentation restriction code 0=Allowed, 1=Restricted, 2=Unavailable.
Definition at line 277 of file isdn_lib.h.
Referenced by bearer2str(), build_connect(), build_facility(), build_notify(), build_setup(), cb_events(), empty_bc(), misdn_answer(), misdn_call(), misdn_copy_redirecting_from_ast(), misdn_copy_redirecting_to_ast(), misdn_facility_ie_handler(), misdn_get_connected_line(), misdn_lib_log_ies(), misdn_queue_connected_line_update(), misdn_update_caller_id(), misdn_update_connected_line(), misdn_update_redirecting(), parse_connect(), parse_facility(), parse_notify(), parse_setup(), and update_config().
int screening |
Number screening code 0=Unscreened, 1=Passed Screen, 2=Failed Screen, 3=Network Number.
Definition at line 282 of file isdn_lib.h.
Referenced by build_connect(), build_setup(), cb_events(), misdn_answer(), misdn_copy_redirecting_from_ast(), misdn_copy_redirecting_to_ast(), misdn_facility_ie_handler(), misdn_get_connected_line(), misdn_lib_log_ies(), misdn_queue_connected_line_update(), misdn_update_caller_id(), parse_connect(), parse_facility(), parse_notify(), parse_setup(), and update_config().
char subaddress[MISDN_MAX_SUBADDRESS_LEN] |