Asterisk - The Open Source Telephony Project
21.4.1
|
Data Fields | |
struct ast_sockaddr | addr |
int | calls |
unsigned int | lastsent |
struct timeval | lasttxtime |
struct { | |
struct iax2_trunk_peer * next | |
} | list |
ast_mutex_t | lock |
struct timeval | rxtrunktime |
int | sockfd |
struct timeval | trunkact |
unsigned char * | trunkdata |
unsigned int | trunkdataalloc |
unsigned int | trunkdatalen |
int | trunkerror |
int | trunkmaxmtu |
struct timeval | txtrunktime |
Definition at line 640 of file chan_iax2.c.
unsigned int lastsent |
Last sent time
Definition at line 648 of file chan_iax2.c.
struct timeval lasttxtime |
Last transmitted trunktime
Definition at line 646 of file chan_iax2.c.
struct timeval rxtrunktime |
Receive trunktime
Definition at line 645 of file chan_iax2.c.
struct timeval trunkact |
Last trunk activity
Definition at line 647 of file chan_iax2.c.
struct timeval txtrunktime |
Transmit trunktime
Definition at line 644 of file chan_iax2.c.