Advertisement
Guest User

Untitled

a guest
May 22nd, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. [FreeSwitchVoice]
  2. ; In order for this to work you need a functioning freeswitch pbx set
  3. ; up. Configuration for that will be posted in the wiki soon.
  4. enabled = true
  5. ;FreeSwitch server is going to contact us and ask us all
  6. ;sorts of things.
  7. freeswitch_server_user = freeswitch
  8. freeswitch_server_pass = password1
  9. freeswitch_api_prefix = /api
  10. ; this is the IP of your sim
  11. freeswitch_service_server = my-no-ip-adress.com
  12. ; freeswitch_service_port = 80
  13. ; this should be the same port the region listens on
  14. freeswitch_service_port = 12010
  15. freeswitch_realm = 192.168.1.2
  16. freeswitch_sip_proxy = 192.168.1.2:5060
  17. freeswitch_attempt_stun = false
  18. freeswitch_stun_server = 192.168.1.2
  19. freeswitch_echo_server = 192.168.1.2
  20. freeswitch_echo_port = 50505
  21. freeswitch_well_known_ip = 192.168.1.2
  22.  
  23. ; Type the address of your http server here, hostname is allowed. This is provided so you can specify a hostname
  24. ; This is used by client for account verification. By default, it's the same as the freeswitch service server.
  25. ; opensim_well_known_http_address = Address_Of_your_SIM_HTTP_Server_Hostname_Allowed
  26.  
  27. freeswitch_default_timeout = 5000
  28. freeswitch_subscribe_retry = 120
  29. ; freeswitch_password_reset_url =
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement