Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
ast_sip_endpoint_extensions Struct Reference

Endpoint configuration for SIP extensions. More...

#include <res_pjsip.h>

Collaboration diagram for ast_sip_endpoint_extensions:
Collaboration graph
[legend]

Data Fields

unsigned int flags
 
struct ast_sip_timer_options timer
 

Detailed Description

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.

Field Documentation

◆ flags

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().

◆ timer

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().


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