|
OPAL
Version 3.10.4
|
#include <h460p.h>
Public Member Functions | |
| H323PresenceSubscription () | |
| void | SetSubscriptionDetails (const PString &subscribe, const PStringList &aliases) |
| void | GetSubscriberDetails (PStringList &aliases) |
| PString | GetSubscribed () |
| void | SetGatekeeperRAS (const H323TransportAddress &address) |
| H323TransportAddress | GetGatekeeperRAS () |
| void | MakeDecision (bool approve) |
| bool | IsDecisionMade () |
| int | IsApproved () |
| void | SetTimeToLive (int t) |
| int | GetTimeToLive () |
| void | SetSubscription (const OpalGloballyUniqueID &guid) |
| OpalGloballyUniqueID | GetSubscription () |
Protected Member Functions | |
| void | SetApproved (bool success) |
| PString H323PresenceSubscription::GetSubscribed | ( | ) |
| void H323PresenceSubscription::GetSubscriberDetails | ( | PStringList & | aliases | ) |
| void H323PresenceSubscription::MakeDecision | ( | bool | approve | ) |
| void H323PresenceSubscription::SetApproved | ( | bool | success | ) | [protected] |
| void H323PresenceSubscription::SetGatekeeperRAS | ( | const H323TransportAddress & | address | ) |
| void H323PresenceSubscription::SetSubscription | ( | const OpalGloballyUniqueID & | guid | ) |
| void H323PresenceSubscription::SetSubscriptionDetails | ( | const PString & | subscribe, |
| const PStringList & | aliases | ||
| ) |
| void H323PresenceSubscription::SetTimeToLive | ( | int | t | ) |