Asterisk - The Open Source Telephony Project
18.5.0
|
Diversion header reasons. More...
Data Fields | |
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 766 of file chan_sip.c.
enum AST_REDIRECTING_REASON code |
Definition at line 767 of file chan_sip.c.
Referenced by ErrorResponse::load().
const char* text |
Definition at line 768 of file chan_sip.c.
Referenced by sip_reason_code_to_str().