Asterisk - The Open Source Telephony Project GIT-master-a358458
Data Fields
ast_sip_timer_options Struct Reference

Session timers options. More...

#include <res_pjsip.h>

Data Fields

unsigned int min_se
 
unsigned int sess_expires
 

Detailed Description

Session timers options.

Definition at line 704 of file res_pjsip.h.

Field Documentation

◆ min_se

unsigned int min_se

Minimum session expiration period, in seconds

Definition at line 706 of file res_pjsip.h.

Referenced by ast_sip_session_create_outgoing(), new_invite(), and sip_endpoint_apply_handler().

◆ sess_expires

unsigned int sess_expires

Session expiration period, in seconds

Definition at line 708 of file res_pjsip.h.

Referenced by ast_sip_session_create_outgoing(), new_invite(), and sip_endpoint_apply_handler().


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