Browse Source

Updated screenshots (#296)

* Added screenshots

* Added screenshot

* Added screenshot

* Added screenshots

* Delete source/_static/images/advanced/sip_profiles/place_holder

* Delete source/_static/images/advanced/upgrade/place_holder

* Delete source/_static/images/advanced/menu_manager/place_holder

* Delete source/_static/images/advanced/number_translations/place_holder

* Update menu_manager.md

* Update number_translations.md

* Update sip_profiles.md

* Update upgrade.md
Anthony 2 months ago
parent
commit
58c7902194

BIN
source/_static/images/advanced/menu_manager/fusionpbx_menu_manager1.png


BIN
source/_static/images/advanced/menu_manager/fusionpbx_menu_manager2.png


BIN
source/_static/images/advanced/menu_manager/fusionpbx_menu_manager3.png


+ 0 - 1
source/_static/images/advanced/menu_manager/place_holder

@@ -1 +0,0 @@
-

BIN
source/_static/images/advanced/number_translations/fusionpbx_number_translations1.png


+ 0 - 1
source/_static/images/advanced/number_translations/place_holder

@@ -1 +0,0 @@
-

BIN
source/_static/images/advanced/sip_profiles/fusionpbx_sip_profiles1.png


+ 0 - 1
source/_static/images/advanced/sip_profiles/place_holder

@@ -1 +0,0 @@
-

BIN
source/_static/images/advanced/upgrade/fusionpbx_upgrade_page1.png


BIN
source/_static/images/advanced/upgrade/fusionpbx_upgrade_page2.png


+ 0 - 1
source/_static/images/advanced/upgrade/place_holder

@@ -1 +0,0 @@
-

+ 3 - 1
source/advanced/menu_manager.md

@@ -2,4 +2,6 @@
 
 Used to customize one or more menus.
 
-![image](../_static/images/advanced/fusionpbx_menu_manager.jpg)
+![image](../_static/images/advanced/menu_manager/fusionpbx_menu_manager1.png)
+
+![image](../_static/images/advanced/menu_manager/fusionpbx_menu_manager2.png)

+ 8 - 8
source/advanced/number_translations.md

@@ -3,16 +3,16 @@
 Use this to translate numbers from the original number to a new number
 using regular expressions.
 
-![image](../_static/images/advanced/fusionpbx_advanced_number_translations.jpg)
+![image](../_static/images/advanced/number_translations/fusionpbx_number_translations1.png)
 
 ## Activating mod-translate:
 
-- Install the package \"freeswitch-mod-translate\". If using
-  Debian Package then use the following command \"apt install
-  freeswitch-mod-translate\"
-- Configure the module to your likes via the GUI: Advanced -\>
+- Install the package "freeswitch-mod-translate". If using
+  Debian Package then use the following command "apt install
+  freeswitch-mod-translate"
+- Configure the module to your likes via the GUI: Advanced >
   Number Translations.
-- Activate the module in FusionPBX Advanced -\> Modules in the
+- Activate the module in FusionPBX Advanced > Modules in the
   Applications section
 
 The documentation for mod-translate can be found under
@@ -20,8 +20,8 @@ The documentation for mod-translate can be found under
 
 ## To use mod-translate to modify inbound calls before they hit the dialplan the following setting for SIP-profile must be modified:
 
- - dialplan \"XML\" -\> dialplan \"Translate,XML\"
- - With FreeSwitch 1.8.x it is now possible to specify the translation profile to be used: dialplan "XML" -> dialplan "Translate:my_profile1,XML"
+ - dialplan "XML" > dialplan "Translate,XML"
+ - With FreeSwitch 1.8.x it is now possible to specify the translation profile to be used: dialplan "XML" > dialplan "Translate:my_profile1,XML"
 
 To activate this setting, you must flush cache once and then restart or
 rescan each SIP-profile

+ 1 - 1
source/advanced/sip_profiles.md

@@ -10,7 +10,7 @@ external_ipv6_sip_profile.md
 
 -   Advanced \> SIP Profiles
 
-![image](../_static/images/fusionpbx_sip_profiles.jpg)
+![image](../_static/images/advanced/sip_profiles/fusionpbx_sip_profiles1.png)
 
 <h2><a href="/en/latest/advanced/internal_sip_profile.html">Internal</a></h2>
 

+ 5 - 5
source/advanced/upgrade.md

@@ -25,11 +25,11 @@ video](https://youtu.be/QUB3u9pZ7ks).
 <iframe width="100%" height="350" src="https://www.youtube.com/embed/QUB3u9pZ7ks?rel=0" frameborder="0" ; encrypted-media" allowfullscreen></iframe>
 </div>
 
-![image](../_static/images/fusionpbx_upgrade.jpg)
+![image](../_static/images/advanced/upgrade/fusionpbx_upgrade_page1.png)
 
 <br>
 
-## **Update the source from command line**
+## Update the source from command line
 
 ```
     cd /var/www/fusionpbx 
@@ -37,7 +37,7 @@ video](https://youtu.be/QUB3u9pZ7ks).
     chown -R www-data:www-data
 ```
 
-## **Back to the GUI**
+## Back to the GUI
 
 ```
     *Upgrade Database with advanced -> upgrade schema
@@ -57,7 +57,7 @@ video](https://youtu.be/QUB3u9pZ7ks).
   since your last update, you may need to follow version specific
   upgrade instructions to bring your install up to date.
 
-### **Step 1: Update FusionPBX Source**
+### Step 1: Update FusionPBX Source
 
 - **Advanced** > **Upgrade** run **Source Code** (doesn't update all files).
 
@@ -186,7 +186,7 @@ Many updates have changes to the database and to the Freeswitch scripts.
 - Then run **App Defaults**. *If you removed the scripts on Step 2 then
   run this* **twice**.
 
-![image](../_static/images/fusionpbx_upgrade_schema_data_types.jpg)
+![image](../_static/images/advanced/upgrade/fusionpbx_upgrade_page2.png)
 
 <br>