Guest User

Untitled

a guest
Apr 15th, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.15 KB | None | 0 0
  1. bin/Configuration/Modules/VoiceModules.ini
  2.  
  3. [Voice]
  4.  
  5. ;; The voice module that will be activated for this region
  6. ;; The modules that are currently available are GenericVoice, MurmurVoice, and FreeSwitchVoice
  7. ;; If you do not wish to use voice, use the GenericVoice module so that the client is happy.
  8. ;; If you want higher quality voice, use MurmurVoice
  9. ;Module = GenericVoice;
  10.  
  11. ;; You must have a Mumble server already set up to use Murmur
  12. ;; New, incompatible voice daemon which will do speaker indication,
  13. ;; positional voice, and high quality audio codec. Host voice on the
  14. ;; same server, or use Glacier2 to proxy the insecure ICE protocol.
  15. Module = MurmurVoice;
  16.  
  17. ;; Should FreeSwitch be used?
  18. ;Module = FreeSwitchVoice
  19.  
  20. [GenericVoice]
  21. ;; This needs to be disabled if another voice module is being used!
  22. Enabled = false
  23. ;; This is what the viewer is told the voice module is
  24. ModuleToSend = "SLVoice"
  25.  
  26. [MurmurService]
  27.  
  28. ;; If you are in standalone, or in grid mode, but the grid does not have a grid-wide Murmur service set up, use the following option
  29. ;MurmurService = MurmurService
  30.  
  31. ;; If the grid you are connected to does(!) have a Murmur service set up and running, select this option, and comment (;) the one above
  32. MurmurService = RemoteMurmurConnector
  33. ;; Replace 127.0.0.1 with the IP to this computer (if you have issues with an exception, leave 127.0.0.1 here)
  34. murmur_ice_cb = tcp -h 127.0.0.1 -p 6503
  35.  
  36. ;;
  37. ;; NOTE: The following config options are for standalone or grid users that do not have a grid-wide Mumur service set up!
  38. ;;
  39.  
  40. ;; Hostname to the public Murmur server
  41. murmur_host = 127.0.0.1
  42.  
  43. ;; Replace 127.0.0.1 with the same as the murmur_host value
  44. murmur_ice = tcp -h 127.0.0.1 -p 6502
  45.  
  46. ;; If you want all regions connected to this to all be in the same voice chat,
  47. ;; enable this option, and then set the name in the option below
  48. use_one_channel = false
  49.  
  50. ;; Parent channel name to use (if use_one_channel is enabled only)
  51. channel_name = thalesLand
  52.  
  53. ;;
  54. ;; Most of the configurations options below will not need changed (unless you wish to make modifications)
  55. ;;
  56.  
  57. ;; Server identifier (normally 1)
  58. murmur_sid = 1
  59. ;; Version of the Mumble server
  60. server_version = 1.2.2
  61. ;; Enable use of glacier2 (ignore murmur_ice_cb if false)
  62. glacier = false
  63. ;; Glacier proxy
  64. glacier_ice = Glacier2/router:tcp -p 4063 -h 137.30.248.26
  65. ;; Glacier session user
  66. glacier_user = admin
  67. ;; Glacier session password
  68. glacier_pass = darastrix
  69.  
  70. [FreeswitchService]
  71. ;; !!!!!!!!!!!!!!!!!!!!!!!!!!!
  72. ;; !!!!!!STANDALONE MODE ONLY!!!!!!
  73. ;; !!!!!!!!!!!!!!!!!!!!!!!!!!!
  74. ;; IP of your FS server
  75. ;ServerAddress = 85.25.142.92
  76.  
  77. ;; All other options are - well - optional
  78. ; Realm = "127.0.0.1"
  79. ; SIPProxy = "127.0.0.1:5060"
  80. ; EchoServer = "127.0.0.1"
  81. ; EchoPort = 50505
  82. ; AttemptSTUN = "false"
  83. ; DefaultTimeout = 5000
  84. ; Context = "default"
  85. ; UserName = "freeswitch"
  86. ; Password = "password"
Add Comment
Please, Sign In to add comment