config.ini.example 489 B

123456789101112131415161718192021
  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. [mumble]
  14. host = example.org
  15. port = 64738
  16. user = mumsi
  17. password = foobar
  18. channelNameExpression =
  19. opusEncoderBitrate = 16000