Asterisk - The Open Source Telephony Project GIT-master-2de1a68
Data Fields
ast_sip_channel_pvt Struct Reference

A structure which contains a channel implementation and session. More...

#include <res_pjsip_session.h>

Collaboration diagram for ast_sip_channel_pvt:
Collaboration graph
[legend]

Data Fields

void * pvt
 Pointer to channel specific implementation information, must be ao2 object. More...
 
struct ast_sip_sessionsession
 Pointer to session. More...
 

Detailed Description

A structure which contains a channel implementation and session.

Definition at line 470 of file res_pjsip_session.h.

Field Documentation

◆ pvt

void* pvt

Pointer to channel specific implementation information, must be ao2 object.

Definition at line 472 of file res_pjsip_session.h.

Referenced by ast_sip_channel_pvt_alloc(), and sip_channel_destroy().

◆ session

struct ast_sip_session* session

The documentation for this struct was generated from the following file: