Ver código fonte

Merge pull request #25 from Len-PGH/master

adding to and changes to content and formatting
FusionPBX 9 anos atrás
pai
commit
09e904220f

+ 28 - 0
source/Extensions-IVR/Extensions.rst

@@ -94,6 +94,34 @@ Enter information as needed.
 
 
 
+************
+Registering Phones
+************
+
+|
+|
+
+Welcome to the Registering Phones section.  Here you will find how to configure some of the most popular phones to use with FusionPBX. 
+
+|
+
+Use this to configure your SIP extensions.
+
+|
+
+Grandstream
+============
+
+|
+|
+
+
+Zoiper
+=======
+
+|
+|
+
 
 
 |

+ 7 - 0
source/Gateway-Inbound-Outbound/Gateway.rst

@@ -1,6 +1,10 @@
 Inbound Destination setup
 ===========
 
+Inbound destinations are the DID/DDI, DNIS or Alias for inbound calls.
+
+|
+
 Configure Inbound Destinations: (This will auto-configure an Inbound Route also)
 
 *Select* **Dialplan** from the drop-down list and then *click* **Destinations**. 
@@ -42,6 +46,9 @@ button on the right.
 Outbound setup
 ===========
 
+Route outbound calls to gateways, tdm, enum and more. When a call matches the conditions the call to outbound routes. 
+
+|
 
 Configure Outbound Route. 
 

+ 4 - 0
source/Gateway-Inbound-Outbound/Gateway1.rst

@@ -1,8 +1,12 @@
 Gateway setup
 ===========
 
+
+
 .. image:: https://cloud.githubusercontent.com/assets/13131198/11903431/270a6c1c-a587-11e5-8473-f7e84e02bf0c.png
   
+|
+Gateways provide access into other voice networks. These can be voice providers or other systems that require SIP registration.
   
 |
 |

+ 0 - 20
source/Phones.rst

@@ -1,20 +0,0 @@
-************
-Applications
-************
-
-|
-|
-
-Welcome to the Registering Phones section.  Here you will find how to configure some of the most popular phones to use with FusionPBX. 
-
-|
-|
-
-
-
-.. toctree::
-  :maxdepth: 3
-  :glob:
-
-
-  Phones/Phones.rst

+ 3 - 0
source/accounts.rst

@@ -2,6 +2,9 @@
 Accounts
 ************
 
+|
+
+In the **Accounts** menu you have access to devices, extensions, gateways and user manager. 
 
 .. toctree::
   :maxdepth: 3

+ 3 - 0
source/dialplan.rst

@@ -2,6 +2,9 @@
 Dialplan
 *************
 
+|
+
+In the **Dialplan** menu you have access to Destinations, Dialplan Manager, Inbound Routes and Outbound Routes.
 
 .. toctree::
   :maxdepth: 2

+ 6 - 0
source/domains.rst

@@ -2,6 +2,12 @@
 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. 
 

+ 3 - 0
source/domains/domains.rst

@@ -15,6 +15,9 @@ Adding a domain
 |
 |
 
+Control the list of domains to manage.
+
+|
 
   There are several reasons to create a domain (tenant).  One reason would be to organize customers and so customers have a unique login *ie* [email protected] or [email protected] as the username. 
 

+ 27 - 9
source/getting-started/installation-recommended.rst

@@ -19,6 +19,8 @@ New Install
      chmod 755 install_fusionpbx.sh 
      ./install_fusionpbx.sh install-both auto 
      
+|
+
     **2.** The install script will apt-get update/upgrade the system and ask you a few questions
      
      
@@ -32,7 +34,9 @@ New Install
       Password:IloveFusionpbx
      
     *It can take between 15-30 minutes to compile and install*
-     
+
+|
+
     **3.** Goto a web browser and enter the ip address
     ::
      
@@ -48,27 +52,38 @@ New Install
      Create Database Username: Leave_Blank
      Create Database Password: Leave_Blank
  
+|
 
      
     **4.** Web browser Installation part
      :Select Language: **Pick your language. Click next**
      .. image:: https://cloud.githubusercontent.com/assets/13131198/11797615/3b84a6aa-a292-11e5-92be-9130fe480f9b.jpg
