Sat Apr 26 2014 22:03:24

Asterisk developer's documentation


ast_party_redirecting Struct Reference

Redirecting Line information. RDNIS (Redirecting Directory Number Information Service) Where a call diversion or transfer was invoked. More...

#include <channel.h>

Collaboration diagram for ast_party_redirecting:

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)

Detailed Description

Redirecting Line information. RDNIS (Redirecting Directory Number Information Service) Where a call diversion or transfer was invoked.

Since:
1.8
Note:
All string fields here are malloc'ed, so they need to be freed when the structure is deleted.
NULL and "" must be considered equivalent.

Definition at line 461 of file channel.h.


Field Documentation


The documentation for this struct was generated from the following file: