Asterisk - The Open Source Telephony Project
18.5.0
|
Structure to handle SIP transfers. Dynamically allocated when needed. More...
#include <sip.h>
Data Fields | |
struct ast_string_field_mgr | __field_mgr |
struct ast_string_field_pool * | __field_mgr_pool |
int | attendedtransfer |
int | localtransfer |
const ast_string_field | refer_contact |
const ast_string_field | refer_to |
const ast_string_field | refer_to_context |
const ast_string_field | refer_to_domain |
const ast_string_field | refer_to_urioption |
const ast_string_field | referred_by |
const ast_string_field | replaces_callid |
const ast_string_field | replaces_callid_fromtag |
const ast_string_field | replaces_callid_totag |
enum referstatus | status |
Structure to handle SIP transfers. Dynamically allocated when needed.
struct ast_string_field_mgr __field_mgr |
struct ast_string_field_pool* __field_mgr_pool |
int attendedtransfer |
Attended or blind transfer?
Definition at line 945 of file sip.h.
Referenced by get_refer_info(), and handle_request_refer().
int localtransfer |
Transfer to local domain?
Definition at line 946 of file sip.h.
Referenced by handle_request_refer(), and local_attended_transfer().
const ast_string_field refer_contact |
const ast_string_field refer_to |
Place to store REFER-TO extension
Definition at line 944 of file sip.h.
Referenced by handle_request_bye(), handle_request_refer(), handle_response_refer(), and transmit_invite().
const ast_string_field refer_to_context |
Place to store REFER-TO context
Definition at line 944 of file sip.h.
Referenced by handle_request_refer().
const ast_string_field refer_to_domain |
Place to store REFER-TO domain
Definition at line 944 of file sip.h.
Referenced by handle_request_refer().
const ast_string_field refer_to_urioption |
const ast_string_field referred_by |
Place to store REFERRED-BY extension
Definition at line 944 of file sip.h.
Referenced by handle_request_refer(), and transmit_invite().
const ast_string_field replaces_callid |
Replace info: callid
Definition at line 944 of file sip.h.
Referenced by get_refer_info(), handle_request_refer(), and local_attended_transfer().
const ast_string_field replaces_callid_fromtag |
Replace info: from-tag
Definition at line 944 of file sip.h.
Referenced by get_refer_info(), handle_request_refer(), and local_attended_transfer().
const ast_string_field replaces_callid_totag |
Replace info: to-tag
Definition at line 944 of file sip.h.
Referenced by get_refer_info(), handle_request_refer(), and local_attended_transfer().
enum referstatus status |
REFER status
Definition at line 947 of file sip.h.
Referenced by handle_request_refer(), handle_response_refer(), local_attended_transfer(), show_channels_cb(), and transmit_refer().