Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
Data Fields | |
int | condition |
size_t | datalen |
void * | frame_data |
int | response_code |
struct ast_sip_session * | session |
Definition at line 1297 of file chan_pjsip.c.
int condition |
Definition at line 1299 of file chan_pjsip.c.
Referenced by chan_pjsip_indicate(), and indicate_data_alloc().
size_t datalen |
Definition at line 1302 of file chan_pjsip.c.
Referenced by chan_pjsip_indicate(), and indicate_data_alloc().
void* frame_data |
Definition at line 1301 of file chan_pjsip.c.
Referenced by indicate_data_alloc(), and indicate_data_destroy().
int response_code |
Definition at line 1300 of file chan_pjsip.c.
Referenced by chan_pjsip_indicate(), indicate(), and indicate_data_alloc().
struct ast_sip_session* session |
Definition at line 1298 of file chan_pjsip.c.
Referenced by indicate(), indicate_data_alloc(), and indicate_data_destroy().