|
OPAL
Version 3.14.3
|
#include <ptlib.h>#include <opal_config.h>#include <rtp/rtpep.h>#include <sip/sipcon.h>#include <sip/handlers.h>

Go to the source code of this file.
Data Structures | |
| class | SIPEndPoint |
| struct | SIPEndPoint::RegistrationStatus |
| struct | SIPEndPoint::ConnectionlessMessageInfo |
| struct | SIPEndPoint::RegistrationCompletion |
Macros | |
| #define | PDECLARE_ConnectionlessMessageNotifier(cls, fn) PDECLARE_NOTIFIER2(SIPEndPoint, cls, fn, SIPEndPoint::ConnectionlessMessageInfo &) |
| #define | PCREATE_ConnectionlessMessageNotifier(fn) PCREATE_NOTIFIER2(fn, SIPEndPoint::ConnectionlessMessageInfo &) |
| #define PCREATE_ConnectionlessMessageNotifier | ( | fn | ) | PCREATE_NOTIFIER2(fn, SIPEndPoint::ConnectionlessMessageInfo &) |
| #define PDECLARE_ConnectionlessMessageNotifier | ( | cls, | |
| fn | |||
| ) | PDECLARE_NOTIFIER2(SIPEndPoint, cls, fn, SIPEndPoint::ConnectionlessMessageInfo &) |