Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
sip_st_dlg Struct Reference

Structure that encapsulates all attributes related to running SIP Session-Timers feature on a per dialog basis. More...

#include <sip.h>

Data Fields

int st_active
 
int st_active_peer_ua
 
int st_cached_max_se
 
int st_cached_min_se
 
enum st_mode st_cached_mode
 
enum st_refresher st_cached_ref
 
int st_interval
 
enum st_refresher st_ref
 
int st_schedid
 

Detailed Description

Structure that encapsulates all attributes related to running SIP Session-Timers feature on a per dialog basis.

Definition at line 959 of file sip.h.

Field Documentation

◆ st_active

int st_active

◆ st_active_peer_ua

int st_active_peer_ua

Session-Timers on/off in peer UA

Definition at line 964 of file sip.h.

Referenced by handle_request_invite_st(), handle_response_invite(), reqprep(), respprep(), and sip_show_channel().

◆ st_cached_max_se

int st_cached_max_se

Session-Timers cached Session-Expires

Definition at line 966 of file sip.h.

Referenced by sip_show_channel(), and st_get_se().

◆ st_cached_min_se

int st_cached_min_se

Session-Timers cached Min-SE

Definition at line 965 of file sip.h.

Referenced by proc_422_rsp(), sip_show_channel(), and st_get_se().

◆ st_cached_mode

enum st_mode st_cached_mode

Session-Timers cached M.O.

Definition at line 967 of file sip.h.

Referenced by sip_show_channel(), and st_get_mode().

◆ st_cached_ref

enum st_refresher st_cached_ref

Session-Timers session refresher

Definition at line 968 of file sip.h.

Referenced by sip_show_channel(), and st_get_refresher().

◆ st_interval

int st_interval

Session-Timers negotiated session refresh interval

Definition at line 961 of file sip.h.

Referenced by __start_session_timer(), handle_request_invite_st(), handle_response_invite(), proc_422_rsp(), reqprep(), respprep(), sip_show_channel(), and transmit_invite().

◆ st_ref

enum st_refresher st_ref

Session-Timers cached refresher

Definition at line 962 of file sip.h.

Referenced by __start_session_timer(), handle_request_invite_st(), handle_response_invite(), proc_session_timer(), reqprep(), respprep(), and sip_show_channel().

◆ st_schedid

int st_schedid

Session-Timers ast_sched scheduler id

Definition at line 963 of file sip.h.

Referenced by __start_session_timer(), do_stop_session_timer(), proc_session_timer(), sip_show_channel(), and sip_st_alloc().


The documentation for this struct was generated from the following file: