mirror of https://github.com/sipwise/rtpengine.git
Instead of start-up options just use the text file for configuring things, easier and simpler to keep. Additionally: introduced config options: - `moh-attr-name = rtpengine-hold` - `moh-prevent-double-hold = false` Fix tests accordingly. Change-Id: I128b531af6a21623105e5933f8b0b572fdc5620apull/1923/head
parent
254dee8ae9
commit
57e095eb43
@ -0,0 +1,18 @@
|
||||
[rtpengine]
|
||||
table = -1
|
||||
interface = 203.0.113.1 ; 2001:db8:4321::1 ; foo/203.0.113.7 ; bar/203.0.113.8
|
||||
listen-ng = 2223
|
||||
listen-cli = 12345
|
||||
listen-udp = 2222
|
||||
foreground = true
|
||||
log-level = 7
|
||||
log-stderr = true
|
||||
silence-detect = 1
|
||||
|
||||
# controls the value to be added to the session level of SDP
|
||||
# whenever MoH is triggered. If not defined, then not in use.
|
||||
moh-attr-name = rtpengine-hold
|
||||
|
||||
# protects against double MoH played
|
||||
# (e.g. when inadvertently two rtpengine instances try to trigger MoH)
|
||||
moh-prevent-double-hold = true
|
||||
Loading…
Reference in new issue