Asterisk - The Open Source Telephony Project  21.4.1
Public Member Functions | Data Fields
system_config Struct Reference

Public Member Functions

 SORCERY_OBJECT (details)
 

Data Fields

unsigned int accept_multiple_sdp_answers
 
unsigned int compactheaders
 
unsigned int disable_rport
 
unsigned int disable_tcp_switch
 
unsigned int follow_early_media_fork
 
struct {
   int   auto_increment
 
   int   idle_timeout
 
   int   initial_size
 
   int   max_size
 
threadpool
 
unsigned int timerb
 
unsigned int timert1
 

Detailed Description

Definition at line 35 of file config_system.c.

Field Documentation

int auto_increment

The amount by which the number of threads is incremented when necessary

Definition at line 47 of file config_system.c.

unsigned int compactheaders

Should we use short forms for headers?

Definition at line 42 of file config_system.c.

unsigned int disable_rport

Disable the use of rport in outgoing requests

Definition at line 63 of file config_system.c.

unsigned int disable_tcp_switch

Nonzero to disable switching from UDP to TCP transport

Definition at line 54 of file config_system.c.

unsigned int follow_early_media_fork

Although early media is enabled in pjproject by default, it's only enabled when the To tags are different. These options allow turning on or off the feature for different tags and same tags.

Definition at line 60 of file config_system.c.

int idle_timeout

Thread idle timeout in seconds

Definition at line 49 of file config_system.c.

int initial_size

Initial number of threads in the threadpool

Definition at line 45 of file config_system.c.

int max_size

Maxumum number of threads in the threadpool

Definition at line 51 of file config_system.c.

unsigned int timerb

Transaction Timer B value

Definition at line 40 of file config_system.c.

unsigned int timert1

Transaction Timer T1 value

Definition at line 38 of file config_system.c.


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