| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
REFER Progress structure. More...

| Data Fields | |
| struct transfer_ari_state * | ari_state | 
| State related to the transfer in ARI only mode. | |
| struct stasis_subscription * | bridge_sub | 
| Stasis subscription for bridge events. | |
| pjsip_dialog * | dlg | 
| Dialog for subscription. | |
| int | framehook | 
| Frame hook for monitoring REFER progress. | |
| pjsip_rx_data * | rdata | 
| Received packet, used to construct final response in case no subscription exists. | |
| unsigned int | refer_blind_progress | 
| Whether to notifies all the progress details on blind transfer. | |
| int | sent_100 | 
| Non-zero if the 100 notify has been sent. | |
| struct ast_taskprocessor * | serializer | 
| Serializer for notifications. | |
| pjsip_evsub * | sub | 
| Subscription to provide updates on. | |
| int | subclass | 
| Last received subclass in frame hook. | |
| struct transfer_channel_data * | transfer_data | 
| Reference to transfer_channel_data related to the refer. | |
| char * | transferee | 
| Uniqueid of transferee channel. | |
REFER Progress structure.
Definition at line 65 of file res_pjsip_refer.c.
| struct transfer_ari_state* ari_state | 
State related to the transfer in ARI only mode.
Definition at line 89 of file res_pjsip_refer.c.
| struct stasis_subscription* bridge_sub | 
Stasis subscription for bridge events.
Definition at line 79 of file res_pjsip_refer.c.
Referenced by refer_blind_callback().
| pjsip_dialog* dlg | 
Dialog for subscription.
Definition at line 69 of file res_pjsip_refer.c.
| int framehook | 
Frame hook for monitoring REFER progress.
Definition at line 73 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 71 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 87 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 85 of file res_pjsip_refer.c.
| struct ast_taskprocessor* serializer | 
Serializer for notifications.
Definition at line 77 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 67 of file res_pjsip_refer.c.
| int subclass | 
Last received subclass in frame hook.
Definition at line 75 of file res_pjsip_refer.c.
| struct transfer_channel_data* transfer_data | 
Reference to transfer_channel_data related to the refer.
Definition at line 81 of file res_pjsip_refer.c.
Referenced by refer_blind_callback().
| char* transferee | 
Uniqueid of transferee channel.
Definition at line 83 of file res_pjsip_refer.c.
Referenced by refer_blind_callback().