config.yaml 675 B

1234567891011121314151617181920212223242526272829303132
  1. # Generic Matrix connection params
  2. matrix:
  3. server: 'matrix.org'
  4. SSL: 1
  5. # Bot-user connection details
  6. matrix-bot:
  7. user_id: '@vertobot:matrix.org'
  8. password: ''
  9. domain: 'matrix.org"
  10. as_url: 'http://localhost:8009'
  11. as_token: 'vertobot123'
  12. verto-bot:
  13. host: webrtc.freeswitch.org
  14. service: 8081
  15. url: "ws://webrtc.freeswitch.org:8081/"
  16. verto-config:
  17. passwd: 1234
  18. verto-dialog-params:
  19. useVideo: false
  20. useStereo: false
  21. tag: "webcam"
  22. login: "1008@webrtc.freeswitch.org"
  23. destination_number: "9664"
  24. caller_id_name: "FreeSWITCH User"
  25. caller_id_number: "1008"
  26. callID: ""
  27. remote_caller_id_name: "Outbound Call"
  28. remote_caller_id_number: "9664"