summary refs log tree commit diff
path: root/contrib/vertobot/config.yaml
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2014-11-28 06:44:50 +0000
committerPaul "LeoNerd" Evans <paul@matrix.org>2014-12-02 18:01:16 +0000
commit0d149ae6e96ba8378ace9ebdb2dea41de8dcb11d (patch)
tree809976e3555d3725bea8d50ed48333eefe7abeb2 /contrib/vertobot/config.yaml
parentBump version (diff)
downloadsynapse-0d149ae6e96ba8378ace9ebdb2dea41de8dcb11d.tar.xz
a simple matrix->verto bot, distantly related to the irc bridge
Diffstat (limited to 'contrib/vertobot/config.yaml')
-rw-r--r--contrib/vertobot/config.yaml33
1 files changed, 33 insertions, 0 deletions
diff --git a/contrib/vertobot/config.yaml b/contrib/vertobot/config.yaml
new file mode 100644
index 0000000000..b251e405f3
--- /dev/null
+++ b/contrib/vertobot/config.yaml
@@ -0,0 +1,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"