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. | |
| struct ast_party_id | from |
| Who is redirecting the call (Sent to the party the call is redirected toward) | |
| struct ast_party_id | orig |
| Who originally redirected the call (Sent to the party the call is redirected toward) | |
| int | orig_reason |
| enum AST_REDIRECTING_REASON value for redirection by original party | |
| struct ast_party_id | priv_from |
| Who is redirecting the call (Sent to the party the call is redirected toward) - private representation. | |
| struct ast_party_id | priv_orig |
| Who originally redirected the call (Sent to the party the call is redirected toward) - private representation. | |
| struct ast_party_id | priv_to |
| Call is redirecting to a new party (Sent to the caller) - private representation. | |
| int | reason |
| enum AST_REDIRECTING_REASON value for redirection | |
| struct ast_party_id | to |
| Call is redirecting to a new party (Sent to the caller) | |
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 481 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(), sig_pri_redirecting_convert(), and sig_pri_redirecting_update().
| struct ast_party_id from |
Who is redirecting the call (Sent to the party the call is redirected toward)
Definition at line 466 of file channel.h.
Referenced by __oh323_new(), 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(), check_bridge(), dahdi_new(), do_forward(), misdn_copy_redirecting_to_ast(), redirecting_read(), redirecting_write(), sig_pri_handle_subcmds(), sig_pri_redirecting_convert(), 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 463 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(), redirecting_write(), sig_pri_handle_subcmds(), and sig_pri_redirecting_convert().
| int orig_reason |
enum AST_REDIRECTING_REASON value for redirection by original party
Definition at line 487 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(), sig_pri_redirecting_convert(), and sig_pri_redirecting_update().
| 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 475 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(), redirecting_write(), and sig_pri_handle_subcmds().
| 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 472 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(), redirecting_write(), and sig_pri_handle_subcmds().
| struct ast_party_id priv_to |
Call is redirecting to a new party (Sent to the caller) - private representation.
Definition at line 478 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(), redirecting_write(), and sig_pri_handle_subcmds().
| int reason |
enum AST_REDIRECTING_REASON value for redirection
Definition at line 484 of file channel.h.
Referenced by add_diversion(), 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(), change_redirecting_information(), misdn_copy_redirecting_to_ast(), redirecting_read(), redirecting_write(), sig_pri_redirecting_convert(), and sig_pri_redirecting_update().
| struct ast_party_id to |
Call is redirecting to a new party (Sent to the caller)
Definition at line 469 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(), change_redirecting_information(), check_bridge(), misdn_copy_redirecting_to_ast(), misdn_facility_ie_handler(), redirecting_read(), redirecting_write(), sig_pri_handle_subcmds(), and sig_pri_redirecting_convert().