Asterisk - The Open Source Telephony Project GIT-master-0a46be9
|
Diversion header reasons. More...
Data Fields | |
const unsigned int | cause |
enum AST_REDIRECTING_REASON | code |
const char * | text |
Diversion header reasons.
The core defines a bunch of constants used to define redirecting reasons. This provides a translation table between those and the strings which may be present in a SIP Diversion header
Definition at line 90 of file res_pjsip_diversion.c.
const unsigned int cause |
Definition at line 93 of file res_pjsip_diversion.c.
Referenced by reason_code_to_cause().
enum AST_REDIRECTING_REASON code |
Definition at line 91 of file res_pjsip_diversion.c.
Referenced by ErrorResponse::load().
const char* text |
Definition at line 92 of file res_pjsip_diversion.c.
Referenced by reason_code_to_str().