ソースを参照

Docs update (#111)

* Update dialplan_manager.rst

* Update devices.rst

 Devices page linked to the Provision page

* Update provision.rst

Add a link to Provision page to the Devices page

* image add

* image add

* image add

* Update destinations.rst

 add the different settings.

* Update destinations.rst

* Update destinations.rst

 linked to Dialplan > Inbound routes

* Update inbound_routes.rst

 linked to Dialplan -> Destinations

* images add

* image add

* Update inbound_routes.rst

added new images, name, number, hostname, context, continue, order, domain, enabled, and description

* Update inbound_routes.rst
Len 7 年 前
コミット
bd2db45b57

BIN
source/_static/images/dialplan/fusionpbx_destinations1.jpg


BIN
source/_static/images/dialplan/fusionpbx_inbound_routes1.jpg


BIN
source/_static/images/dialplan/fusionpbx_inbound_routes_2.jpg


+ 18 - 16
source/dialplan/destinations.rst

@@ -23,30 +23,32 @@ Click on the
 
 button on the right. 
 
-.. image:: ../_static/images/fusionpbx_inboundd1.jpg
+.. image:: ../_static/images/dialplan/fusionpbx_destinations.jpg
         :scale: 85%
 
 *Enter* the route information below and *Click* **Save** once complete.
 
-.. image:: ../_static/images/fusionpbx_inboundd2.jpg
+.. image:: ../_static/images/dialplan/fusionpbx_destinations1.jpg
         :scale: 85%
 
-::
 
- Type: Inbound
- Destination Number: ^(?:\+?1)?(\d{10})$
- Action: Select desired destination from the drop-down list.  We choose "Extension 100" in our example.
- This is where the call will route to.
- Enabled: true
- Description: VoiceTel-in
- 
-|
-|
- 
-::
+* **Type:** Inbound or Outbound.  Choose if this is an inbound destination or outbound destination.
+* **Destination:** This is usually the DID a caller will call.
+* **Context:**  This will usually be public.
+* **Actions:** Choose where the call will go after it enters FusionPBX.
+* **Caller ID Name Prefix:** Adds a name to the Caller ID that will display to the endpoint and call detail records.
+* **Record:** Record all calls made to the destination.
+* **Account Code:** Used in some billing systems.
+* **Domain:** The domain can be global to all domains or domain specific.
+* **Enabled:** Enabled will enable the destination or Disabled to disable the destination.
+* **Description:** A way to label and organize what the destination is for.
+
+* **Inbound Routes**
+        * Once a Destination is created an inbound route is also created.  `Click here to view more about Inbound routes <http://docs.fusionpbx.com/en/latest/dialplan/inbound_routes.html>`_.
+
 
- Optional: Replace ^(?:\+?1)?(\d{10})$ in Inbound Routes with either 0123456789 or a DID Number
- depending on the Route Destination setting.
+.. Note::
+       Optional: Replace ^(?:\+?1)?(\d{10})$ in Inbound Routes with either 0123456789 or a DID Number depending on the Route Destination setting.
  
 
 .. _Click here for the youtube video: https://youtu.be/8-EJM0hd-J8

+ 34 - 3
source/dialplan/inbound_routes.rst

@@ -2,9 +2,40 @@
 Inbound Routes
 ################
 
-Route incoming calls to destinations based on one or more conditions. It can send incoming calls to an IVR Menu, Call Group, Extension, External Number, Script. Order is important when an anti-action is used or when there are multiple conditions that match. 
+Route incoming calls to destinations based on one or more conditions. It can send incoming calls to:
 
-**Inbound routes can be used for advanced reasons.  Dialplan > Destinations will create and configure the Inbound Route for you.**
+* IVR Menu
+* Call Group
+* Extension
+* External Number
+* Script
 
-.. image:: ../_static/images/fusionpbx_inbound_routes.jpg
+Order is important when an anti-action is used or when there are multiple conditions that match. 
+
+**Inbound routes can be used for advanced reasons**.  `Dialplan > Destinations <http://docs.fusionpbx.com/en/latest/dialplan/destinations.html>`_ **will create and configure the Inbound Route for you.**
+
+.. image:: ../_static/images/dialplan/fusionpbx_inbound_routes1.jpg
         :scale: 85%
+
+* **Name:** The name of the Inbound Route.
+* **Number:** The Number (DID) an outside caller will call.
+* **Context:** Context of the Inbound Route. Usually will be public.
+* **Hostname:** Usually blank, otherwise for advanced use.
+* **Order:** Order where the inbound route will be used in the dialplan.
+* **Enabled:** If the Inbound Route is enabled or disabled.
+* **Description:** A way to organize what the inbound route is used for.
+
+Edit/Add Inbound Routes
+^^^^^^^^^^^^^^^^^^^^^^^^^
+
+.. image:: ../_static/images/dialplan/fusionpbx_inbound_routes_2.jpg
+        :scale: 85%
+
+* **Name:** The name of the Inbound Route.
+* **Number:** The Number (DID) an outside caller will call.
+* **Context:** Context of the Inbound Route. Usually will be public.
+* **Order:** Order where the inbound route will be used in the dialplan.
+* **Domain:** Can be global to all domains or specific to one domain.
+* **Continue:** If you want the call to continue through the order of the remaining dialplans. This is usually set as false.
+* **Enabled:** If the Inbound Route is enabled or disabled.
+* **Description:** A way to organize what the inbound route is used for.