Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
int | condition |
size_t | datalen |
void * | frame_data |
int | response_code |
struct ast_sip_session * | session |
Definition at line 1292 of file chan_pjsip.c.
int condition |
Definition at line 1294 of file chan_pjsip.c.
Referenced by indicate_data_alloc().
size_t datalen |
Definition at line 1297 of file chan_pjsip.c.
Referenced by indicate_data_alloc().
void* frame_data |
Definition at line 1296 of file chan_pjsip.c.
Referenced by indicate_data_alloc(), and indicate_data_destroy().
int response_code |
Definition at line 1295 of file chan_pjsip.c.
Referenced by indicate(), and indicate_data_alloc().
struct ast_sip_session* session |
Definition at line 1293 of file chan_pjsip.c.
Referenced by indicate(), indicate_data_alloc(), and indicate_data_destroy().