Jelajahi Sumber

Updated screenshots & markdown improvements (#297)

* Added screenshots

* Added screenshots

* Added screenshots

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

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

* Update modules.md

* Update number_translations.md

* Added screenshots

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

* Update default_settings.md

* Update databases.md

* Added screenshots

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

* Update group_manager.md
Anthony 4 bulan lalu
induk
melakukan
87a71f13a3

TEMPAT SAMPAH
source/_static/images/advanced/databases/fusionpbx_database1.png


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

@@ -1 +0,0 @@
-

TEMPAT SAMPAH
source/_static/images/advanced/default_settings/fusionpbx_default_settings1.png


TEMPAT SAMPAH
source/_static/images/advanced/domains/fusionpbx_domains1.png


TEMPAT SAMPAH
source/_static/images/advanced/domains/fusionpbx_domains2.png


TEMPAT SAMPAH
source/_static/images/advanced/domains/fusionpbx_domains3.png


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

@@ -1 +0,0 @@
-

TEMPAT SAMPAH
source/_static/images/advanced/group_manager/fusionpbx_group_manager1.png


TEMPAT SAMPAH
source/_static/images/advanced/group_manager/fusionpbx_group_manager2.png


TEMPAT SAMPAH
source/_static/images/advanced/group_manager/fusionpbx_group_manager3.png


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

@@ -1 +0,0 @@
-

TEMPAT SAMPAH
source/_static/images/advanced/modules/fusionpbx_modules1.png


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

@@ -1 +0,0 @@
-

+ 1 - 1
source/advanced/databases.md

@@ -4,4 +4,4 @@ Database information. Most FusionPBX installs use Postgresql for
 FusionPBX and SQLite for the switch. This section is for edge case
 installs.
 
-![image](../_static/images/advanced/fusionpbx_advanced_databases.jpg)
+![image](../_static/images/advanced/databases/fusionpbx_database1.png)

+ 1 - 1
source/advanced/default_settings.md

@@ -2,7 +2,7 @@
 
 Default Settings used for all domains. Branding can be done in this section, [see here to adjust](../advanced/domains.md#override-a-default-setting-for-one-domain) or copy settings to specific domains.
 
-![FusionPBX Advanced Default Settings](../_static/images/advanced/fusionpbx_advanced_default_settings.jpg)
+![FusionPBX Advanced Default Settings](../_static/images/advanced/default_settings/fusionpbx_default_settings1.png)
 
 Default Settings have several different categories. Click on the category to view more details.
 

+ 6 - 9
source/advanced/group_manager.md

@@ -3,7 +3,7 @@
 Permit access levels to different group of users. The group permissions
 allow customizing permissions for existing groups or custom groups.
 
-![image](../_static/images/fusionpbx_group_manager.jpg)
+![image](../_static/images/advanced/group_manager/fusionpbx_group_manager1.png)
 
 -   **superadmin-** the global administrator
 -   **admin-** the domain administrator
@@ -15,18 +15,15 @@ allow customizing permissions for existing groups or custom groups.
 
 Create, edit, remove users.
 
--   Goto Advanced \> Group Manager and click **USERS** at the top right
+-   Goto **Advanced** > **Group Manager** and click **USERS** at the top right
     to create, edit or remove a user.
+-   Click the "**ADD**" at the right to add a user or **click** 
+    an existing user to edit.
 
-![image](../_static/images/fusionpbx_click_users.jpg)
-
--   Click the **plus** at the right to add a user or **pencil** to edit
-    an existing user.
-
-![image](../_static/images/fusionpbx_users.jpg)
+![image](../_static/images/advanced/group_manager/fusionpbx_group_manager2.png)
 
 -   Fill in the boxes with pertinent information.
 -   **Group-** assign the user to a group. Be wise as to who has access
     to what.
 
-![image](../_static/images/fusionpbx_add_user.jpg)
+![image](../_static/images/advanced/group_manager/fusionpbx_group_manager3.png)

+ 13 - 24
source/advanced/modules.md

@@ -3,30 +3,19 @@
 Modules extend the features of the system. Use this page to enable or
 disable modules.
 
-![image](../_static/images/advanced/fusionpbx_advanced_modules.jpg)
+![image](../_static/images/advanced/modules/fusionpbx_modules1.png)
 
 Modules have several different categories.
 
-## Applications
-
-## Auto
-
-## Dialplan Interfaces
-
-## Endpoints
-
-## Event Handlers
-
-## File Format Interfaces
-
-## Languages
-
-## Loggers
-
-## Say
-
-## Speech Recognition/Text to Speech
-
-## Streams/Files
-
-## XML Interfaces
+- Applications
+- Auto
+- Dialplan Interfaces
+- Endpoints
+- Event Handlers
+- File Format Interfaces
+- Languages
+- Loggers
+- Say
+- Speech Recognition/Text to Speech
+- Streams/Files
+- XML Interfaces

+ 6 - 3
source/advanced/number_translations.md

@@ -15,10 +15,13 @@ using regular expressions.
 - Activate the module in FusionPBX Advanced > Modules in the
   Applications section
 
-The documentation for mod-translate can be found under
-<https://freeswitch.org/confluence/display/FREESWITCH/mod_translate>
+The documentation for mod-translate can be found here.
 
-## To use mod-translate to modify inbound calls before they hit the dialplan the following setting for SIP-profile must be modified:
+- <https://freeswitch.org/confluence/display/FREESWITCH/mod_translate>
+
+:::(note)   
+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"