Asterisk - The Open Source Telephony Project
18.5.0
|
Connected Line/Party information. More...
#include <channel.h>
Data Fields | |
struct ast_party_id | ani |
Automatic Number Identification (ANI) More... | |
int | ani2 |
Automatic Number Identification 2 (Info Digits) More... | |
struct ast_party_id | id |
Connected party ID. More... | |
struct ast_party_id | priv |
Private connected party ID. More... | |
int | source |
Information about the source of an update. More... | |
Connected Line/Party information.
struct ast_party_id ani |
Automatic Number Identification (ANI)
Definition at line 466 of file channel.h.
Referenced by ast_connected_line_copy_from_caller(), ast_connected_line_copy_to_caller(), ast_party_connected_line_collect_caller(), ast_party_connected_line_copy(), ast_party_connected_line_free(), ast_party_connected_line_init(), ast_party_connected_line_set(), ast_party_connected_line_set_init(), and ring_entry().
int ani2 |
Automatic Number Identification 2 (Info Digits)
Definition at line 476 of file channel.h.
Referenced by ast_connected_line_copy_from_caller(), ast_connected_line_copy_to_caller(), ast_party_connected_line_collect_caller(), ast_party_connected_line_copy(), ast_party_connected_line_init(), ast_party_connected_line_set(), and ast_party_connected_line_set_init().
struct ast_party_id id |
Connected party ID.
Definition at line 459 of file channel.h.
Referenced by __ast_request_and_dial(), action_meetmelist(), analog_call(), ari_channels_handle_originate_with_id(), ast_connected_line_build_data(), ast_connected_line_copy_from_caller(), ast_connected_line_copy_to_caller(), ast_connected_line_parse_data(), ast_party_connected_line_collect_caller(), ast_party_connected_line_copy(), ast_party_connected_line_free(), ast_party_connected_line_init(), ast_party_connected_line_set(), ast_party_connected_line_set_init(), connectedline_write(), dahdi_call(), dial_exec_full(), dialog_info_generate_body_content(), do_forward(), handle_request_invite(), handle_request_update(), handle_response_invite(), iax2_call(), indicate_connected_line(), launch_monitor_thread(), Model::load(), manager_queues_status(), misdn_queue_connected_line_update(), onAlerting(), onCallEstablished(), onProgress(), ooh323_call(), pbx_outgoing_attempt(), queue_connected_line_update(), ring_entry(), send_callerid_screen(), sip_call(), skinny_newcall(), socket_process_helper(), state_notify_build_xml(), and update_initial_connected_line().
struct ast_party_id priv |
Private connected party ID.
Definition at line 469 of file channel.h.
Referenced by after_bridge_move_channel(), ast_connected_line_build_data(), ast_connected_line_parse_data(), ast_do_pickup(), ast_party_connected_line_collect_caller(), ast_party_connected_line_copy(), ast_party_connected_line_free(), ast_party_connected_line_init(), ast_party_connected_line_set(), ast_party_connected_line_set_init(), connectedline_write(), and retransfer_enter().
int source |
Information about the source of an update.
Definition at line 483 of file channel.h.
Referenced by ast_connected_line_build_data(), ast_connected_line_parse_data(), ast_do_pickup(), ast_party_connected_line_collect_caller(), ast_party_connected_line_copy(), ast_party_connected_line_init(), ast_party_connected_line_set(), ast_party_connected_line_set_init(), connectedline_write(), handle_request_invite(), handle_request_update(), handle_response_invite(), misdn_queue_connected_line_update(), onAlerting(), onCallEstablished(), onProgress(), queue_connected_line_update(), sip_call(), update_connected_line_from_peer(), and update_initial_connected_line().