Browse Source

Add images, content, formtting, fix pdf chapters (#143)

* Update other.rst

* Update provision.rst

* images add

* Update provision.rst

* Update provision.rst

* Update provision.rst

* image add

* Update provision.rst

* image update

* Update provision.rst

* Update index.rst

* Update additional_information.rst

* Update status.rst

* Update home.rst

* Update applications.rst

* Update advanced.rst

* Update firewall.rst

* Update getting_started.rst

* Update index.rst

* Update index.rst

* Update index.rst

* Update getting_started.rst

* Update home.rst

* Update index.rst

* Update index.rst

* Update index.rst

* Update index.rst
Len 7 years ago
parent
commit
370c825235

BIN
source/_static/images/provision/fusionpbx_default_settings_phone_book.jpg


BIN
source/_static/images/provision/fusionpbx_phone_book1.jpg


BIN
source/_static/images/provision/fusionpbx_remote_phonebook.jpg


+ 2 - 2
source/additional_information.rst

@@ -1,6 +1,6 @@
-######################
+************************
 Additional Information
-######################
+************************
 
 
 

+ 2 - 2
source/advanced.rst

@@ -1,6 +1,6 @@
-###########
+************
 Advanced
-###########
+************
 
 
 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.

+ 2 - 2
source/applications.rst

@@ -1,6 +1,6 @@
-############
+*************
 Applications
-############
+*************
 
 In the **Applications** menu (Apps) section you will find Call Block, Call Broadcast, Call Center, Call Detail Records, Call Flows, Conference Center, Contacts, Fax Server, Follow Me, IVR Menu, Music on Hold, Operator Panel, Phrases, Queues, Recordings, Ring Groups, Time Conditions and Voicemail.
 

+ 30 - 3
source/applications/provision.rst

@@ -32,10 +32,10 @@ How to setup the device using the phone's web interface.
 *  `Zoiper <http://docs.fusionpbx.com/en/latest/applications/provision/provision_manual_zoiper.html>`_
 
 
-Advanced > `Default Settings`_
+Advanced > Default Settings
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
-In the Provisioning section, there are a few key options that have to be set in order to turn auto provisioning on.
+In the `Provisioning section`_, there are a few key options that have to be set in order to turn auto provisioning on.
 
 * **enabled** Must be enabled and set to **value true** and **enabled True**.  It is disabled by default.
 * **http_auth_username** Must be enabled and set to **value true** and **enabled True**.  It is disabled by default. Be sure to use a strong username.
@@ -55,4 +55,31 @@ Phone Screen Capture
 
 
 
-.. _Default Settings: /en/latest/advanced/default_settings.html#id17
+Phone Book
+^^^^^^^^^^^^
+
+Remote phone book (Address Book) are based on the FusionPBX `Contacts App </en/latest/applications/contacts.html>`_.
+
+Phone Book Settings
+~~~~~~~~~~~~~~~~~~~~
+
+In order to use the phone book a few steps are needed.
+
+* Create or import the `Contacts </en/latest/applications/contacts.html>`_.
+
+* Set **Enabled** as **True** in `Default Settings </en/latest/advanced/default_settings.html>`_.
+
+
+.. image:: ../_static/images/provision/fusionpbx_remote_phonebook.jpg
+        :scale: 85%
+
+* Set **Enabled True** for contact_extensions, contact_users and contact_groups in `Default Settings </en/latest/advanced/default_settings.html>`_.
+
+.. image:: ../_static/images/provision/fusionpbx_phone_book1.jpg
+        :scale: 85%
+
+* From the phone, go into the menu to update the phone book.
+
+
+
+.. _Provisioning section: /en/latest/advanced/default_settings.html#id17

+ 2 - 2
source/firewall.rst

@@ -1,6 +1,6 @@
-###########
+***********
 Firewall
-###########
+***********
 
 **Basic ports used**
 

+ 1 - 2
source/getting_started.rst

@@ -1,6 +1,5 @@
-****************
 Getting Started
-****************
+==================
 
 Welcome! 
 Let's install FusionPBX.

+ 1 - 1
source/home.rst

@@ -1,5 +1,5 @@
 Home
--------
+======
 
 
 

+ 78 - 7
source/index.rst

@@ -48,14 +48,13 @@ Benefits of FusionPBX
 | `Time Conditions`_      | `WebRTC ready`_       |    `Voicemail`_                 |      `and lots more...`_                 |
 +-------------------------+-----------------------+---------------------------------+------------------------------------------+
 
-
 Our Ecosystem
--------------
+^^^^^^^^^^^^^^^
 
-| We are a **global community** that has an open and **very friendly** ecosystem.  We encourage community engagement, contribution and feedback. Please join us by getting involved with giving feedback, new feature ideas, helping out with code or Documentation.
+We are a **global community** that has an open and **very friendly** ecosystem.  We encourage community engagement, contribution and feedback. Please join us by getting involved with giving feedback, new feature ideas, helping out with code or Documentation.
 
+Most of the core folks who develop and use FusionPBX can be found hanging out in Freenode IRC in the **#fusionpbx** channel. Come join us and meet the team.
 
-| Most of the core folks who develop and use FusionPBX can be found hanging out in Freenode IRC in the **#fusionpbx** channel. Come join us and meet the team.
 
 .. _FreeSWITCH: http://www.freeswitch.org
 .. _FusionPBX: http://www.fusionpbx.com
@@ -90,21 +89,93 @@ Our Ecosystem
 .. _and lots more...: features/features.html
 .. _FusionPBX Features: features/features.html
 
-
+Getting Started
+=====================
 
 .. toctree::
    :maxdepth: 4
-
+   
    getting_started.rst
+
+Home
+=====
+
+.. toctree::
+   :maxdepth: 4
+   
    home.rst
+
+Accounts
+==========
+
+.. toctree::
+   :maxdepth: 4
+
    accounts.rst
+
+Dialplans
+==========
+
+.. toctree::
+   :maxdepth: 4
+
    dialplans.rst
+   
+ 
+Applications
+=============
+
+.. toctree::
+   :maxdepth: 4
+
    applications.rst
+   
+Status
+========
+
+.. toctree::
+   :maxdepth: 4
+
    status.rst
+
+Advanced
+==========
+
+.. toctree::
+   :maxdepth: 4
+
    advanced.rst
-   #manual/menu_add_ons.rst
+
+Additional Information
+=======================
+
+.. toctree::
+   :maxdepth: 4
+
    additional_information.rst
+
+Contributing
+=============
+
+.. toctree::
+   :maxdepth: 4
+
    contributing.rst
+
+Documentation Guide
+====================
+
+.. toctree::
+   :maxdepth: 4
+
    doc_guide.rst
+
+Other
+=======
+
+.. toctree::
+   :maxdepth: 4
+
    other.rst
 
+

+ 1 - 1
source/other.rst

@@ -39,7 +39,7 @@ Other section is bits of info that needs indexed for the PDF to populate all sec
   applications/provision/provision_manual_zoiper.rst
   applications/provision/provision_manual_snom.rst
   applications/provision/phone_screen_capture.rst
-  applications_optional/xmpp.rst
+  applications/xmpp.rst
   applications_optional/webrtc.rst
 
 

+ 2 - 2
source/status.rst

@@ -1,6 +1,6 @@
-#########
+**********
 Status
-#########
+**********
 
 In the **Status** menu you have the options for Active Call Center, Active Calls, Active Conferences, Active Queues, Agent Status, CDR Statistics, Emails, Extension Summary, Log Viewer, Registrations, Services, SIP Status, System Status and Traffic Graph.