Asterisk - The Open Source Telephony Project GIT-master-d856a3e
|
Information needed to specify a number in a call. More...
#include <channel.h>
Data Fields | |
int | plan |
Q.931 Type-Of-Number and Numbering-Plan encoded fields. More... | |
int | presentation |
Q.931 presentation-indicator and screening-indicator encoded fields. More... | |
char * | str |
Subscriber phone number (Malloced) More... | |
unsigned char | valid |
TRUE if the number information is valid/present. More... | |
Information needed to specify a number in a call.
int plan |
Q.931 Type-Of-Number and Numbering-Plan encoded fields.
Definition at line 295 of file channel.h.
Referenced by ast_iax2_new(), ast_party_number_copy(), ast_party_number_init(), ast_party_number_set(), ast_party_number_set_init(), ast_redirecting_parse_data(), ast_var_channels_table(), dahdi_new(), and privacy_exec().
int presentation |
Q.931 presentation-indicator and screening-indicator encoded fields.
Definition at line 297 of file channel.h.
Referenced by __analog_ss_thread(), analog_call(), ast_iax2_new(), ast_party_number_copy(), ast_party_number_init(), ast_party_number_set(), ast_party_number_set_init(), ast_redirecting_parse_data(), caller_id_privacy_handler(), dahdi_new(), dial_exec_full(), dialog_info_generate_body_content(), my_get_callerid(), privacy_exec(), redirecting_write(), and socket_process_helper().
char* str |
Subscriber phone number (Malloced)
Definition at line 293 of file channel.h.
Referenced by __analog_handle_event(), __ast_channel_alloc_ap(), action_meetmelist(), add_history_info_header(), analog_call(), analog_handle_dtmf(), analog_send_callerid(), ast_cel_fabricate_channel_from_event(), ast_iax2_new(), ast_party_number_copy(), ast_party_number_free(), ast_party_number_init(), ast_party_number_set(), ast_party_number_set_init(), ast_redirecting_parse_data(), ast_set_callerid(), AST_TEST_DEFINE(), ast_var_channels_table(), caller_id_handler(), caller_id_to_str(), callerid_write(), cli_endpoint_print_body(), cli_list_subscriptions_detail(), cli_show_subscriptions_detail(), copy_message(), dahdi_call(), dahdi_handle_event(), dahdi_new(), dial_exec_full(), do_forward(), generate_status(), handle_cli_confbridge_list_item(), iax2_call(), indicate_connected_line(), launch_monitor_thread(), manager_queues_status(), meetme_show_cmd(), my_send_callerid(), onModeChanged(), ooh323_rtp_read(), originate_exec(), run_externnotify(), send_callerid_screen(), set_from_header(), set_redirecting_id(), start_automixmonitor(), stir_shaken_outgoing_request(), unistim_new(), valid_exit(), and wait_for_answer().
unsigned char valid |
TRUE if the number information is valid/present.
Definition at line 299 of file channel.h.
Referenced by __analog_handle_event(), __ast_channel_alloc_ap(), action_meetmelist(), add_history_info_header(), analog_call(), ast_cel_fabricate_channel_from_event(), ast_iax2_new(), ast_party_number_copy(), ast_party_number_init(), ast_party_number_set(), ast_party_number_set_init(), ast_redirecting_parse_data(), ast_set_callerid(), ast_sip_set_id_from_invite(), AST_TEST_DEFINE(), ast_var_channels_table(), caller_id_handler(), caller_id_to_str(), callerid_write(), cli_endpoint_print_body(), cli_list_subscriptions_detail(), cli_show_subscriptions_detail(), copy_message(), copy_redirecting_id(), dahdi_call(), dahdi_handle_event(), dahdi_new(), dial_exec_full(), do_forward(), generate_status(), handle_cli_confbridge_list_item(), iax2_call(), indicate_connected_line(), is_colp_update_allowed(), launch_monitor_thread(), manager_queues_status(), meetme_show_cmd(), onModeChanged(), ooh323_rtp_read(), privacy_exec(), ring_entry(), run_externnotify(), send_callerid_screen(), set_from_header(), set_redirecting_id(), start_automixmonitor(), unistim_new(), valid_exit(), and wait_for_answer().