config.ini.example 980 B

123456789101112131415161718192021222324252627282930313233
  1. [general]
  2. # valid values for log level are: ERROR, WARN, NOTICE, INFO, DEBUG
  3. logLevel = NOTICE
  4. [sip]
  5. # list of valid SIP URIs for incoming connections separated by space
  6. # supported wildcards: *
  7. # if you want to allow calls from any URI, write *@*
  8. validUriExpression = *@sip.example.com *@127.0.0.1
  9. host = sip.example.org
  10. port = 5060
  11. user = mumsi
  12. password = foobar
  13. # length of single voice frame in ms. Valid values are 10, 20, 40, 60 ms.
  14. # Adjust it if you need to meet the specific bandwidth requirements of Murmur server
  15. frameLength = 40
  16. [mumble]
  17. host = example.org
  18. port = 64738
  19. user = mumsi
  20. password = foobar
  21. channelNameExpression =
  22. # When here is no SIP connection, the mumble state is set to self_mute/self_deaf
  23. # so the other users can easily see whether the SIP is connected even when not
  24. # in the same group
  25. autodeaf = 0
  26. # Bitrate of Opus encoder in B/s
  27. # Adjust it if you need to meet the specific bandwidth requirements of Murmur server
  28. opusEncoderBitrate = 16000