|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|
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 378 of file dialplan_functions.c.
| char* buf |
Definition at line 383 of file dialplan_functions.c.
| const char* field |
Definition at line 382 of file dialplan_functions.c.
| size_t len |
Definition at line 384 of file dialplan_functions.c.
| const char* param |
Definition at line 380 of file dialplan_functions.c.
| int ret |
Definition at line 385 of file dialplan_functions.c.
Referenced by read_pjsip().
| struct ast_sip_session* session |
Definition at line 379 of file dialplan_functions.c.
| const char* type |
Definition at line 381 of file dialplan_functions.c.