Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
refer_progress_notification Struct Reference

REFER Progress notification structure. More...

Collaboration diagram for refer_progress_notification:
Collaboration graph
[legend]

Data Fields

struct refer_progressprogress
 Refer progress structure to send notification on. More...
 
int response
 SIP response code to send. More...
 
pjsip_evsub_state state
 Subscription state. More...
 

Detailed Description

REFER Progress notification structure.

Definition at line 70 of file res_pjsip_refer.c.

Field Documentation

◆ 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().

◆ response

int response

SIP response code to send.

Definition at line 74 of file res_pjsip_refer.c.

Referenced by refer_progress_notification_alloc().

◆ state

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().


The documentation for this struct was generated from the following file: