Asterisk - The Open Source Telephony Project
21.4.1
|
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) | |
struct ast_party_redirecting_reason | orig_reason |
Reason for the redirection by the 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. | |
struct ast_party_redirecting_reason | reason |
Reason for the 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.