summary refs log tree commit diff
path: root/contrib/vertobot/config.yaml
blob: b251e405f3fe86e2c7f001e8d6c11d1912788e3a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Generic Matrix connection params
matrix:
  server: 'matrix.org'
  SSL: 1

# Bot-user connection details
matrix-bot:
  user_id: '@vertobot:matrix.org'
  password: ''

# Extra registration params required for creating new "ghost" users
matrix-register:
  captcha_bypass_secret: ''

verto-bot:
  host: webrtc.freeswitch.org
  service: 8081
  url: "ws://webrtc.freeswitch.org:8081/"

verto-config:
  passwd: 1234
  
verto-dialog-params:
  useVideo: false
  useStereo: false
  tag: "webcam"
  login: "1008@webrtc.freeswitch.org"
  destination_number: "9664"
  caller_id_name: "FreeSWITCH User"
  caller_id_number: "1008"
  callID: ""
  remote_caller_id_name: "Outbound Call"
  remote_caller_id_number: "9664"