Asterisk - The Open Source Telephony Project
18.5.0
|
Structure that encapsulates all attributes related to configuration of SIP Session-Timers feature on a per user/peer basis. More...
#include <sip.h>
Data Fields | |
int | st_max_se |
int | st_min_se |
enum st_mode | st_mode_oper |
enum st_refresher_param | st_ref |
Structure that encapsulates all attributes related to configuration of SIP Session-Timers feature on a per user/peer basis.
int st_max_se |
Highest threshold for session refresh interval
Definition at line 979 of file sip.h.
Referenced by _sip_show_peer(), build_peer(), set_peer_defaults(), sip_show_user(), and st_get_se().
int st_min_se |
Lowest threshold for session refresh interval
Definition at line 978 of file sip.h.
Referenced by _sip_show_peer(), build_peer(), set_peer_defaults(), sip_show_user(), and st_get_se().
enum st_mode st_mode_oper |
Mode of operation for Session-Timers
Definition at line 976 of file sip.h.
Referenced by _sip_show_peer(), build_peer(), set_peer_defaults(), sip_show_user(), and st_get_mode().
enum st_refresher_param st_ref |
Session-Timer refresher
Definition at line 977 of file sip.h.
Referenced by _sip_show_peer(), build_peer(), set_peer_defaults(), sip_show_user(), and st_get_refresher().