Asterisk - The Open Source Telephony Project
18.5.0
|
Redirecting Line information. RDNIS (Redirecting Directory Number Information Service) Where a call diversion or transfer was invoked. More...
#include <channel.h>
Data Fields | |
int | count |
Number of times the call was redirected. More... | |
struct ast_party_id | from |
Who is redirecting the call (Sent to the party the call is redirected toward) More... | |
struct ast_party_id | orig |
Who originally redirected the call (Sent to the party the call is redirected toward) More... | |
struct ast_party_redirecting_reason | orig_reason |
Reason for the redirection by the original party. More... | |
struct ast_party_id | priv_from |
Who is redirecting the call (Sent to the party the call is redirected toward) - private representation. More... | |
struct ast_party_id | priv_orig |
Who originally redirected the call (Sent to the party the call is redirected toward) - private representation. More... | |
struct ast_party_id | priv_to |
Call is redirecting to a new party (Sent to the caller) - private representation. More... | |
struct ast_party_redirecting_reason | reason |
Reason for the redirection. More... | |
struct ast_party_id | to |
Call is redirecting to a new party (Sent to the caller) More... | |
Redirecting Line information. RDNIS (Redirecting Directory Number Information Service) Where a call diversion or transfer was invoked.
int count |
Number of times the call was redirected.
Definition at line 549 of file channel.h.
Referenced by ast_party_redirecting_copy(), ast_party_redirecting_init(), ast_party_redirecting_set(), ast_party_redirecting_set_init(), ast_redirecting_build_data(), ast_redirecting_parse_data(), misdn_copy_redirecting_from_ast(), misdn_copy_redirecting_to_ast(), redirecting_read(), redirecting_write(), and set_redirecting().
struct ast_party_id from |
Who is redirecting the call (Sent to the party the call is redirected toward)
Definition at line 528 of file channel.h.
Referenced by add_diversion_header(), add_history_info_header(), ast_cel_fabricate_channel_from_event(), ast_iax2_new(), ast_party_redirecting_copy(), ast_party_redirecting_free(), ast_party_redirecting_init(), ast_party_redirecting_set(), ast_party_redirecting_set_init(), ast_redirecting_build_data(), ast_redirecting_parse_data(), ast_var_channels_table(), callerid_write(), change_redirecting_information(), dahdi_new(), do_forward(), misdn_copy_redirecting_to_ast(), redirecting_read(), redirecting_write(), set_redirecting(), sip_new(), and wait_for_answer().
struct ast_party_id orig |
Who originally redirected the call (Sent to the party the call is redirected toward)
Definition at line 525 of file channel.h.
Referenced by ast_party_redirecting_copy(), ast_party_redirecting_free(), ast_party_redirecting_init(), ast_party_redirecting_set(), ast_party_redirecting_set_init(), ast_redirecting_build_data(), ast_redirecting_parse_data(), redirecting_read(), and redirecting_write().
struct ast_party_redirecting_reason orig_reason |
Reason for the redirection by the original party.
Definition at line 546 of file channel.h.
Referenced by ast_party_redirecting_copy(), ast_party_redirecting_free(), ast_party_redirecting_init(), ast_party_redirecting_set(), ast_party_redirecting_set_init(), ast_redirecting_build_data(), ast_redirecting_parse_data(), redirecting_read(), and redirecting_write().
struct ast_party_id priv_from |
Who is redirecting the call (Sent to the party the call is redirected toward) - private representation.
Definition at line 537 of file channel.h.
Referenced by ast_party_redirecting_copy(), ast_party_redirecting_free(), ast_party_redirecting_init(), ast_party_redirecting_set(), ast_party_redirecting_set_init(), ast_redirecting_build_data(), ast_redirecting_parse_data(), cb_events(), misdn_facility_ie_handler(), redirecting_read(), and redirecting_write().
struct ast_party_id priv_orig |
Who originally redirected the call (Sent to the party the call is redirected toward) - private representation.
Definition at line 534 of file channel.h.
Referenced by ast_party_redirecting_copy(), ast_party_redirecting_free(), ast_party_redirecting_init(), ast_party_redirecting_set(), ast_party_redirecting_set_init(), ast_redirecting_build_data(), ast_redirecting_parse_data(), cb_events(), misdn_facility_ie_handler(), redirecting_read(), and redirecting_write().
struct ast_party_id priv_to |
Call is redirecting to a new party (Sent to the caller) - private representation.
Definition at line 540 of file channel.h.
Referenced by ast_party_redirecting_copy(), ast_party_redirecting_free(), ast_party_redirecting_init(), ast_party_redirecting_set(), ast_party_redirecting_set_init(), ast_redirecting_build_data(), ast_redirecting_parse_data(), cb_events(), misdn_facility_ie_handler(), redirecting_read(), and redirecting_write().
struct ast_party_redirecting_reason reason |
Reason for the redirection.
Definition at line 543 of file channel.h.
Referenced by add_diversion(), add_diversion_header(), add_history_info_header(), ast_party_redirecting_copy(), ast_party_redirecting_free(), ast_party_redirecting_init(), ast_party_redirecting_set(), ast_party_redirecting_set_init(), ast_redirecting_build_data(), ast_redirecting_parse_data(), change_redirecting_information(), handle_response_invite(), ErrorResponse::load(), misdn_copy_redirecting_to_ast(), redirecting_read(), redirecting_write(), and set_redirecting().
struct ast_party_id to |
Call is redirecting to a new party (Sent to the caller)
Definition at line 531 of file channel.h.
Referenced by add_diversion_header(), add_history_info_header(), ast_party_redirecting_copy(), ast_party_redirecting_free(), ast_party_redirecting_init(), ast_party_redirecting_set(), ast_party_redirecting_set_init(), ast_redirecting_build_data(), ast_redirecting_parse_data(), cb_events(), change_redirecting_information(), misdn_copy_redirecting_to_ast(), misdn_facility_ie_handler(), redirecting_read(), redirecting_write(), and set_redirecting().