yate/conf.d/yate.conf.sample

63 lines
2.1 KiB
Plaintext

[general]
; General settings for the operation of Yate
; modload: boolean: Should a module be loaded by default if there is no
; reference to it in the [modules] section
;modload=enable
; modpath: string: Overrides the runtime module directory path which is
; compiled in or specified with the -m command line option. Note that this
; setting takes priority over anything else
; Note that you MUST NOT add a path separator at the end
;modpath=
; maxworkers: int: Maximum number of worker threads the engine can create
;maxworkers=10
; restarts: int: Time in seconds after startup the engine will try to restart
; to clean up any accumulating problems. Restarts are performed only when
; started in supervised mode
; If at restart time at least one of the modules is busy it will try again to
; restart every 10 seconds
;restarts=0
[modules]
; This section should hold one line for each module whose loading behaviour
; is to be changed from the default specified by modload= in section [general]
; Each line has to be of the form:
; modulename.yate=boolean
; Note that modules can be located only in the module directory so no path
; information should be specified
[preload]
; Put a line in this section for each shared library that you want to load
; before any Yate module
; Each line has to be of the form:
; /path/to/the/library.so=boolean
; You should specify the full path to the library. Extension is operating
; system specific - usually .so for *NIX systems and .dll for Windows
[postload]
; Put a line in this section for each shared library that you want to load
; after all Yate modules
; Each line has to be of the form:
; /path/to/the/library.so=boolean
; You should specify the full path to the library. Extension is operating
; system specific - usually .so for *NIX systems and .dll for Windows
[telephony]
; Default settings for telephony drivers
; timeout: int: Default channel timeout in milliseconds
;timeout=0
; maxroute: int: Maximum number of calls routed at once by each driver
;maxroute=0
; maxchans: int: Maximum number of channels running at once in each driver
;maxchans=0