blob: 93d9e20d2a1390c453f68b44fabaeaee12f25586 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
config rtpengine global
option enabled 0 # 0 - disabled, 1 - enabled
# You can start multiple instances. You must specify a section name from
# "/etc/rtpengine/rtpengine.conf".
config instance 'instance1'
option section 'rtpengine'
option opts '--log-level=6' # Options passed to rtpengine
# instance.
#config instance 'instance2'
#option section 'rtpengine-testing'
#option opts ''
config rtpengine 'hotplug'
#option interface 'wan' # uncomment to enable hotplug
|