浏览代码

Create web_rtc.rst

Len 8 年之前
父节点
当前提交
1116102462
共有 1 个文件被更改,包括 42 次插入0 次删除
  1. 42 0
      source/applications_optional/web_rtc.rst

+ 42 - 0
source/applications_optional/web_rtc.rst

@@ -0,0 +1,42 @@
+########
+WebRTC
+########
+
+WebRTC app for FusionPBX is made by editing an existing FusionPBX app code and adding the code from the "Master FreeSWITCH code example".  Also, keep in mind that you will need ssl certs working on the server.
+
+.. image:: https://github.com/Len-PGH/fusionpbx-apps/blob/master/webrtc/css/webrtc_fusionpbx.jpg
+        :scale: 50%
+
+**Note**
+~~~~~~~~~
+ 
+There are two "sets" of code in this app. One being an existing app from FusionPBX and the code example from "Master FreeSWITCH" book.
+
+Prerequisites
+^^^^^^^^^^^^^^
+
+* Working install of FusionPBX
+* Working set of SSL certs (Not self signed) on said install of FusionPBX
+* Working mod_verto setup.
+* Patience
+
+
+Install Steps
+^^^^^^^^^^^^^^
+
+On your server
+
+::
+
+  cd /usr/src
+  git clone https://github.com/fusionpbx/fusionpbx-apps
+  Move the directory 'webrtc' into your main FusionPBX directory
+  mv fusionpbx-apps/webrtc /var/www/fusionpbx/app
+  chown -R www-data:www-data /var/www/fusionpbx/app/webrtc
+
+::
+
+ Log into the FusionPBX webpage
+ Advanced -> Upgrade
+ Menu Defaults and Permission Defaults.
+ Log out and back in.