blob: 96ac7ccdfb7beb1627ee127b8641e4ddce6e0c70 [file] [log] [blame]
Emeric Vigier2f625822012-08-06 11:09:52 -04001# Copyright (C) 2000-2001 Open Source Telecom Corporation.
2#
3# This file is free software; as a special exception the author gives
4# unlimited permission to copy and/or distribute it, with or without
5# modifications, as long as this notice is preserved.
6#
7# This program is distributed in the hope that it will be useful, but
8# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
9#
10# The single most important piece of data to configure for Babylon is
11# the "plugin" interface. Plugins control what modules are loaded
12# with the server.
13#
14[threads]
15; specify relative thread priority of audio device processing thread(s).
16audio = 0
17
18; specify relative priority of rtp stack thread
19rtp = 0
20
21; specify base priority adjustment for phone process
22priority = 0
23
24; specify realtime scheduler policy, like rr, for example
25policy = none
26
27; specify stack frame size of new threads in k
28stack = 8
29
30[audio]
31; specify audio device driver plugin interface
32interface = oss
33
34; specify audio resource(s) for play and record. This can be one
35; device or multiple devices for half-duplex sound cards. Example
36; is audio = /dev/audio1, /dev/audio2
37device = /dev/audio
38
39; specify default mike volume, in %
40mike = 80
41
42; specify default speaker volume, in %
43speaker = 80
44
45[rtp]
46; specify network interface binding unicast address
47interface = *
48
49; specify network port number
50port = 3128
51
52; specify execution timeout interval in milliseconds
53timer = 10
54
55; specify packet timeout expiration in milliseconds
56expire = 250