Advertisement
Guest User

Untitled

a guest
May 27th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 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 = password
  9. freeswitch_api_prefix = /api
  10. ; this is the IP of your sim
  11. freeswitch_service_server = 127.0.0.1
  12. ;freeswitch_service_port = 80
  13. ; this should be the same port the region listens on
  14. freeswitch_service_port = 9001
  15. freeswitch_realm = ip.address.of.freeswitch.server
  16. freeswitch_sip_proxy = 127.0.0.1:5060
  17. freeswitch_attempt_stun = false
  18. freeswitch_stun_server = 127.0.0.1
  19. freeswitch_echo_server = 127.0.0.1
  20. freeswitch_echo_port = 50505
  21. freeswitch_well_known_ip = 127.0.0.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement