| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
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 472 of file res_pjsip_session.h.
| void* pvt | 
Pointer to channel specific implementation information, must be ao2 object.
Definition at line 474 of file res_pjsip_session.h.
Referenced by ast_sip_channel_pvt_alloc(), and sip_channel_destroy().
| struct ast_sip_session* session | 
Pointer to session.
Definition at line 476 of file res_pjsip_session.h.
Referenced by add_header(), add_param(), aoc_framehook(), ast_sip_channel_pvt_alloc(), chan_pjsip_answer(), chan_pjsip_digit_begin(), chan_pjsip_digit_end(), chan_pjsip_fixup(), chan_pjsip_get_rtp_peer(), chan_pjsip_get_uniqueid(), chan_pjsip_get_vrtp_peer(), chan_pjsip_hangup(), chan_pjsip_indicate(), chan_pjsip_queryoption(), chan_pjsip_read_stream(), chan_pjsip_sendtext_data(), chan_pjsip_transfer(), chan_pjsip_write_stream(), channel_read_pjsip(), channel_read_rtcp(), channel_read_rtp(), cli_channelstats_print_body(), func_read_header(), func_read_headers(), func_read_param(), func_response_read_header(), func_response_read_headers(), func_write_header(), func_write_param(), hangup(), pjsip_acf_channel_read(), pjsip_acf_dtmf_mode_read(), pjsip_acf_dtmf_mode_write(), pjsip_acf_media_offer_read(), pjsip_acf_media_offer_write(), pjsip_acf_moh_passthrough_read(), pjsip_acf_moh_passthrough_write(), pjsip_acf_session_refresh_write(), pjsip_app_hangup_handler(), pjsip_transfer_handling_write(), push_notify_channel(), read_header(), read_headers(), read_param(), remove_header(), sendtext_data_create(), sip_channel_destroy(), t38_framehook(), and update_header().