-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyiaxchan.conf.sample
51 lines (35 loc) · 1.36 KB
/
yiaxchan.conf.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
[general]
; This section sets global variables of the implementation
; port: int: UDP port for incoming connections
;port=4569
; addr: ipaddress: IP address to bind to
;addr=0.0.0.0
; tos: keyword: Type Of Service to set in outgoing UDP packets
; numeric TOS value or: lowdelay, throughput, reliability, mincost
;tos=0
; read_threads: int: Number of threads that read packets from socket
;read_threads=1 in client mode, 3 in server mode
; event_threads: int: Number of threads that process events
;event_threads=1 in client mode, 3 in server mode
; trunk_threads: int: Number of threads that service trunked voice packets
;trunk_threads=1
; thread: keyword: Default priority of the data service threads (socket listener and data trunking)
; Can be one of: lowest, low, normal, high, highest
; It is a bad idea to set a low priority for anything but testing
;thread=normal
[formats]
; This section allows to individually enable or disable the codecs
; default: bool: Default enabling state for codecs
;default=enable
; preferred: string: Preferred format to use
;preferred=
; slin: bool: Uncompressed 16-bit signed linear
;slin=enable
; mulaw: bool: Companded-only G711 mu-law
;mulaw=enable
; alaw: bool: Companded-only G711 a-law
;alaw=enable
; gsm: bool: European GSM 06.10
;gsm=enable
; lpc10: bool: LPC 10
;lpc10=enable