Asterisk - The Open Source Telephony Project GIT-master-d856a3e
|
Redirecting reason information. More...
#include <channel.h>
Data Fields | |
int | code |
enum AST_REDIRECTING_REASON value for redirection More... | |
char * | str |
a string value for the redirecting reason More... | |
int code |
enum AST_REDIRECTING_REASON value for redirection
Definition at line 512 of file channel.h.
Referenced by analog_call(), ast_party_redirecting_reason_copy(), ast_party_redirecting_reason_init(), ast_party_redirecting_reason_set(), ast_party_redirecting_reason_set_init(), ast_redirecting_parse_data(), ast_redirecting_reason_name(), ErrorResponse::load(), my_get_callerid(), reason_code_to_cause(), reason_code_to_str(), redirecting_reason_build_data(), redirecting_write(), set_redirecting(), set_redirecting_reason(), and set_redirecting_reason_by_cause().
char* str |
a string value for the redirecting reason
Useful for cases where an endpoint has specified a redirecting reason that does not correspond to an enum AST_REDIRECTING_REASON
Definition at line 509 of file channel.h.
Referenced by ast_party_redirecting_reason_copy(), ast_party_redirecting_reason_free(), ast_party_redirecting_reason_init(), ast_party_redirecting_reason_set(), ast_party_redirecting_reason_set_init(), ast_redirecting_parse_data(), ast_redirecting_reason_name(), reason_code_to_str(), redirecting_reason_build_data(), redirecting_write(), set_redirecting_reason(), and set_redirecting_reason_by_cause().