Browse Source

Several pages framework, images added, content edit, format changes (#113)

* images add

* Create app_manager.rst

* Update app_manager.rst

* Create databases.rst

* Create default_settings.rst

* image add

* Update default_settings.rst

* Delete fusionpbx_advanced_default_settings.jpg

* image add

* Update advanced.rst

* Create grammar_editor.rst

* Create modules.rst

* Create menu_manager.rst

* Update menu_manager.rst

* Create number_translations.rst

* Create php_editor.rst

* Create provision_editor.rst

* Create script_editor.rst

* Update script_editor.rst

* Update script_editor.rst

* Create settings.rst

* Create transactions.rst

* Update transactions.rst

* Create variables.rst

* Create xml_editor.rst

* Update xml_editor.rst

* Update advanced.rst

* Update advanced.rst

* Update transactions.rst

* Update transactions.rst

* Update transactions.rst
Len 7 years ago
parent
commit
7203e0b8a0
29 changed files with 445 additions and 4 deletions
  1. BIN
      source/_static/images/advanced/fusionpbx_advanced_app_manager.jpg
  2. BIN
      source/_static/images/advanced/fusionpbx_advanced_database_transactions.jpg
  3. BIN
      source/_static/images/advanced/fusionpbx_advanced_databases.jpg
  4. BIN
      source/_static/images/advanced/fusionpbx_advanced_default_settings.jpg
  5. BIN
      source/_static/images/advanced/fusionpbx_advanced_modules.jpg
  6. BIN
      source/_static/images/advanced/fusionpbx_advanced_number_translations.jpg
  7. BIN
      source/_static/images/advanced/fusionpbx_advanced_php_editor.jpg
  8. BIN
      source/_static/images/advanced/fusionpbx_advanced_provision_editor.jpg
  9. BIN
      source/_static/images/advanced/fusionpbx_advanced_script_editor.jpg
  10. BIN
      source/_static/images/advanced/fusionpbx_advanced_settings.jpg
  11. BIN
      source/_static/images/advanced/fusionpbx_advanced_variables.jpg
  12. BIN
      source/_static/images/advanced/fusionpbx_advanced_xml_editor.jpg
  13. BIN
      source/_static/images/advanced/fusionpbx_grammar_editor.jpg
  14. BIN
      source/_static/images/advanced/fusionpbx_menu_manager.jpg
  15. 15 4
      source/advanced.rst
  16. 13 0
      source/advanced/app_manager.rst
  17. 13 0
      source/advanced/databases.rst
  18. 127 0
      source/advanced/default_settings.rst
  19. 14 0
      source/advanced/grammar_editor.rst
  20. 14 0
      source/advanced/menu_manager.rst
  21. 75 0
      source/advanced/modules.rst
  22. 13 0
      source/advanced/number_translations.rst
  23. 13 0
      source/advanced/php_editor.rst
  24. 12 0
      source/advanced/provision_editor.rst
  25. 12 0
      source/advanced/script_editor.rst
  26. 12 0
      source/advanced/settings.rst
  27. 23 0
      source/advanced/transactions.rst
  28. 79 0
      source/advanced/variables.rst
  29. 10 0
      source/advanced/xml_editor.rst

BIN
source/_static/images/advanced/fusionpbx_advanced_app_manager.jpg


BIN
source/_static/images/advanced/fusionpbx_advanced_database_transactions.jpg


BIN
source/_static/images/advanced/fusionpbx_advanced_databases.jpg


BIN
source/_static/images/advanced/fusionpbx_advanced_default_settings.jpg


BIN
source/_static/images/advanced/fusionpbx_advanced_modules.jpg


BIN
source/_static/images/advanced/fusionpbx_advanced_number_translations.jpg


BIN
source/_static/images/advanced/fusionpbx_advanced_php_editor.jpg


BIN
source/_static/images/advanced/fusionpbx_advanced_provision_editor.jpg


BIN
source/_static/images/advanced/fusionpbx_advanced_script_editor.jpg


BIN
source/_static/images/advanced/fusionpbx_advanced_settings.jpg


BIN
source/_static/images/advanced/fusionpbx_advanced_variables.jpg


BIN
source/_static/images/advanced/fusionpbx_advanced_xml_editor.jpg


BIN
source/_static/images/advanced/fusionpbx_grammar_editor.jpg


BIN
source/_static/images/advanced/fusionpbx_menu_manager.jpg


+ 15 - 4
source/advanced.rst

@@ -3,10 +3,7 @@ Advanced
 ###########
 
 
-| In the Advanced menu you will find Access Controls, Adminer, App Manager, Backup, Command, Databases, Default Settings, Domain, Grammer Editor, Group Manager, Menu Manager, Modules, Notifications, PHP Editor, Provision Editor, Script Editor, Settings, SIP Profiles, SQL Query, Upgrade, Variables and XML Editor.
-
-
-| Welcome to the adding a domain section.  Here you will find how to add a domain so that you can reach the specific tenant from the multi-tenant domain side menu to configure and allow secure administration from the world wide web. 
+In the Advanced menu you will find Adminer, Access Controls, App Manager, Backup, Command, Databases, Default Settings, Domains, Grammer Editor, Group Manager, Menu Manager, Modules, Number Translations, PHP Editor, Provision Editor, Sip Profiles, Script Editor, Settings, Transactions, Upgrade, Variables and XML Editor.
 
 
 
@@ -17,12 +14,26 @@ Advanced
 
   advanced/adminer.rst
   advanced/access_controls.rst
+  advanced/app_manager.rst
   getting_started/backup.rst
   advanced/command.rst
+  advanced/databases.rst
+  advanced/default_settings.rst
   advanced/domains.rst
+  advanced/grammar_editor.rst
   advanced/group_manager.rst
+  advanced/menu_manager.rst
+  advanced/modules.rst
+  advanced/number_translations.rst
+  advanced/php_editor.rst
+  advanced/provision_editor.rst
   advanced/sip_profiles.rst
+  advanced/script_editor.rst
+  advanced/settings.rst
+  advanced/transactions.rst
   advanced/upgrade.rst
+  advanced/variables.rst
+  advanced/xml_editor.rst
   #advanced/version_upgrade.rst
 
 

+ 13 - 0
source/advanced/app_manager.rst

@@ -0,0 +1,13 @@
+###################
+App Manager
+###################
+
+
+For furture use. Manage the applications that are installed.
+
+
+.. image:: ../_static/images/advanced/fusionpbx_advanced_app_manager.jpg
+        :scale: 85%
+
+
+

+ 13 - 0
source/advanced/databases.rst

@@ -0,0 +1,13 @@
+###################
+Databases
+###################
+
+
+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
+        :scale: 85%
+
+
+

+ 127 - 0
source/advanced/default_settings.rst

@@ -0,0 +1,127 @@
+###################
+Default Settings
+###################
+
+
+Settings used for all domains.  Branding can be done in this section and also adjust or copy settings to specific domains.
+
+
+.. image:: ../_static/images/advanced/fusionpbx_advanced_default_settings.jpg
+        :scale: 85%
+
+
+
+Default Settings have several different categories.
+
+
+Adminer
+^^^^^^^^^
+
+
+Cache
+^^^^^^^
+
+
+Call Center
+^^^^^^^^^^^^^
+
+
+CDR
+^^^^^
+
+
+Dashboard
+^^^^^^^^^^^
+
+
+
+
+
+Destinations
+^^^^^^^^^^^^^^^
+
+
+
+Domain
+^^^^^^^
+
+
+
+Editor
+^^^^^^^^
+
+
+
+Email
+^^^^^^^
+
+
+
+Fax
+^^^^^^^
+
+
+
+Follow Me
+^^^^^^^^^^
+
+
+
+Ivr Menu
+^^^^^^^^^^
+
+
+Limit
+^^^^^^^
+
+
+Login
+^^^^^^^
+
+
+Provision
+^^^^^^^^^^^
+
+
+Recordings
+^^^^^^^^^^^
+
+
+
+Ring Group
+^^^^^^^^^^^^
+
+
+Security
+^^^^^^^^^^
+
+
+
+Server
+^^^^^^^^
+
+
+
+
+Switch
+^^^^^^^^
+
+
+Theme
+^^^^^^^
+
+
+
+Time Conditions
+^^^^^^^^^^^^^^^^
+
+
+User
+^^^^^
+
+
+Voicemail
+^^^^^^^^^^^
+
+
+

+ 14 - 0
source/advanced/grammar_editor.rst

@@ -0,0 +1,14 @@
+###################
+Grammar Editor
+###################
+
+
+Web browser based editor.
+
+
+.. image:: ../_static/images/advanced/fusionpbx_grammar_editor.jpg
+        :scale: 85%
+
+
+
+

+ 14 - 0
source/advanced/menu_manager.rst

@@ -0,0 +1,14 @@
+###################
+Menu Manager
+###################
+
+
+Used to customize one or more menus.
+
+
+.. image:: ../_static/images/advanced/fusionpbx_menu_manager.jpg
+        :scale: 85%
+
+
+
+

+ 75 - 0
source/advanced/modules.rst

@@ -0,0 +1,75 @@
+###################
+Modules
+###################
+
+
+Modules extend the features of the system. Use this page to enable or disable modules.
+
+
+.. image:: ../_static/images/advanced/fusionpbx_advanced_modules.jpg
+        :scale: 85%
+
+
+
+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
+^^^^^^^^^^^^^^^^^
+
+
+
+
+

+ 13 - 0
source/advanced/number_translations.rst

@@ -0,0 +1,13 @@
+####################
+Number Translations
+####################
+
+
+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
+        :scale: 85%
+
+
+

+ 13 - 0
source/advanced/php_editor.rst

@@ -0,0 +1,13 @@
+###################
+PHP Editor
+###################
+
+
+An online editor for php specific files for FusionPBX.
+
+
+.. image:: ../_static/images/advanced/fusionpbx_advanced_php_editor.jpg
+        :scale: 85%
+
+
+

+ 12 - 0
source/advanced/provision_editor.rst

@@ -0,0 +1,12 @@
+###################
+Provision Editor
+###################
+
+
+An online editor for phone provisioning templates specific to different vendors for FusionPBX.
+
+
+.. image:: ../_static/images/advanced/fusionpbx_advanced_provision_editor.jpg
+        :scale: 85%
+
+

+ 12 - 0
source/advanced/script_editor.rst

@@ -0,0 +1,12 @@
+###################
+Scripts Editor
+###################
+
+
+An online editor for script specific files for FusionPBX.
+
+
+.. image:: ../_static/images/advanced/fusionpbx_advanced_script_editor.jpg
+        :scale: 85%
+
+

+ 12 - 0
source/advanced/settings.rst

@@ -0,0 +1,12 @@
+###################
+Settings
+###################
+
+
+Switch settings for event socket ip address, event socket port, event socket password, xml rpc http port, xml rpc auth realm, xml rpc auth user, xml rpc auth password, mod shout decoder, and mod shout volume.
+
+
+.. image:: ../_static/images/advanced/fusionpbx_advanced_settings.jpg
+        :scale: 85%
+
+

+ 23 - 0
source/advanced/transactions.rst

@@ -0,0 +1,23 @@
+###################
+Transactions
+###################
+
+
+A list of databse changes (transactions) made by all users while logged into FusionPBX.  Changes include
+
+
+
+.. image:: ../_static/images/advanced/fusionpbx_advanced_database_transactions.jpg
+        :scale: 85%
+
+
+* **Domain:** The domain the changes occured on.
+*  **User:** The user that was logged in at the time the change was made.
+* **Application:** The application that was changed.
+* **Code:** The web server response code.
+* **IP Address:** the ip the user was logged into at the time the change was made.
+* **Change:** The type of change that was made.
+* **Date:** Date the change was made.
+
+Click the edit pencil icon to view more details.
+

+ 79 - 0
source/advanced/variables.rst

@@ -0,0 +1,79 @@
+###################
+Variables
+###################
+
+
+Define preprocessor switch variables here.
+
+
+.. image:: ../_static/images/advanced/fusionpbx_advanced_variables.jpg
+        :scale: 85%
+
+
+Variables have several different categories.
+
+
+
+
+Codecs
+^^^^^^^^^
+
+
+
+
+Defaults
+^^^^^^^^^^^
+
+
+
+IP Address
+^^^^^^^^^^^^
+
+
+
+
+Music on Hold
+^^^^^^^^^^^^^^^^
+
+
+Ringtones
+^^^^^^^^^^^^
+
+
+
+
+Sip
+^^^^^^^^
+
+
+
+
+
+Sip Profile:External
+^^^^^^^^^^^^^^^^^^^^^^
+
+
+
+Sip Profile:Internal
+^^^^^^^^^^^^^^^^^^^^^^
+
+
+
+Sound
+^^^^^^^^
+
+
+
+Tones
+^^^^^^^^
+
+
+
+
+Xmpp
+^^^^^^^^^
+
+
+
+
+

+ 10 - 0
source/advanced/xml_editor.rst

@@ -0,0 +1,10 @@
+###################
+XML Editor
+###################
+
+
+An online editor for xml specific files for FusionPBX.
+
+
+.. image:: ../_static/images/advanced/fusionpbx_advanced_xml_editor.jpg
+        :scale: 85%