OPAL
Version 3.10.4
|
#include <sippdu.h>
Data Structures | |
class | EventPackage |
struct | NotifyCallbackInfo |
struct | Params |
struct | SubscriptionStatus |
Public Types | |
enum | PredefinedPackages { MessageSummary, Presence, Dialog, NumPredefinedPackages, Watcher = 0x8000, MessageSummaryWatcher = Watcher|MessageSummary, PresenceWatcher = Watcher|Presence, DialogWatcher = Watcher|Dialog, PackageMask = Watcher-1 } |
Public Member Functions | |
SIPSubscribe (SIPEndPoint &ep, OpalTransport &trans, SIPDialogContext &dialog, const Params ¶ms) | |
virtual SIPTransaction * | CreateDuplicate () const |
Friends | |
PredefinedPackages | operator| (PredefinedPackages p1, PredefinedPackages p2) |
SIPSubscribe::SIPSubscribe | ( | SIPEndPoint & | ep, |
OpalTransport & | trans, | ||
SIPDialogContext & | dialog, | ||
const Params & | params | ||
) |
virtual SIPTransaction* SIPSubscribe::CreateDuplicate | ( | ) | const [virtual] |
Implements SIPTransaction.
PredefinedPackages operator| | ( | PredefinedPackages | p1, |
PredefinedPackages | p2 | ||
) | [friend] |