OPAL
Version 3.14.3
|
#include <sipcon.h>
Public Member Functions | |
Init (OpalCall &call, SIPEndPoint &endpoint) | |
Data Fields | |
OpalCall & | m_call |
Owner call for connection. More... | |
SIPEndPoint & | m_endpoint |
SIP endpoint that controls the connection. More... | |
PString | m_token |
Token to identify the connection. More... | |
SIPURL | m_address |
Destination address for outgoing call. More... | |
void * | m_userData |
User data. More... | |
SIP_PDU * | m_invite |
Invite packet. More... | |
unsigned | m_options |
Connection options. More... | |
OpalConnection::StringOptions * | m_stringOptions |
complex string options More... | |
|
inline |
SIPURL SIPConnection::Init::m_address |
Destination address for outgoing call.
OpalCall& SIPConnection::Init::m_call |
Owner call for connection.
SIPEndPoint& SIPConnection::Init::m_endpoint |
SIP endpoint that controls the connection.
SIP_PDU* SIPConnection::Init::m_invite |
Invite packet.
unsigned SIPConnection::Init::m_options |
Connection options.
OpalConnection::StringOptions* SIPConnection::Init::m_stringOptions |
complex string options
PString SIPConnection::Init::m_token |
Token to identify the connection.
void* SIPConnection::Init::m_userData |
User data.