Asterisk - The Open Source Telephony Project GIT-master-754dea3
|
Session timers options. More...
#include <res_pjsip.h>
Data Fields | |
unsigned int | min_se |
unsigned int | sess_expires |
Session timers options.
Definition at line 792 of file res_pjsip.h.
unsigned int min_se |
Minimum session expiration period, in seconds
Definition at line 794 of file res_pjsip.h.
Referenced by ast_sip_session_create_outgoing(), new_invite(), and sip_endpoint_apply_handler().
unsigned int sess_expires |
Session expiration period, in seconds
Definition at line 796 of file res_pjsip.h.
Referenced by ast_sip_session_create_outgoing(), new_invite(), and sip_endpoint_apply_handler().