Sun Oct 16 2011 08:43:14

Asterisk developer's documentation


iax2_dpcache Struct Reference
Collaboration diagram for iax2_dpcache:

Data Fields

struct {
   struct iax2_dpcache *   next
cache_list
unsigned short callno
struct timeval expiry
char exten [AST_MAX_EXTENSION]
int flags
struct timeval orig
struct {
   struct iax2_dpcache *   next
peer_list
char peercontext [AST_MAX_CONTEXT]
int waiters [256]

Field Documentation

struct { ... } cache_list
unsigned short callno

Definition at line 964 of file chan_iax2.c.

Referenced by complete_dpreply(), and find_cache().

struct timeval expiry

Definition at line 962 of file chan_iax2.c.

Referenced by handle_cli_iax2_show_cache(), complete_dpreply(), and find_cache().

char exten[AST_MAX_EXTENSION]
struct iax2_dpcache* next

Definition at line 966 of file chan_iax2.c.

struct timeval orig

Definition at line 961 of file chan_iax2.c.

Referenced by complete_dpreply(), and find_cache().

struct { ... } peer_list

Referenced by complete_dpreply().

char peercontext[AST_MAX_CONTEXT]

Definition at line 959 of file chan_iax2.c.

Referenced by handle_cli_iax2_show_cache(), and find_cache().

int waiters[256]

Definition at line 965 of file chan_iax2.c.

Referenced by handle_cli_iax2_show_cache(), complete_dpreply(), and find_cache().


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