SIP Witch 1.9.15
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Structures | Public Types | Static Public Member Functions | Data Fields
sipwitch::registry::target Class Reference

#include <server.h>

Inheritance diagram for sipwitch::registry::target:
Inheritance graph
[legend]
Collaboration diagram for sipwitch::registry::target:
Collaboration graph
[legend]

Data Structures

class  indexing
 

Public Types

enum  status_t {
  READY, BUSY, AWAY, DND,
  OFFLINE, UNKNOWN
}
 

Static Public Member Functions

static void * operator new (size_t size)
 
static void operator delete (void *ptr)
 

Data Fields

sipwitch::registry::target::indexing index
 
struct sockaddr_internet address
 
struct sockaddr_storage peering
 
voip::context_t context
 
time_t created
 
status_t status
 
volatile time_t expires
 
unsigned long allows
 
char contact [MAX_URI_SIZE]
 
char network [MAX_NETWORK_SIZE]
 

Detailed Description

Definition at line 108 of file server.h.

Member Enumeration Documentation

Enumerator
READY 
BUSY 
AWAY 
DND 
OFFLINE 
UNKNOWN 

Definition at line 111 of file server.h.

Member Function Documentation

void sipwitch::registry::target::operator delete ( void *  ptr)
static

Definition at line 82 of file registry.cpp.

void * sipwitch::registry::target::operator new ( size_t  size)
static

Definition at line 74 of file registry.cpp.

Field Documentation

struct sockaddr_internet sipwitch::registry::target::address

Definition at line 120 of file server.h.

unsigned long sipwitch::registry::target::allows

Definition at line 127 of file server.h.

char sipwitch::registry::target::contact[MAX_URI_SIZE]

Definition at line 128 of file server.h.

voip::context_t sipwitch::registry::target::context

Definition at line 122 of file server.h.

time_t sipwitch::registry::target::created

Definition at line 124 of file server.h.

volatile time_t sipwitch::registry::target::expires

Definition at line 126 of file server.h.

sipwitch::registry::target::indexing sipwitch::registry::target::index
char sipwitch::registry::target::network[MAX_NETWORK_SIZE]

Definition at line 129 of file server.h.

struct sockaddr_storage sipwitch::registry::target::peering

Definition at line 121 of file server.h.

status_t sipwitch::registry::target::status

Definition at line 125 of file server.h.


The documentation for this class was generated from the following files: