Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated screenshots and descriptions #256

Merged
merged 17 commits into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified source/_static/images/dialplan/fusionpbx_destinations3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 14 additions & 23 deletions source/dialplan/advanced_dialplans.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,47 +14,38 @@ You can create a new dialplan or copy and modify an existing dialplan.

* Go to Dialplan > Dialplan Manager

* Click the **Plus** icon at the top right.
* Click the **ADD** button at the top right.

.. image:: ../_static/images/dialplan/fusionpbx_dialplan_advanced1.png
:scale: 60%

* Complete required fields and click save.

.. image:: ../_static/images/dialplan/fusionpbx_dialplan_advanced.jpg
:scale: 85%
.. image:: ../_static/images/dialplan/fusionpbx_dialplan_advanced2.png
:scale: 60%


Edit a Dialplan
^^^^^^^^^^^^^^^^^

Find the dialplan you want to edit and click the edit icon.

.. image:: ../_static/images/dialplan/fusionpbx_dialplan_advanced1.jpg
:scale: 85%
.. image:: ../_static/images/dialplan/fusionpbx_dialplan_advanced3.png
:scale: 60%

Once you enter data into the empty fields at the bottom and click save, more blank fileds will populate if needed.

.. image:: ../_static/images/dialplan/fusionpbx_dialplan_advanced2.jpg
:scale: 85%
.. image:: ../_static/images/dialplan/fusionpbx_dialplan_advanced4.png
:scale: 60%


Enable a Dialplan Destination
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Dialplans that have a value in the **Number** filed can be enabled and used in `Dialplan > Destinations <../dialplan/destinations.html>`_. Setting the **destination** field to **True** will enable the dialplan to be visable and used as an action in `Dialplan > Destinations <../dialplan/destinations.html>`_.

.. image:: ../_static/images/dialplan/fusionpbx_dialplan_destination.jpg
:scale: 85%

Dialplan example
^^^^^^^^^^^^^^^^^^

This example will be for calling an extension on another tenant. This can be done several ways.

* We can use the adding a dialplan example and modify it for this example.


.. image:: ../_static/images/dialplan/fusionpbx_dialplan_advanced2.jpg
:scale: 85%

.. image:: ../_static/images/dialplan/fusionpbx_dialplan_advanced5.png
:scale: 60%

Cross Tenant Calling
~~~~~~~~~~~~~~~~~~~~~~
Expand All @@ -78,8 +69,8 @@ This would require a prefix of 5 followed by 4 digit extensions. The prefix can
* Finally we have the desired dialplan to call from tenant A to tenant B.


.. image:: ../_static/images/dialplan/fusionpbx_custom_dialplan.jpg
:scale: 85%
.. image:: ../_static/images/dialplan/fusionpbx_custom_dialplan.png
:scale: 60%



Expand Down
8 changes: 5 additions & 3 deletions source/dialplan/destinations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,17 @@ Configure Inbound Destinations: (This will auto-configure an Inbound Route also)
To add a destination **click** on the **plus** button on the right.

.. image:: ../_static/images/dialplan/fusionpbx_destinations1.png
:scale: 65%
:scale: 60%

*Enter* the route information below and *Click* **Save** once complete.

.. image:: ../_static/images/dialplan/fusionpbx_destinations2.png
:scale: 65%
:scale: 60%

*Examples* of options under **Actions** and **Conditions**.

.. image:: ../_static/images/dialplan/fusionpbx_destinations3.png
:scale: 65%
:scale: 85%

* **Type:** Inbound or Outbound. Choose if this is an inbound destination or outbound destination.
* **Destination:** This is usually the DID a caller will call.
Expand Down