Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. [MurmurService]
  2.  
  3. ;; Hostname to the public Murmur server
  4. murmur_host = login.ilifegrid.com
  5.  
  6. ;; Replace login.ilifegrid.com with the same as the murmur_host value
  7. murmur_ice = tcp -h login.ilifegrid.com -p 6502
  8.  
  9. ;; Replace login.ilifegrid.com with the IP to this computer (if you have issues with an exception, leave login.ilifegrid.com here)
  10. murmur_ice_cb = tcp -h login.ilifegrid.com -p 6503
  11.  
  12. ;; If you want all regions connected to this to all be in the same voice chat,
  13. ;; enable this option, and then set the name in the option below, otherwise, all regions will have seperate voice channels (will not be able to hear each other)
  14. use_one_channel = false
  15.  
  16. ;; Channel name to use (if use_one_channel is enabled only)
  17. channel_name = Welcome
  18.  
  19. ;;
  20. ;; Most of the configurations options below will not need changed (unless you wish to make modifications)
  21. ;;
  22.  
  23. ;; Server identifier (normally 1)
  24. murmur_sid = 1
  25. ;; Version of the Mumble server
  26. server_version = 1.2.2
  27.  
  28. ;; Enable use of glacier2 (ignore murmur_ice_cb if false)
  29. glacier = false
  30. ;; Glacier proxy
  31. glacier_ice = Glacier2/router:tcp -p 4063 -h login.ilifegrid.com
  32. ;; Glacier session user
  33. glacier_user = admin
  34. ;; Glacier session password
  35. glacier_pass = darastrix
  36.  
  37. ;;Pieces for Aurora.Server
  38. MurmurService = MurmurService
  39.  
  40. MurmurHandler = MurmurHandler
  41. MurmurInHandlerPort = 0
  42.  
  43. [FreeswitchService]
  44. ;; !!!!!!!!!!!!!!!!!!!!!!!!!!!
  45. ;; !!!!!!STANDALONE MODE ONLY!!!!!!
  46. ;; !!!!!!!!!!!!!!!!!!!!!!!!!!!
  47. ;; IP of your FS server
  48. ;ServerAddress = 85.25.142.92
  49.  
  50. ;; All other options are - well - optional
  51. ; Realm = "login.ilifegrid.com"
  52. ; SIPProxy = "login.ilifegrid.com:5060"
  53. ; EchoServer = "login.ilifegrid.com"
  54. ; EchoPort = 50505
  55. ; AttemptSTUN = "false"
  56. ; DefaultTimeout = 5000
  57. ; Context = "default"
  58. ; UserName = "freeswitch"
  59. ; Password = "password"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement