Wed Aug 18 22:34:39 2010

Asterisk developer's documentation


sip_st_dlg Struct Reference

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


Data Fields

unsigned char quit_flag:1
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_expirys
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 1202 of file chan_sip.c.


Field Documentation

unsigned char quit_flag

Stop trying to lock; just quit

Definition at line 1213 of file chan_sip.c.

Referenced by proc_session_timer().

int st_active

Session-Timers on/off

Definition at line 1203 of file chan_sip.c.

Referenced by handle_request_invite(), handle_response_invite(), proc_session_timer(), reqprep(), respprep(), restart_session_timer(), sip_scheddestroy(), sip_show_channel(), stop_session_timer(), and transmit_invite().

int st_active_peer_ua

Session-Timers on/off in peer UA

Definition at line 1208 of file chan_sip.c.

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

int st_cached_max_se

Session-Timers cached Session-Expires

Definition at line 1210 of file chan_sip.c.

Referenced by sip_show_channel(), and st_get_se().

int st_cached_min_se

Session-Timers cached Min-SE

Definition at line 1209 of file chan_sip.c.

Referenced by sip_show_channel(), and st_get_se().

enum st_mode st_cached_mode

Session-Timers cached M.O.

Definition at line 1211 of file chan_sip.c.

Referenced by sip_show_channel(), and st_get_mode().

enum st_refresher st_cached_ref

Session-Timers cached refresher

Definition at line 1212 of file chan_sip.c.

Referenced by sip_show_channel(), and st_get_refresher().

int st_expirys

Session-Timers number of expirys

Definition at line 1207 of file chan_sip.c.

Referenced by handle_request_invite(), proc_session_timer(), and sip_show_channel().

int st_interval

Session-Timers negotiated session refresh interval

Definition at line 1204 of file chan_sip.c.

Referenced by handle_request_invite(), handle_response_invite(), proc_422_rsp(), reqprep(), respprep(), sip_show_channel(), start_session_timer(), and transmit_invite().

enum st_refresher st_ref

Session-Timers session refresher

Definition at line 1206 of file chan_sip.c.

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

int st_schedid

Session-Timers ast_sched scheduler id

Definition at line 1205 of file chan_sip.c.

Referenced by proc_session_timer(), restart_session_timer(), sip_scheddestroy(), sip_show_channel(), sip_st_alloc(), start_session_timer(), and stop_session_timer().


The documentation for this struct was generated from the following file:
Generated on Wed Aug 18 22:34:39 2010 for Asterisk - the Open Source PBX by  doxygen 1.4.7