Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
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 712 of file res_pjsip.h.
unsigned int flags |
Enabled SIP extensions
Definition at line 714 of file res_pjsip.h.
Referenced by ast_sip_session_create_outgoing(), prack_handler(), pre_session_setup(), timers_handler(), and timers_to_str().
struct ast_sip_timer_options timer |
Timer options
Definition at line 716 of file res_pjsip.h.
Referenced by ast_sip_session_create_outgoing(), new_invite(), and sip_endpoint_apply_handler().