Asterisk - The Open Source Telephony Project
18.5.0
|
Struct used to push function arguments to task processor. More...
Data Fields | |
char * | buf |
const char * | field |
size_t | len |
const char * | param |
int | ret |
struct ast_sip_session * | session |
const char * | type |
Struct used to push function arguments to task processor.
Definition at line 851 of file pjsip/dialplan_functions.c.
char* buf |
Definition at line 856 of file pjsip/dialplan_functions.c.
Referenced by pjsip_acf_channel_read(), and read_pjsip().
const char* field |
Definition at line 855 of file pjsip/dialplan_functions.c.
Referenced by pjsip_acf_channel_read(), and read_pjsip().
size_t len |
Definition at line 857 of file pjsip/dialplan_functions.c.
Referenced by pjsip_acf_channel_read(), and read_pjsip().
const char* param |
Definition at line 853 of file pjsip/dialplan_functions.c.
Referenced by pjsip_acf_channel_read(), and read_pjsip().
int ret |
Definition at line 858 of file pjsip/dialplan_functions.c.
Referenced by pjsip_acf_channel_read(), and read_pjsip().
struct ast_sip_session* session |
Definition at line 852 of file pjsip/dialplan_functions.c.
Referenced by pjsip_acf_channel_read(), and read_pjsip().
const char* type |
Definition at line 854 of file pjsip/dialplan_functions.c.
Referenced by Property::load(), pjsip_acf_channel_read(), and read_pjsip().