2016-04-18 01:30:10 +02:00
|
|
|
[general]
|
|
|
|
# valid values for log level are: ERROR, WARN, NOTICE, INFO, DEBUG
|
|
|
|
logLevel = NOTICE
|
|
|
|
|
2015-10-17 22:27:37 +02:00
|
|
|
[sip]
|
2015-11-09 01:42:04 +01:00
|
|
|
# list of valid SIP URIs for incoming connections separated by space
|
|
|
|
# supported wildcards: *
|
|
|
|
# if you want to allow calls from any URI, write *@*
|
2015-11-09 00:51:51 +01:00
|
|
|
validUriExpression = *@sip.example.com *@127.0.0.1
|
2015-10-17 22:27:37 +02:00
|
|
|
host = sip.example.org
|
|
|
|
port = 5060
|
|
|
|
user = mumsi
|
|
|
|
password = foobar
|
|
|
|
|
2016-04-18 02:12:27 +02:00
|
|
|
# length of single voice frame in ms. Valid values are 10, 20, 40, 60 ms.
|
|
|
|
# Adjust it if you need to meet the specific bandwidth requirements of Murmur server
|
|
|
|
frameLength = 40
|
|
|
|
|
2015-10-17 22:27:37 +02:00
|
|
|
[mumble]
|
|
|
|
host = example.org
|
|
|
|
port = 64738
|
|
|
|
user = mumsi
|
|
|
|
password = foobar
|
2015-11-30 23:29:29 +01:00
|
|
|
channelNameExpression =
|
2016-04-18 02:12:27 +02:00
|
|
|
|
2017-05-20 18:17:08 +02:00
|
|
|
# When here is no SIP connection, the mumble state is set to self_mute/self_deaf
|
|
|
|
# so the other users can easily see whether the SIP is connected even when not
|
|
|
|
# in the same group
|
|
|
|
autodeaf = 0
|
|
|
|
|
2017-05-22 12:15:07 +02:00
|
|
|
# Bitrate of Opus encoder in B/s
|
|
|
|
# Adjust it if you need to meet the specific bandwidth requirements of Murmur server
|
|
|
|
opusEncoderBitrate = 16000
|
|
|
|
|
|
|
|
[app]
|
|
|
|
|
2017-05-21 16:03:19 +02:00
|
|
|
# Caller PIN needed to authenticate the phone call itself. The caller presses
|
|
|
|
# the PIN, followed by the hash '#' key. On success, the caller is
|
|
|
|
# unmuted/undeafened. On failure, the SIP call is hung up.
|
|
|
|
pin = 4321
|
|
|
|
|
2017-05-22 12:15:07 +02:00
|
|
|
[files]
|
|
|
|
# These files are used for the caller and mumble channel audio clips.
|
|
|
|
# The paths below assume that you are running ./mumsi in the build/ dir.
|
|
|
|
welcome = ../media/welcome.wav
|
|
|
|
prompt_pin = ../media/prompt-pin.wav
|
|
|
|
entering_channel = ../media/entering-channel.wav
|
|
|
|
announce_new_caller = ../media/announce-new-caller.wav
|
|
|
|
invalid_pin = ../media/invalid-pin.wav
|
|
|
|
goodbye = ../media/goodbye.wav
|
|
|
|
mute_on = ../media/mute-on.wav
|
|
|
|
mute_off = ../media/mute-off.wav
|
|
|
|
menu = ../media/menu.wav
|
|
|
|
|
|
|
|
|