Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
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 550 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(), 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 529 of file channel.h.
Referenced by add_diversion_header(), add_history_info_header(), analog_call(), 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_TEST_DEFINE(), ast_var_channels_table(), callerid_write(), dahdi_new(), do_forward(), redirecting_read(), redirecting_write(), set_redirecting(), 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 526 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(), call_forward_inherit(), redirecting_read(), and redirecting_write().
struct ast_party_redirecting_reason orig_reason |
Reason for the redirection by the original party.
Definition at line 547 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 538 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_orig |
Who originally redirected the call (Sent to the party the call is redirected toward) - private representation.
Definition at line 535 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_to |
Call is redirecting to a new party (Sent to the caller) - private representation.
Definition at line 541 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 reason |
Reason for the redirection.
Definition at line 544 of file channel.h.
Referenced by add_diversion_header(), add_history_info_header(), analog_call(), 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(), ErrorResponse::load(), my_get_callerid(), 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 532 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(), do_forward(), redirecting_read(), redirecting_write(), and set_redirecting().