Asterisk - The Open Source Telephony Project
21.4.1
|
REFER Progress structure. More...
Data Fields | |
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 49 of file res_pjsip_refer.c.