| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 

| Data Fields | |
| unsigned char | delme | 
| struct ast_ha | ha | 
| uint16_t | limit | 
used by both callno_limits and calltoken_ignores containers
Definition at line 1065 of file chan_iax2.c.
| unsigned char delme | 
delete me marker for reloads
Definition at line 1071 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 1067 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 1069 of file chan_iax2.c.
Referenced by build_callno_limits(), and set_peercnt_limit().