Data Fields | |
unsigned short | callno |
struct timeval | expiry |
char | exten [AST_MAX_EXTENSION] |
int | flags |
struct iax2_dpcache * | next |
struct timeval | orig |
struct iax2_dpcache * | peer |
char | peercontext [AST_MAX_CONTEXT] |
int | waiters [256] |
Definition at line 786 of file chan_iax2.c.
unsigned short callno |
Definition at line 792 of file chan_iax2.c.
Referenced by complete_dpreply(), and find_cache().
struct timeval expiry [read] |
Definition at line 790 of file chan_iax2.c.
Referenced by complete_dpreply(), find_cache(), and iax2_show_cache().
char exten[AST_MAX_EXTENSION] |
Definition at line 788 of file chan_iax2.c.
Referenced by complete_dpreply(), find_cache(), iax2_dprequest(), and iax2_show_cache().
int flags |
Definition at line 791 of file chan_iax2.c.
Referenced by complete_dpreply(), find_cache(), iax2_canmatch(), iax2_dprequest(), iax2_exec(), iax2_exists(), iax2_matchmore(), iax2_show_cache(), and socket_process().
struct iax2_dpcache* next [read] |
Definition at line 794 of file chan_iax2.c.
Referenced by find_cache(), and iax2_show_cache().
struct timeval orig [read] |
Definition at line 789 of file chan_iax2.c.
Referenced by complete_dpreply(), and find_cache().
struct iax2_dpcache* peer [read] |
For linking in peers
Definition at line 795 of file chan_iax2.c.
Referenced by complete_dpreply(), find_cache(), and socket_process().
char peercontext[AST_MAX_CONTEXT] |
Definition at line 787 of file chan_iax2.c.
Referenced by find_cache(), and iax2_show_cache().
int waiters[256] |
Definition at line 793 of file chan_iax2.c.
Referenced by complete_dpreply(), find_cache(), and iax2_show_cache().