-     
+
+|
+
      :Freeswitch Detect: **Detecting folder paths used** 
      .. image:: https://cloud.githubusercontent.com/assets/13131198/11802026/c5a78c04-a2b9-11e5-9a79-e77ef3298c49.jpg 
+
      
      **Don't change anything here**
-     
+    
+|
+
      :Database Configuration: **Click Execute**
      .. image:: https://cloud.githubusercontent.com/assets/13131198/11797607/2bfe2fb2-a292-11e5-9d58-e344678f3fdb.jpg 
      
      **Don't change anything here** 
      
+|
+
      :Admin Login Configuration: **Click Next**
      .. image:: https://cloud.githubusercontent.com/assets/13131198/11797659/99b6c424-a292-11e5-81a2-1bfae36ce197.jpg 
      
      This will create the superadmin login that will be used in your web browser.
-     
+
+ 
+|
+
     **5.** Goto Console and press enter 
     ::
      When PostgreSQL is configured come back and press enter.
@@ -90,14 +105,17 @@ New Install
      http://104.233.77.151
      Default login is (whatever you picked in the GUI install):
      User: WhateverUsernameYouPicked
-     Passwd: YourPasswordYouPicked
+     Password: YourPasswordYouPicked
      Checking to see if FreeSWITCH is running!
         
      
     
-    :Install Finished:  **Login!!!**
+|
+
+     :Install Finished:  **Login with the username and password you choose during the install**
+     
+     
+      .. image:: https://cloud.githubusercontent.com/assets/13131198/11797604/25935530-a292-11e5-8612-7dba48d65bde.jpg
+      
     
-    .. image:: https://cloud.githubusercontent.com/assets/13131198/11783217/fbb7a2e6-a243-11e5-9c06-e3a55882ea51.png
-    .. image:: https://cloud.githubusercontent.com/assets/13131198/11797604/25935530-a292-11e5-8612-7dba48d65bde.jpg
     
-    .. image:: https://cloud.githubusercontent.com/assets/13131198/11783217/fbb7a2e6-a243-11e5-9c06-e3a55882ea51.png

+ 1 - 1
source/getting-started/pre-installation.rst

@@ -2,7 +2,7 @@
 Pre Installation
 *****************
 
-  Start with a fresh install of the Operating system of your choice.  Install **only** the operating system at this point as a clean slate is needed for an optimal install.  Please note the recomended OS is Debian Jessie.
+  Start with a fresh install of Debian 8.  Install **only** the operating system at this point as a clean slate is needed for an optimal install.  Please note the recomended OS is Debian Jessie.
   
    **Debian 7+** No other dependencies needed
    

+ 23 - 18
source/index.rst

@@ -14,13 +14,12 @@ multi-platform voice switch called `FreeSWITCH`_.
 
 |
 
-It can be run on the operating system you are comfortable with, and
+FusionPBX will run on a variety of operating systems (Optimized for Debian 8) and
 hardware of your choice. FusionPBX provides a GUI for for unlimited
 extensions, voicemail-to-email, music on hold, call parking, analog
-lines or high density T1/E1 circuits, and many other Features. It
-provides the functionality your business needs, and brings corporate
-level phone system features to small, medium and large businesses. Read
-more at `FusionPBX`_.
+lines or high density T1/E1 circuits, and many other Features. FusionPBX
+provides the functionality that business need and provides corporate
+level phone system features to small, medium and large businesses.
 
 |
 
@@ -29,26 +28,32 @@ Benefits of FusionPBX
 
 |
 
-1. Adds extra functionality to the incredibly robust FreeSWITCH VoIP Platform.
-2. Makes FreeSWITCH easy to administer - while at the same time
-   still allowing you to work directly within FreeSWITCH CLI when you need to. 
-3. Gives your users and tenants an attractive GUI interface to interact with the myriad PBX services FusionPBX provides:
+1. Adding extra functionality to the incredibly robust FreeSWITCH VoIP Platform.
+2. Makes FreeSWITCH easy to administer while at the same time
+   still allowing you to work directly within FreeSWITCH Command Line Interface (fs_cli) when you need to. 
+3. Gives your users and tenants an attractive GUI interface to interact with. 
 
 |
 
