Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
new_invite Struct Reference
Collaboration diagram for new_invite:
Collaboration graph
[legend]

Data Fields

pjsip_rx_data * rdata
 INVITE request itself. More...
 
struct ast_sip_sessionsession
 Session created for the new INVITE. More...
 

Detailed Description

Definition at line 3847 of file res_pjsip_session.c.

Field Documentation

◆ rdata

pjsip_rx_data* rdata

INVITE request itself.

Definition at line 3852 of file res_pjsip_session.c.

Referenced by handle_new_invite_request(), and new_invite().

◆ session

struct ast_sip_session* session

Session created for the new INVITE.

Definition at line 3849 of file res_pjsip_session.c.

Referenced by handle_new_invite_request(), and new_invite().


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