Asterisk - The Open Source Telephony Project GIT-master-a358458
Data Fields
indicate_data Struct Reference
Collaboration diagram for indicate_data:
Collaboration graph
[legend]

Data Fields

int condition
 
size_t datalen
 
void * frame_data
 
int response_code
 
struct ast_sip_sessionsession
 

Detailed Description

Definition at line 1293 of file chan_pjsip.c.

Field Documentation

◆ condition

int condition

Definition at line 1295 of file chan_pjsip.c.

Referenced by chan_pjsip_indicate(), and indicate_data_alloc().

◆ datalen

size_t datalen

Definition at line 1298 of file chan_pjsip.c.

Referenced by chan_pjsip_indicate(), and indicate_data_alloc().

◆ frame_data

void* frame_data

Definition at line 1297 of file chan_pjsip.c.

Referenced by indicate_data_alloc(), and indicate_data_destroy().

◆ response_code

int response_code

Definition at line 1296 of file chan_pjsip.c.

Referenced by chan_pjsip_indicate(), indicate(), and indicate_data_alloc().

◆ session

struct ast_sip_session* session

Definition at line 1294 of file chan_pjsip.c.

Referenced by indicate(), indicate_data_alloc(), and indicate_data_destroy().


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