Asterisk - The Open Source Telephony Project
21.4.1
|
Data Fields | |
struct ast_sockaddr | addr |
uint16_t | cur |
uint16_t | limit |
unsigned char | reg |
peer connection private, keeps track of all the call numbers consumed by a single ip address
Definition at line 1027 of file chan_iax2.c.
struct ast_sockaddr addr |
ip address consuming call numbers
Definition at line 1029 of file chan_iax2.c.
uint16_t cur |
Number of call numbers currently used by this ip address
Definition at line 1031 of file chan_iax2.c.
uint16_t limit |
Max call numbers allowed for this ip address
Definition at line 1033 of file chan_iax2.c.
unsigned char reg |
Specifies whether limit is set by a registration or not, if so normal limit setting rules do not apply to this address.
Definition at line 1036 of file chan_iax2.c.