Asterisk - The Open Source Telephony Project
21.4.1
|
A structure which contains a channel implementation and session. More...
#include <res_pjsip_session.h>
Data Fields | |
void * | pvt |
Pointer to channel specific implementation information, must be ao2 object. | |
struct ast_sip_session * | session |
Pointer to session. | |
A structure which contains a channel implementation and session.
Definition at line 470 of file res_pjsip_session.h.