Asterisk - The Open Source Telephony Project
18.5.0
|
Endpoint configuration for SIP extensions. More...
#include <res_pjsip.h>
Data Fields | |
unsigned int | flags |
struct ast_sip_timer_options | timer |
Endpoint configuration for SIP extensions.
SIP extensions, in this case refers to features indicated in Supported or Required headers.
Definition at line 576 of file res_pjsip.h.
unsigned int flags |
Enabled SIP extensions
Definition at line 578 of file res_pjsip.h.
Referenced by ast_sip_session_create_outgoing(), prack_handler(), prack_to_str(), pre_session_setup(), timers_handler(), and timers_to_str().
struct ast_sip_timer_options timer |
Timer options
Definition at line 580 of file res_pjsip.h.
Referenced by ast_sip_session_create_outgoing(), new_invite(), and sip_endpoint_apply_handler().