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

Struct used to push function arguments to task processor. More...

Collaboration diagram for pjsip_func_args:
Collaboration graph
[legend]

Data Fields

char * buf
 
const char * field
 
size_t len
 
const char * param
 
int ret
 
struct ast_sip_sessionsession
 
const char * type
 

Detailed Description

Struct used to push function arguments to task processor.

Definition at line 851 of file pjsip/dialplan_functions.c.

Field Documentation

◆ buf

char* buf

Definition at line 856 of file pjsip/dialplan_functions.c.

Referenced by pjsip_acf_channel_read(), and read_pjsip().

◆ field

const char* field

Definition at line 855 of file pjsip/dialplan_functions.c.

Referenced by pjsip_acf_channel_read(), and read_pjsip().

◆ len

size_t len

Definition at line 857 of file pjsip/dialplan_functions.c.

Referenced by pjsip_acf_channel_read(), and read_pjsip().

◆ param

const char* param

Definition at line 853 of file pjsip/dialplan_functions.c.

Referenced by pjsip_acf_channel_read(), and read_pjsip().

◆ ret

int ret

Definition at line 858 of file pjsip/dialplan_functions.c.

Referenced by pjsip_acf_channel_read(), and read_pjsip().

◆ session

struct ast_sip_session* session

Definition at line 852 of file pjsip/dialplan_functions.c.

Referenced by pjsip_acf_channel_read(), and read_pjsip().

◆ type

const char* type

Definition at line 854 of file pjsip/dialplan_functions.c.

Referenced by Property::load(), pjsip_acf_channel_read(), and read_pjsip().


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