yate/conf.d/mux.conf.sample
paulc 9575c35596 Added sample file.
git-svn-id: http://yate.null.ro/svn/yate/trunk@1568 acf43c95-373e-0410-b603-e72c3f656dc1
2007-12-21 18:55:03 +00:00

18 lines
632 B
Text

[general]
; This section keep general settings for mux module
; format: string: Default data format when missing
; Allowed values: alaw, mulaw, slin
; Defaults to alaw if missing or incorrect
;format=alaw
; chanbuffer: integer: The buffer size for one channel of an audio multiplexer
; Defaults to 160 if 0 or missing
;chanbuffer=160
; idlevalue: integer: The value used by the audio multiplexer to fill missing data
; This value is used to fill the free space when the multiplexer has to forward
; the received data but not all channel buffers are full
; Interval: 0..255. Defaults to 255 if missing or invalid
;idlevalue=255