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

| 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 1052 of file chan_iax2.c.
| struct ast_sockaddr addr | 
ip address consuming call numbers
Definition at line 1054 of file chan_iax2.c.
Referenced by handle_cli_iax2_show_callno_limits(), peercnt_add(), peercnt_cmp_cb(), peercnt_hash_cb(), peercnt_modify(), peercnt_remove(), peercnt_remove_by_addr(), sched_delay_remove(), and set_peercnt_limit().
| uint16_t cur | 
Number of call numbers currently used by this ip address
Definition at line 1056 of file chan_iax2.c.
Referenced by handle_cli_iax2_show_callno_limits(), peercnt_add(), and peercnt_remove().
| uint16_t limit | 
Max call numbers allowed for this ip address
Definition at line 1058 of file chan_iax2.c.
Referenced by handle_cli_iax2_show_callno_limits(), peercnt_add(), peercnt_modify(), and set_peercnt_limit().
| 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 1061 of file chan_iax2.c.
Referenced by peercnt_modify(), and set_peercnt_limit().