|
Asterisk - The Open Source Telephony Project GIT-master-27fb039
|
Redirecting reason information. More...
#include <channel.h>
Data Fields | |
| int | code |
| enum AST_REDIRECTING_REASON value for redirection | |
| char * | str |
| a string value for the redirecting reason | |
| 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(), 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().