Mon Mar 12 2012 21:47:49

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)
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 447 of file channel.h.


Field Documentation


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