Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
blind_transfer_cb_data Struct Reference
Collaboration diagram for blind_transfer_cb_data:
Collaboration graph
[legend]

Data Fields

const char * domain
 
struct ast_party_redirecting redirecting
 
const char * referred_by
 
const char * replaces
 
struct ast_set_party_redirecting update_redirecting
 

Detailed Description

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.

Field Documentation

◆ domain

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().

◆ redirecting

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().

◆ referred_by

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().

◆ replaces

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().

◆ update_redirecting

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().


The documentation for this struct was generated from the following file: