Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
Information needed to identify an endpoint in a call. More...
#include <channel.h>
Data Fields | |
struct ast_party_name | name |
Subscriber name. More... | |
struct ast_party_number | number |
Subscriber phone number. More... | |
struct ast_party_subaddress | subaddress |
Subscriber subaddress. More... | |
char * | tag |
User-set "tag". More... | |
Information needed to identify an endpoint in a call.
struct ast_party_name name |
Subscriber name.
Definition at line 342 of file channel.h.
Referenced by __analog_handle_event(), __analog_ss_thread(), __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_json_party_id(), ast_party_id_copy(), ast_party_id_free(), ast_party_id_init(), ast_party_id_merge(), ast_party_id_set(), ast_party_id_set_init(), ast_redirecting_parse_data(), ast_set_callerid(), AST_TEST_DEFINE(), ast_var_channels_table(), caller_id_handler(), caller_id_privacy_handler(), caller_id_privacy_to_str(), caller_id_to_str(), cli_list_subscriptions_detail(), cli_show_subscriptions_detail(), copy_message(), copy_redirecting_id(), dahdi_handle_event(), dahdi_new(), dial_exec_full(), generate_status(), PathSegment::get_child(), iax2_call(), incoming_in_dialog_request(), indicate_connected_line(), launch_monitor_thread(), Parameter::load(), Property::load(), SwaggerType::load(), manager_queues_status(), meetme_show_cmd(), my_get_callerid(), my_send_callerid(), ooh323_call(), originate_exec(), privacy_exec(), redirecting_write(), run_externnotify(), send_callerid_screen(), set_redirecting_id(), socket_process_helper(), and unistim_new().
struct ast_party_number number |
Subscriber phone number.
Definition at line 344 of file channel.h.
Referenced by __analog_handle_event(), __analog_ss_thread(), __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_json_party_id(), ast_party_id_copy(), ast_party_id_free(), ast_party_id_init(), ast_party_id_merge(), ast_party_id_set(), ast_party_id_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_privacy_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(), dialog_info_generate_body_content(), 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(), my_get_callerid(), my_send_callerid(), onModeChanged(), ooh323_rtp_read(), originate_exec(), privacy_exec(), redirecting_write(), ring_entry(), run_externnotify(), send_callerid_screen(), set_from_header(), set_redirecting_id(), socket_process_helper(), start_automixmonitor(), stir_shaken_outgoing_request(), unistim_new(), valid_exit(), and wait_for_answer().
struct ast_party_subaddress subaddress |
Subscriber subaddress.
Definition at line 346 of file channel.h.
Referenced by ast_json_party_id(), ast_party_id_copy(), ast_party_id_free(), ast_party_id_init(), ast_party_id_merge(), ast_party_id_set(), ast_party_id_set_init(), ast_redirecting_parse_data(), and dial_exec_full().
char* tag |
User-set "tag".
A user-settable field used to help associate some extrinsic information about the channel or user of the channel to the party ID. This information is normally not transmitted over the wire and so is only useful within an Asterisk environment.
Definition at line 356 of file channel.h.
Referenced by ast_party_id_copy(), ast_party_id_free(), ast_party_id_init(), ast_party_id_set(), ast_party_id_set_init(), ast_redirecting_parse_data(), ast_sip_endpoint_alloc(), ast_sip_set_id_from_invite(), caller_id_tag_handler(), caller_id_tag_to_str(), dahdi_new(), and dial_exec_full().