Просмотр исходного кода

Merge branch 'master' of https://github.com/fusionpbx/fusionpbx-docs

Len 7 лет назад
Родитель
Сommit
5792441f9c

+ 3 - 3
source/additional_information/freeswitch.rst

@@ -15,7 +15,7 @@ Freeswitch install
 ::
 
  cd /usr/src
- git clone -b v1.4 https://freeswitch.org/stash/scm/fs/freeswitch.git
+ git clone -b v1.6 https://freeswitch.org/stash/scm/fs/freeswitch.git
  cd freeswitch
  ./bootstrap.sh
 
@@ -45,8 +45,8 @@ Freeswitch install
  
  cd /usr/src
  wget http://files.freeswitch.org/freeswitch-1.6.6.zip
- unzip freeswitch-1.6.6.zip
- cd freeswitch-1.6.6
+ unzip freeswitch-1.6.20.zip
+ cd freeswitch-1.6.20
 
 | **Ubuntu Dependencies**
 

+ 17 - 0
source/applications/provision/provision_auto_htek.rst

@@ -24,3 +24,20 @@ Setting up a **Htek** SIP phone through the phone's local http management portal
 
 .. image:: ../../_static/images/provision/fusionpbx_provision_auto_htek.jpg
         :scale: 85%
+
+
+Self Signed Certificates
+-------------------------
+
+Some additional settings need adjusted to provision with a self signed certificate.
+
+* Top menu click **Management**
+* Left menu click **Trusted CA**
+* Choose the following
+   * Only Accept Trusted Certificates: OFF
+   * Common Name Validation: OFF
+   * Trusted Certificates: All Certificates 
+
+
+.. image:: ../../_static/images/provision/fusionpbx_provision_auto_htek1.jpg
+        :scale: 85%