README.rst 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. *********
  2. WebRTC
  3. *********
  4. 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.
  5. .. image:: https://github.com/Len-PGH/fusionpbx-apps/blob/master/webrtc/css/webrtc_fusionpbx.jpg
  6. :scale: 50%
  7. **Note**
  8. ~~~~~~~~~
  9. There are two "sets" of code in this app. One being an existing app from FusionPBX and the code example from "Master FreeSWITCH" book.
  10. Prerequisites
  11. ^^^^^^^^^^^^^^
  12. * Working install of FusionPBX
  13. * Working set of SSL certs (Not self signed) on said install of FusionPBX
  14. * Working mod_verto setup.
  15. * Patience
  16. Install Steps
  17. ^^^^^^^^^^^^^^
  18. On your server
  19. ::
  20. cd /usr/src
  21. git clone https://github.com/fusionpbx/fusionpbx-apps
  22. Move the directory 'webrtc' into your main FusionPBX directory
  23. mv fusionpbx-apps/webrtc /var/www/fusionpbx/app
  24. chown -R www-data:www-data /var/www/fusionpbx/app/webrtc
  25. ::
  26. Log into the FusionPBX webpage
  27. Advanced -> Upgrade
  28. Menu Defaults and Permission Defaults.
  29. Log out and back in.