Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. [MurmurVoice]
  2. ;; Should the Murmur module be enabled?
  3. ;; You must have a Mumble server already set up to use this
  4. ;; New, incompatible voice daemon which will do speaker indication,
  5. ;; positional voice, and high quality audio codec. Host voice on the
  6. ;; same server, or use Glacier2 to proxy the insecure ICE protocol.
  7. enabled = true
  8. ;; Hostname to send the user
  9. murmur_host = 74.208.69.14
  10. ;; Server identifier (normally 1)
  11. murmur_sid = 1
  12. ;; Version of the Mumble server
  13. server_version = 1.2.2
  14. ;; Endpoint to system running mumble
  15. murmur_ice = tcp -h 74.208.69.14 -p 6502
  16. ;; Endpoint to this system (not needed for glacier2)
  17. murmur_ice_cb= tcp -h 74.208.69.14 -p 6502
  18. ;; Parent channel name to use
  19. channel_name = welcome
  20.  
  21. ;; Enable use of glacier2 (ignore murmur_ice_cb if false)
  22. glacier = false
  23. ;; Glacier proxy
  24. glacier_ice = Glacier2/router:tcp -p 4063 -h 74.208.69.14
  25. ;; Glacier session user
  26. glacier_user = admin
  27. ;; Glacier session password
  28. glacier_pass = darastrix
  29.  
  30. [FreeSwitchVoice]
  31. ;; In order for this to work you need a functioning freeswitch pbx set
  32. ;; up. Configuration for that will be posted in the wiki soon.
  33. enabled = false
  34.  
  35. [FreeswitchService]
  36. ;; !!!!!!!!!!!!!!!!!!!!!!!!!!!
  37. ;; !!!!!!STANDALONE MODE ONLY!!!!!!
  38. ;; !!!!!!!!!!!!!!!!!!!!!!!!!!!
  39. ;; IP of your FS server
  40. ;ServerAddress = 85.25.142.92
  41.  
  42. ;; All other options are - well - optional
  43. ; Realm = "127.0.0.1"
  44. ; SIPProxy = "127.0.0.1:5060"
  45. ; EchoServer = "127.0.0.1"
  46. ; EchoPort = 50505
  47. ; AttemptSTUN = "false"
  48. ; DefaultTimeout = 5000
  49. ; Context = "default"
  50. ; UserName = "freeswitch"
  51. ; Password = "password"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement