Asterisk - The Open Source Telephony Project
18.5.0
|
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 511 of file channel.h.
Referenced by 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(), change_redirecting_information(), handle_response_invite(), ErrorResponse::load(), misdn_copy_redirecting_to_ast(), reason_code_to_cause(), reason_code_to_str(), redirecting_reason_build_data(), redirecting_write(), set_redirecting(), set_redirecting_reason(), set_redirecting_reason_by_cause(), and sip_reason_code_to_str().
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 508 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(), change_redirecting_information(), handle_response_invite(), reason_code_to_str(), redirecting_reason_build_data(), redirecting_write(), set_redirecting_reason(), set_redirecting_reason_by_cause(), and sip_reason_code_to_str().