Representation of a mapped active user record.
More...
#include <mapped.h>
|
enum | status_t {
OFFLINE = 0,
IDLE,
BUSY,
AWAY,
DND
} |
|
enum | {
EXPIRED = 0,
USER,
GATEWAY,
SERVICE,
REJECT,
REFER,
TEMPORARY,
EXTERNAL
} |
|
Representation of a mapped active user record.
These exist in shared memory. They are used as data structures inside the server, and also can be examined by external client applications.
- Author
- David Sugar dyfet.nosp@m.@gnu.nosp@m.telep.nosp@m.hony.nosp@m..org
Definition at line 95 of file mapped.h.
Enumerator |
---|
EXPIRED |
|
USER |
|
GATEWAY |
|
SERVICE |
|
REJECT |
|
REFER |
|
TEMPORARY |
|
EXTERNAL |
|
Definition at line 105 of file mapped.h.
Enumerator |
---|
OFFLINE |
|
IDLE |
|
BUSY |
|
AWAY |
|
DND |
|
Definition at line 98 of file mapped.h.
bool sipwitch::MappedRegistry::has_feature |
( |
unsigned short |
X | ) |
const |
|
inline |
bool sipwitch::MappedRegistry::is_admin |
( |
void |
| ) |
const |
|
inline |
bool sipwitch::MappedRegistry::is_profiled |
( |
void |
| ) |
const |
|
inline |
bool sipwitch::MappedRegistry::is_user |
( |
void |
| ) |
const |
|
inline |
const char* sipwitch::MappedRegistry::connect |
sockaddr_internet sipwitch::MappedRegistry::contact |
unsigned sipwitch::MappedRegistry::count |
time_t sipwitch::MappedRegistry::created |
char sipwitch::MappedRegistry::display[64] |
volatile time_t sipwitch::MappedRegistry::expires |
unsigned sipwitch::MappedRegistry::ext |
struct { ... } sipwitch::MappedRegistry::external |
bool sipwitch::MappedRegistry::hidden |
const char* sipwitch::MappedRegistry::identity |
struct { ... } sipwitch::MappedRegistry::internal |
volatile unsigned sipwitch::MappedRegistry::inuse |
char sipwitch::MappedRegistry::network[16] |
char sipwitch::MappedRegistry::remote[48] |
union { ... } sipwitch::MappedRegistry::source |
stats* sipwitch::MappedRegistry::statnode |
status_t sipwitch::MappedRegistry::status |
enum { ... } sipwitch::MappedRegistry::type |
char sipwitch::MappedRegistry::userid[48] |
The documentation for this class was generated from the following file: