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

| Data Fields | |
| struct refer_progress * | progress | 
| Refer progress structure to send notification on. | |
| int | response | 
| SIP response code to send. | |
| pjsip_evsub_state | state | 
| Subscription state. | |
REFER Progress notification structure.
Definition at line 93 of file res_pjsip_refer.c.
| struct refer_progress* progress | 
Refer progress structure to send notification on.
Definition at line 95 of file res_pjsip_refer.c.
Referenced by refer_progress_notification_alloc(), and refer_progress_notification_destroy().
| int response | 
SIP response code to send.
Definition at line 97 of file res_pjsip_refer.c.
Referenced by refer_attended_task(), refer_incoming_refer_request(), and refer_progress_notification_alloc().
| pjsip_evsub_state state | 
Subscription state.
Definition at line 99 of file res_pjsip_refer.c.
Referenced by refer_ari_progress_framehook(), refer_progress_framehook(), and refer_progress_notification_alloc().