Advertisement
Guest User

Untitled

a guest
Aug 7th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. [Voice]
  2.  
  3. ;; The voice module that will be activated for this region
  4. ;; The modules that are currently available are GenericVoice, MurmurVoice, and FreeSwitchVoice
  5. ;; If you do not wish to use voice, use the GenericVoice module so that the client is happy.
  6. ;; If you want higher quality voice, use Murmur
  7. Module = MurmurVoice;
  8.  
  9. ;[GenericVoice]
  10. ;; This needs to be disabled if another voice module is being used!
  11. Enabled = false
  12. ;; This is what the viewer is told the voice module is
  13. ModuleToSend = "SLVoice"
  14.  
  15. [MurmurVoice]
  16. ;; Should the Murmur module be enabled?
  17. ;; You must have a Mumble server already set up to use this
  18. ;; New, incompatible voice daemon which will do speaker indication,
  19. ;; positional voice, and high quality audio codec. Host voice on the
  20. ;; same server, or use Glacier2 to proxy the insecure ICE protocol.
  21. enabled = true
  22. ;; Hostname to send the user
  23. murmur_host = 95.110.227.193
  24. ;; Server identifier (normally 1)
  25. murmur_sid = 1
  26. ;; Version of the Mumble server
  27. server_version = 1.2.2
  28. ;; Endpoint to system running mumble
  29. murmur_ice = tcp -h 95.110.227.193 -p 6502
  30. ;; Endpoint to this system (not needed for glacier2)
  31. murmur_ice_cb= tcp -h 95.110.230.201 -p 6503
  32. ;; Parent channel name to use
  33. channel_name = Welcome Area
  34.  
  35. ;; Enable use of glacier2 (ignore murmur_ice_cb if false)
  36. glacier = false
  37. ;; Glacier proxy
  38. ;;glacier_ice = Glacier2/router:tcp -p 4063 -h 137.30.248.26
  39. ;; Glacier session user
  40. ;;glacier_user = admin
  41. ;; Glacier session password
  42. ;;glacier_pass = darastrix
  43.  
  44. [FreeswitchService]
  45. ;; !!!!!!!!!!!!!!!!!!!!!!!!!!!
  46. ;; !!!!!!STANDALONE MODE ONLY!!!!!!
  47. ;; !!!!!!!!!!!!!!!!!!!!!!!!!!!
  48. ;; IP of your FS server
  49. ;ServerAddress = 85.25.142.92
  50.  
  51. ;; All other options are - well - optional
  52. ; Realm = "127.0.0.1"
  53. ; SIPProxy = "127.0.0.1:5060"
  54. ; EchoServer = "127.0.0.1"
  55. ; EchoPort = 50505
  56. ; AttemptSTUN = "false"
  57. ; DefaultTimeout = 5000
  58. ; Context = "default"
  59. ; UserName = "freeswitch"
  60. ; Password = "password"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement