Added sample file.

git-svn-id: http://yate.null.ro/svn/yate/trunk@1568 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2007-12-21 18:55:03 +00:00
parent 354d3ed571
commit 9575c35596
1 changed files with 17 additions and 0 deletions

17
conf.d/mux.conf.sample Normal file
View File

@ -0,0 +1,17 @@
[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