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