Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
REFER Progress structure. More...
Data Fields | |
struct stasis_subscription * | bridge_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_taskprocessor * | serializer |
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_data * | transfer_data |
Reference to transfer_channel_data related to the refer. More... | |
char * | transferee |
Uniqueid of transferee channel. More... | |
REFER Progress structure.
Definition at line 49 of file res_pjsip_refer.c.
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().
pjsip_dialog* dlg |
Dialog for subscription.
Definition at line 53 of file res_pjsip_refer.c.
int framehook |
Frame hook for monitoring REFER progress.
Definition at line 57 of file res_pjsip_refer.c.
Referenced by refer_blind_callback().
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().
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().
int sent_100 |
Non-zero if the 100 notify has been sent.
Definition at line 69 of file res_pjsip_refer.c.
struct ast_taskprocessor* serializer |
Serializer for notifications.
Definition at line 61 of file res_pjsip_refer.c.
Referenced by refer_attended_task(), and refer_blind_callback().
pjsip_evsub* sub |
Subscription to provide updates on.
Definition at line 51 of file res_pjsip_refer.c.
int subclass |
Last received subclass in frame hook.
Definition at line 59 of file res_pjsip_refer.c.
struct transfer_channel_data* 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().
char* transferee |
Uniqueid of transferee channel.
Definition at line 67 of file res_pjsip_refer.c.
Referenced by refer_blind_callback().