Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
unsigned char | delme |
struct ast_ha | ha |
uint16_t | limit |
used by both callno_limits and calltoken_ignores containers
Definition at line 992 of file chan_iax2.c.
unsigned char delme |
delete me marker for reloads
Definition at line 998 of file chan_iax2.c.
Referenced by add_calltoken_ignore(), addr_range_delme_cb(), build_callno_limits(), and prune_addr_range_cb().
struct ast_ha ha |
ip address range for custom callno limit rule
Definition at line 994 of file chan_iax2.c.
Referenced by add_calltoken_ignore(), addr_range_cmp_cb(), addr_range_hash_cb(), addr_range_match_address_cb(), and build_callno_limits().
uint16_t limit |
callno limit for this ip address range, only used in callno_limits container
Definition at line 996 of file chan_iax2.c.
Referenced by build_callno_limits(), and set_peercnt_limit().