#include <ptlib.h>
#include <opal/buildopts.h>
#include <ptclib/threadpool.h>
#include <opal/rtpep.h>
#include <sip/sipcon.h>
#include <sip/sippdu.h>
#include <sip/handlers.h>
#include <im/sipim.h>
Go to the source code of this file.
Data Structures | |
class | SIPAuthInfo |
class | SIPEndPoint |
struct | SIPEndPoint::RegistrationStatus |
class | SIPEndPoint::SIP_Work |
class | SIPEndPoint::WorkThreadPool |
class | SIPEndPoint::SIP_Work_Thread |
class | SIPEndPoint::InterfaceMonitor |
struct | SIPEndPoint::ConnectionlessMessageInfo |
Defines | |
#define | OPAL_HAS_SIP_PRESENCE 1 |
#define | PDECLARE_ConnectionlessMessageNotifier(cls, fn) PDECLARE_NOTIFIER2(SIPEndPoint, cls, fn, SIPEndPoint::ConnectionlessMessageInfo &) |
#define | PCREATE_ConnectionlessMessageNotifier(fn) PCREATE_NOTIFIER2(fn, SIPEndPoint::ConnectionlessMessageInfo &) |
#define OPAL_HAS_SIP_PRESENCE 1 |
#define PCREATE_ConnectionlessMessageNotifier | ( | fn | ) | PCREATE_NOTIFIER2(fn, SIPEndPoint::ConnectionlessMessageInfo &) |
#define PDECLARE_ConnectionlessMessageNotifier | ( | cls, | |||
fn | ) | PDECLARE_NOTIFIER2(SIPEndPoint, cls, fn, SIPEndPoint::ConnectionlessMessageInfo &) |