|
Asterisk - The Open Source Telephony Project
18.5.0
|
Indicate what information in ast_party_connected_line should be set. More...
#include <channel.h>

Data Fields | |
| struct ast_set_party_id | ani |
| struct ast_set_party_id | id |
| struct ast_set_party_id | priv |
Indicate what information in ast_party_connected_line should be set.
| struct ast_set_party_id ani |
What ANI id information to set.
Definition at line 494 of file channel.h.
Referenced by ast_party_connected_line_set().
| struct ast_set_party_id id |
What connected line id information to set.
Definition at line 492 of file channel.h.
Referenced by ast_connected_line_build_data(), ast_party_connected_line_set(), handle_request_invite(), handle_request_update(), handle_response_invite(), Model::load(), misdn_queue_connected_line_update(), onAlerting(), onCallEstablished(), onProgress(), send_colp_to_agent(), and sip_call().
| struct ast_set_party_id priv |
What private connected line id information to set.
Definition at line 496 of file channel.h.
Referenced by ast_connected_line_build_data(), ast_party_connected_line_set(), handle_request_invite(), handle_request_update(), handle_response_invite(), misdn_queue_connected_line_update(), and sip_call().
1.8.13