-* Voicemail
-* Fax
-* Follow-Me
-* Do-Not-Disturb
+FusionPBX provides:
+
+|
+* Call Block
+* Call Broadcast
+* Call Flows
+* Call Center
 * Call Detail Records
+* Conference Center
+* Contacts
+* Fax Server
+* Follow-Me
 * Hot Desking
-* Call Centre
 * IVR Menus
+* Multi-Tenant
 * Music on Hold
 * Queues
 * Recording
 * Time Groups
-* Multi-Tenancy
 * Voicemail
 * and lots more...
 
@@ -56,11 +61,11 @@ Benefits of FusionPBX
 
 Our Eco-System
 --------------
-We are **community** driven and as such have a open and **very friendly** eco-system, we encourage community engagement, contribution and feedback. Please join us and get involved by giving us feedback and new feature ideas or helping out with code or Documentation.
+We are a **global community** that has an open and **very friendly** eco-system.  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. Why not 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
@@ -75,7 +80,7 @@ Getting Started
 
     getting-started.rst
     accounts.rst
-    dialplans.rst
+    dialplan.rst
     phones.rst
     domains.rst
     manual.rst

+ 0 - 0
source/Iptables.rst → source/iptables.rst


+ 48 - 2
source/manual/apps.rst

@@ -55,7 +55,53 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. His singulis copiose re
 IVR Menu
 --------
 
-Lorem ipsum dolor sit amet, consectetur adipiscing elit. His singulis copiose responderi solet, sed quae perspicua sunt longa esse 
+Welcome to the adding IVR section.  Here you will find how to add IVR's.
+
+|
+|
+
+
+
+Click on **Apps** then **IVR Menu**
+
+.. image:: https://cloud.githubusercontent.com/assets/13131198/12327857/a5afd258-baa6-11e5-8f95-d88ce89620f1.jpg
+
+|
+|
+
+
+
+
+Then click the
+
+ .. image:: https://cloud.githubusercontent.com/assets/13131198/11783217/fbb7a2e6-a243-11e5-9c06-e3a55882ea51.png
+
+on the right. 
+
+
+
+.. image:: https://cloud.githubusercontent.com/assets/13131198/12327856/a5ad2666-baa6-11e5-9480-325a5466e360.jpg
+
+|
+|
+
+
+.. image:: https://cloud.githubusercontent.com/assets/13131198/12327858/a5af734e-baa6-11e5-9b92-af7ead13206b.jpg
+
+|
+|
+
+
+.. image:: https://cloud.githubusercontent.com/assets/13131198/12327855/a5ab18ee-baa6-11e5-9b0b-19a0a3e91cf2.jpg
+
+|
+|
+
+
+.. image:: https://cloud.githubusercontent.com/assets/13131198/12327859/a5b410d4-baa6-11e5-9580-60184aab32ff.jpg
+
+|
+| 
 
 Music On Hold
 -------------
@@ -95,4 +141,4 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. His singulis copiose re
 FlashPhoner
 -----------
 
-Lorem ipsum dolor sit amet, consectetur adipiscing elit. His singulis copiose responderi solet, sed quae perspicua sunt longa esse 
+Lorem ipsum dolor sit amet, consectetur adipiscing elit. His singulis copiose responderi solet, sed quae perspicua sunt longa esse 

+ 19 - 0
source/phones.rst

@@ -0,0 +1,19 @@
+************
+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.
+
+|
+|
+
+
+
+.. toctree::
+  :maxdepth: 3
+  :glob:
+
+
+  phones/phones.rst

+ 0 - 25
source/Phones/Phones.rst → source/phones/phones.rst

@@ -52,30 +52,5 @@ on the right.
 
 
 
-************
-Registering Phones
-************
-
-|
-|
-
-Welcome to the Registering Phones section.  Here you will find how to configure some of the most popular phones to use with FusionPBX. 
-
-|
-|
-
-Grandstream
-============
-
-|
-|
-
-
-Zoiper
-=======
-
-|
-|
-