Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
const char * | domain |
struct ast_party_redirecting | redirecting |
const char * | referred_by |
const char * | replaces |
struct ast_set_party_redirecting | update_redirecting |
Data to set on a channel that runs dialplan at the completion of a blind transfer
Definition at line 27224 of file chan_sip.c.
const char* domain |
Domain of the URI in the REFER's Refer-To header
Definition at line 27228 of file chan_sip.c.
Referenced by blind_transfer_cb(), handle_request_refer(), and Registration::write().
struct ast_party_redirecting redirecting |
Redirecting information to set on the channel
Definition at line 27232 of file chan_sip.c.
Referenced by blind_transfer_cb(), and handle_request_refer().
const char* referred_by |
Contents of the REFER's Referred-by header
Definition at line 27226 of file chan_sip.c.
Referenced by blind_transfer_cb(), and handle_request_refer().
const char* replaces |
Contents of what to place in a Replaces header of an INVITE
Definition at line 27230 of file chan_sip.c.
Referenced by blind_transfer_cb(), and handle_request_refer().
struct ast_set_party_redirecting update_redirecting |
Parts of the redirecting structure that are to be updated
Definition at line 27234 of file chan_sip.c.
Referenced by blind_transfer_cb(), and handle_request_refer().