SIP Witch 1.9.15
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Fields
sipwitch::MappedCall Class Reference

Representation of an active call record. More...

#include <mapped.h>

Inheritance diagram for sipwitch::MappedCall:
Inheritance graph
[legend]
Collaboration diagram for sipwitch::MappedCall:
Collaboration graph
[legend]

Data Fields

time_t created
 
time_t active
 
char state [16]
 
char authorized [48]
 
char source [(48+50)]
 
char target [(48+50)]
 
char display [64]
 
uint32_t sequence
 
int cid
 

Detailed Description

Representation of an active call 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 147 of file mapped.h.

Field Documentation

time_t sipwitch::MappedCall::active

Definition at line 151 of file mapped.h.

char sipwitch::MappedCall::authorized[48]

Definition at line 153 of file mapped.h.

int sipwitch::MappedCall::cid

Definition at line 157 of file mapped.h.

time_t sipwitch::MappedCall::created

Definition at line 150 of file mapped.h.

char sipwitch::MappedCall::display[64]

Definition at line 155 of file mapped.h.

uint32_t sipwitch::MappedCall::sequence

Definition at line 156 of file mapped.h.

char sipwitch::MappedCall::source[(48+50)]

Definition at line 154 of file mapped.h.

char sipwitch::MappedCall::state[16]

Definition at line 152 of file mapped.h.

char sipwitch::MappedCall::target[(48+50)]

Definition at line 154 of file mapped.h.


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