Asterisk - The Open Source Telephony Project
18.5.0
|
REFER Progress notification structure. More...
Data Fields | |
struct refer_progress * | progress |
Refer progress structure to send notification on. More... | |
int | response |
SIP response code to send. More... | |
pjsip_evsub_state | state |
Subscription state. More... | |
REFER Progress notification structure.
Definition at line 70 of file res_pjsip_refer.c.
struct refer_progress* progress |
Refer progress structure to send notification on.
Definition at line 72 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 74 of file res_pjsip_refer.c.
Referenced by refer_progress_notification_alloc().
pjsip_evsub_state state |
Subscription state.
Definition at line 76 of file res_pjsip_refer.c.
Referenced by refer_progress_framehook(), and refer_progress_notification_alloc().