Asterisk - The Open Source Telephony Project GIT-master-7e7a603
Data Fields
refer_progress Struct Reference

REFER Progress structure. More...

Collaboration diagram for refer_progress:
Collaboration graph
[legend]

Data Fields

struct stasis_subscriptionbridge_sub
 Stasis subscription for bridge events. More...
 
pjsip_dialog * dlg
 Dialog for subscription. More...
 
int framehook
 Frame hook for monitoring REFER progress. More...
 
pjsip_rx_data * rdata
 Received packet, used to construct final response in case no subscription exists. More...
 
unsigned int refer_blind_progress
 Whether to notifies all the progress details on blind transfer. More...
 
int sent_100
 Non-zero if the 100 notify has been sent. More...
 
struct ast_taskprocessorserializer
 Serializer for notifications. More...
 
pjsip_evsub * sub
 Subscription to provide updates on. More...
 
int subclass
 Last received subclass in frame hook. More...
 
struct transfer_channel_datatransfer_data
 Reference to transfer_channel_data related to the refer. More...
 
char * transferee
 Uniqueid of transferee channel. More...
 

Detailed Description

REFER Progress structure.

Definition at line 49 of file res_pjsip_refer.c.

Field Documentation

◆ bridge_sub

struct stasis_subscription* bridge_sub

Stasis subscription for bridge events.

Definition at line 63 of file res_pjsip_refer.c.

Referenced by refer_blind_callback().

◆ dlg

pjsip_dialog* dlg

Dialog for subscription.

Definition at line 53 of file res_pjsip_refer.c.

◆ framehook

int framehook

Frame hook for monitoring REFER progress.

Definition at line 57 of file res_pjsip_refer.c.

Referenced by refer_blind_callback().

◆ rdata

pjsip_rx_data* rdata

Received packet, used to construct final response in case no subscription exists.

Definition at line 55 of file res_pjsip_refer.c.

Referenced by refer_progress_alloc().

◆ refer_blind_progress

unsigned int refer_blind_progress

Whether to notifies all the progress details on blind transfer.

Definition at line 71 of file res_pjsip_refer.c.

Referenced by refer_blind_callback().

◆ sent_100

int sent_100

Non-zero if the 100 notify has been sent.

Definition at line 69 of file res_pjsip_refer.c.

◆ serializer

Serializer for notifications.

Definition at line 61 of file res_pjsip_refer.c.

Referenced by refer_attended_task(), and refer_blind_callback().

◆ sub

pjsip_evsub* sub

Subscription to provide updates on.

Definition at line 51 of file res_pjsip_refer.c.

◆ subclass

int subclass

Last received subclass in frame hook.

Definition at line 59 of file res_pjsip_refer.c.

◆ transfer_data

Reference to transfer_channel_data related to the refer.

Definition at line 65 of file res_pjsip_refer.c.

Referenced by refer_blind_callback().

◆ transferee

char* transferee

Uniqueid of transferee channel.

Definition at line 67 of file res_pjsip_refer.c.

Referenced by refer_blind_callback().


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