yate/conf.d/yrtpchan.conf.sample

39 lines
1.2 KiB
Plaintext

[general]
; This section sets global network level variables
; minport: int: Minimum port range to allocate
;minport=16384
; maxport: int: Maximum port range to allocate
;maxport=32768
; tos: keyword: Type Of Service to set in outgoing UDP packets
; numeric TOS value or: lowdelay, throughput, reliability, mincost
;tos=0
; buffer: int: Maximum buffer size - used to fragment octet (G.711) audio streams
;buffer=240
; autoaddr: bool: Auto change outgoing RTP address:port to match incoming
;autoaddr=enable
; anyssrc: bool: Accept any incoming SSRC, even if it changes frequently
;anyssrc=disable
; rtcp: bool: Allocate socket for the RTCP protocol by default
;rtcp=enabled
; drillhole: bool: Attempt to drill a hole through a firewall or NAT
;drillhole=disable in server mode, enable in client mode
; thread: keyword: Default priority of the data service threads
; 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
; defsleep: int: Default in-loop sleep time for new RTP sessions in milliseconds
;defsleep=5
; minsleep: int: Minimum allowed in-loop sleep time in milliseconds
;minsleep=1