mumsi/config.ini.example

28 lines
785 B
Plaintext
Raw Normal View History

[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
# 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
channelNameExpression =
# Bitrate of Opus encoder in B/s
# Adjust it if you need to meet the specific bandwidth requirements of Murmur server
opusEncoderBitrate = 16000