#include <channel.h>

Data Fields | |
| struct ast_set_party_id | from |
| struct ast_set_party_id | orig |
| struct ast_set_party_id | to |
Definition at line 475 of file channel.h.
struct ast_set_party_id from [read] |
What redirecting-from id information to set.
Definition at line 479 of file channel.h.
Referenced by ast_party_redirecting_set(), ast_redirecting_build_data(), change_redirecting_information(), and misdn_copy_redirecting_to_ast().
struct ast_set_party_id orig [read] |
What redirecting-orig id information to set.
Definition at line 477 of file channel.h.
Referenced by ast_party_redirecting_set(), and ast_redirecting_build_data().
struct ast_set_party_id to [read] |
What redirecting-to id information to set.
Definition at line 481 of file channel.h.
Referenced by ast_party_redirecting_set(), ast_redirecting_build_data(), change_redirecting_information(), and misdn_copy_redirecting_to_ast().
1.5.6