Browse Source

additional dialplan details added, other pages found for pdf (#134)

* image add

* Create other.rst

* Create other.rst

* Update index.rst

* Update other.rst

* Update other.rst

* Create provision_manual_snom.rst

* Update provision.rst

* Update provision_manual_snom.rst

* Update other.rst

* Update dialplan_details.rst

* Update dialplan_manager.rst

* Update dialplan_manager.rst

* Update dialplan_manager.rst

* Update dialplan_manager.rst

* Update dialplan_manager.rst
Len 7 years ago
parent
commit
9b3a58097e

+ 0 - 0
source/_themes/sphinx_rtd_theme/__init__.py → source/conflict_themes/sphinx_rtd_theme/__init__.py


+ 0 - 0
source/_themes/sphinx_rtd_theme/breadcrumbs.html → source/conflict_themes/sphinx_rtd_theme/breadcrumbs.html


+ 0 - 0
source/_themes/sphinx_rtd_theme/footer.html → source/conflict_themes/sphinx_rtd_theme/footer.html


+ 0 - 0
source/_themes/sphinx_rtd_theme/layout.html → source/conflict_themes/sphinx_rtd_theme/layout.html


+ 0 - 0
source/_themes/sphinx_rtd_theme/layout_old.html → source/conflict_themes/sphinx_rtd_theme/layout_old.html


+ 0 - 0
source/_themes/sphinx_rtd_theme/search.html → source/conflict_themes/sphinx_rtd_theme/search.html


+ 0 - 0
source/_themes/sphinx_rtd_theme/searchbox.html → source/conflict_themes/sphinx_rtd_theme/searchbox.html


+ 0 - 0
source/_themes/sphinx_rtd_theme/static/css/badge_only.css → source/conflict_themes/sphinx_rtd_theme/static/css/badge_only.css


+ 0 - 0
source/_themes/sphinx_rtd_theme/static/css/theme.css → source/conflict_themes/sphinx_rtd_theme/static/css/theme.css


+ 0 - 0
source/_themes/sphinx_rtd_theme/static/fonts/FontAwesome.otf → source/conflict_themes/sphinx_rtd_theme/static/fonts/FontAwesome.otf


+ 0 - 0
source/_themes/sphinx_rtd_theme/static/fonts/fontawesome-webfont.eot → source/conflict_themes/sphinx_rtd_theme/static/fonts/fontawesome-webfont.eot


+ 0 - 0
source/_themes/sphinx_rtd_theme/static/fonts/fontawesome-webfont.svg → source/conflict_themes/sphinx_rtd_theme/static/fonts/fontawesome-webfont.svg


+ 0 - 0
source/_themes/sphinx_rtd_theme/static/fonts/fontawesome-webfont.ttf → source/conflict_themes/sphinx_rtd_theme/static/fonts/fontawesome-webfont.ttf


+ 0 - 0
source/_themes/sphinx_rtd_theme/static/fonts/fontawesome-webfont.woff → source/conflict_themes/sphinx_rtd_theme/static/fonts/fontawesome-webfont.woff


+ 0 - 0
source/_themes/sphinx_rtd_theme/static/js/theme.js → source/conflict_themes/sphinx_rtd_theme/static/js/theme.js


+ 0 - 0
source/_themes/sphinx_rtd_theme/theme.conf → source/conflict_themes/sphinx_rtd_theme/theme.conf


+ 0 - 0
source/_themes/sphinx_rtd_theme/versions.html → source/conflict_themes/sphinx_rtd_theme/versions.html


+ 138 - 0
source/dialplan/dialplan_details.rst

@@ -993,3 +993,141 @@ Extension Queue
 
 
 
+Wake Up
+^^^^^^^^
+
++---------------------+----------------------+-----------------------+-----------------------+------------------------+-----------------------+-----------------------+
+| Dialplan Detail Tag | Dialplan Detail Type | Dialplan Detail Data  | Dialplan Detail Break | Dialplan Detail Inline | Dialplan Detail Group | Dialplan Detail Order |
++=====================+======================+=======================+=======================+========================+=======================+=======================+
+| condition           | destination_number   | ^\*(925)$             |                       |                        | 0                     | 5                     |
++---------------------+----------------------+-----------------------+-----------------------+------------------------+-----------------------+-----------------------+
+| action              | answer               |                       |                       |                        | 0                     | 10                    |
++---------------------+----------------------+-----------------------+-----------------------+------------------------+-----------------------+-----------------------+
+| action              | set                  | pin_number=14509639   |                       |                        | 0                     | 15                    |
++---------------------+----------------------+-----------------------+-----------------------+------------------------+-----------------------+-----------------------+
+| action              | set                  | time_zone_offset=-7   |                       |                        | 0                     | 20                    |
++---------------------+----------------------+-----------------------+-----------------------+------------------------+-----------------------+-----------------------+
+| action              | lua                  | wakeup.lua            |                       |                        | 0                     | 25                    |
++---------------------+----------------------+-----------------------+-----------------------+------------------------+-----------------------+-----------------------+
+
+
+dx
+^^^
+
+
++---------------------+----------------------+-----------------------------------------------------------+-----------------------+------------------------+-----------------------+-----------------------+
+| Dialplan Detail Tag | Dialplan Detail Type | Dialplan Detail Data                                      | Dialplan Detail Break | Dialplan Detail Inline | Dialplan Detail Group | Dialplan Detail Order |
++=====================+======================+===========================================================+=======================+========================+=======================+=======================+
+| condition           | destination_number   | ^dx$                                                      |                       |                        | 0                     | 5                     |
++---------------------+----------------------+-----------------------------------------------------------+-----------------------+------------------------+-----------------------+-----------------------+
+| action              | answer               |                                                           |                       |                        | 0                     | 10                    |
++---------------------+----------------------+-----------------------------------------------------------+-----------------------+------------------------+-----------------------+-----------------------+
+| action              | read                 | 11 11 'tone_stream://%(10000,0,350,440)' digits 5000 #    |                       |                        | 0                     | 15                    |
++---------------------+----------------------+-----------------------------------------------------------+-----------------------+------------------------+-----------------------+-----------------------+
+| action              | transfer             | -bleg ${digits}                                           |                       |                        | 0                     | 20                    |
++---------------------+----------------------+-----------------------------------------------------------+-----------------------+------------------------+-----------------------+-----------------------+
+
+
+ATT Xfer
+^^^^^^^^^
+
+
++---------------------+----------------------+----------------------------------------------------------+-----------------------+------------------------+-----------------------+-----------------------+
+| Dialplan Detail Tag | Dialplan Detail Type | Dialplan Detail Data                                     | Dialplan Detail Break | Dialplan Detail Inline | Dialplan Detail Group | Dialplan Detail Order |
++=====================+======================+==========================================================+=======================+========================+=======================+=======================+
+| condition           | destination_number   | ^att_xfer$                                               |                       |                        | 0                     | 5                     |
++---------------------+----------------------+----------------------------------------------------------+-----------------------+------------------------+-----------------------+-----------------------+
+| action              | read                 | 2 6 'tone_stream://%(10000,0,350,440)' digits 30000 #    |                       |                        | 0                     | 10                    |
++---------------------+----------------------+----------------------------------------------------------+-----------------------+------------------------+-----------------------+-----------------------+
+| action              | set                  | origination_cancel_key=#                                 |                       |                        | 0                     | 15                    |
++---------------------+----------------------+----------------------------------------------------------+-----------------------+------------------------+-----------------------+-----------------------+
+| action              | att_xfer             | user/${digits}@${domain_name}                            |                       |                        | 0                     | 20                    |
++---------------------+----------------------+----------------------------------------------------------+-----------------------+------------------------+-----------------------+-----------------------+
+
+Evesdrop
+^^^^^^^^^
+
++---------------------+----------------------+---------------------------------------+-----------------------+------------------------+-----------------------+-----------------------+
+| Dialplan Detail Tag | Dialplan Detail Type | Dialplan Detail Data                  | Dialplan Detail Break | Dialplan Detail Inline | Dialplan Detail Group | Dialplan Detail Order |
++=====================+======================+=======================================+=======================+========================+=======================+=======================+
+| condition           | destination_number   | ^\*33(\d{2,7})$                       |                       |                        | 0                     | 5                     |
++---------------------+----------------------+---------------------------------------+-----------------------+------------------------+-----------------------+-----------------------+
+| action              | answer               |                                       |                       |                        | 0                     | 10                    |
++---------------------+----------------------+---------------------------------------+-----------------------+------------------------+-----------------------+-----------------------+
+| action              | set                  | pin_number=03667751                   |                       |                        | 0                     | 15                    |
++---------------------+----------------------+---------------------------------------+-----------------------+------------------------+-----------------------+-----------------------+
+| action              | lua                  | eavesdrop.lua $1                      |                       |                        | 0                     | 20                    |
++---------------------+----------------------+---------------------------------------+-----------------------+------------------------+-----------------------+-----------------------+
+
+
+Please Hold
+^^^^^^^^^^^^
+
++---------------------+----------------------+----------------------------------------+-----------------------+------------------------+-----------------------+-----------------------+
+| Dialplan Detail Tag | Dialplan Detail Type | Dialplan Detail Data                   | Dialplan Detail Break | Dialplan Detail Inline | Dialplan Detail Group | Dialplan Detail Order |
++=====================+======================+========================================+=======================+========================+=======================+=======================+
+| condition           | ${user_exists}       | ^true$                                 |                       |                        | 0                     | 5                     |
++---------------------+----------------------+----------------------------------------+-----------------------+------------------------+-----------------------+-----------------------+
+| action              | set                  | transfer_ringback=$${hold_music}       |                       |                        | 0                     | 10                    |
++---------------------+----------------------+----------------------------------------+-----------------------+------------------------+-----------------------+-----------------------+
+| action              | answer               |                                        |                       |                        | 0                     | 15                    |
++---------------------+----------------------+----------------------------------------+-----------------------+------------------------+-----------------------+-----------------------+
+| action              | sleep                | 1500                                   |                       |                        | 0                     | 20                    |
++---------------------+----------------------+----------------------------------------+-----------------------+------------------------+-----------------------+-----------------------+
+| action              | playback             | ivr/ivr-hold_connect_call.wav          |                       |                        | 0                     | 25                    |
++---------------------+----------------------+----------------------------------------+-----------------------+------------------------+-----------------------+-----------------------+
+
+
+Cluecon Weekly
+^^^^^^^^^^^^^^^^^
+
++---------------------+----------------------+--------------------------------------------------------+-----------------------+------------------------+-----------------------+-----------------------+
+| Dialplan Detail Tag | Dialplan Detail Type | Dialplan Detail Data                                   | Dialplan Detail Break | Dialplan Detail Inline | Dialplan Detail Group | Dialplan Detail Order |
++=====================+======================+========================================================+=======================+========================+=======================+=======================+
+| condition           | destination_number   | ^\*9(888|8888|1616|3232)$                              |                       |                        | 0                     | 5                     |
++---------------------+----------------------+--------------------------------------------------------+-----------------------+------------------------+-----------------------+-----------------------+
+| action              | export               | hold_music=silence                                     |                       |                        | 0                     | 10                    |
++---------------------+----------------------+--------------------------------------------------------+-----------------------+------------------------+-----------------------+-----------------------+
+| action              | bridge               | sofia/${use_profile}/[email protected]      |                       |                        | 0                     | 15                    |
++---------------------+----------------------+--------------------------------------------------------+-----------------------+------------------------+-----------------------+-----------------------+
+
+
+Bind Digit Action
+^^^^^^^^^^^^^^^^^^^
+
++---------------------+---------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+------------------------+-----------------------+-----------------------+
+| Dialplan Detail Tag | Dialplan Detail Type      | Dialplan Detail Data                                                                                                                                                                         | Dialplan Detail Break | Dialplan Detail Inline | Dialplan Detail Group | Dialplan Detail Order |
++=====================+===========================+==============================================================================================================================================================================================+=======================+========================+=======================+=======================+
+| condition           | ${sip_authorized}         | TRUE                                                                                                                                                                                         | never                 |                        | 0                     | 5                     |
++---------------------+---------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+------------------------+-----------------------+-----------------------+
+| action              | set                       | bind_target=both                                                                                                                                                                             |                       | TRUE                   | 0                     | 10                    |
++---------------------+---------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+------------------------+-----------------------+-----------------------+
+| anti-action         | set                       | bind_target=peer                                                                                                                                                                             |                       | TRUE                   | 0                     | 15                    |
++---------------------+---------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+------------------------+-----------------------+-----------------------+
+| condition           |                           |                                                                                                                                                                                              |                       |                        | 1                     | 25                    |
++---------------------+---------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+------------------------+-----------------------+-----------------------+
+| action              | bind_digit_action         | local,*1,exec:execute_extension,dx XML ${context},${bind_target}                                                                                                                             |                       |                        | 1                     | 30                    |
++---------------------+---------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+------------------------+-----------------------+-----------------------+
+| action              | bind_digit_action         | local,*2,exec:record_session,$${recordings_dir}/${domain_name}/archive/${strftime(%Y)}/${strftime(%b)}/${strftime(%d)}/${uuid}.${record_ext},${bind_target}                                  |                       |                        | 1                     | 35                    |
++---------------------+---------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+------------------------+-----------------------+-----------------------+
+| action              | bind_digit_action         | local,*3,exec:execute_extension,cf XML ${context},${bind_target}                                                                                                                             |                       |                        | 1                     | 40                    |
++---------------------+---------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+------------------------+-----------------------+-----------------------+
+| action              | bind_digit_action         | local,*4,exec:execute_extension,att_xfer XML ${context},${bind_target}                                                                                                                       |                       |                        | 1                     | 45                    |
++---------------------+---------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+------------------------+-----------------------+-----------------------+
+| action              | digit_action_set_realm    | local                                                                                                                                                                                        |                       |                        | 1                     | 50                    |
++---------------------+---------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+------------------------+-----------------------+-----------------------+
+
+
+cf
+^^^
+
++---------------------+----------------------+-----------------------------------------------------+-----------------------+------------------------+-----------------------+-----------------------+
+| Dialplan Detail Tag | Dialplan Detail Type | Dialplan Detail Data                                | Dialplan Detail Break | Dialplan Detail Inline | Dialplan Detail Group | Dialplan Detail Order |
++=====================+======================+=====================================================+=======================+========================+=======================+=======================+
+| condition           | destination_number   | ^cf$                                                |                       |                        | 0                     | 5                     |
++---------------------+----------------------+-----------------------------------------------------+-----------------------+------------------------+-----------------------+-----------------------+
+| action              | answer               |                                                     |                       |                        | 0                     | 10                    |
++---------------------+----------------------+-----------------------------------------------------+-----------------------+------------------------+-----------------------+-----------------------+
+| action              | transfer             | -both 30${dialed_extension:2} XML ${context}        |                       |                        | 0                     | 15                    |
++---------------------+----------------------+-----------------------------------------------------+-----------------------+------------------------+-----------------------+-----------------------+
+

+ 15 - 6
source/dialplan/dialplan_manager.rst

@@ -90,7 +90,7 @@ The dialplan is used to setup call destinations based on conditions and context.
 +---------------------------+-------------------+--------------------------------------------------------------------------------------------------------+
 | is_transfer               | is_transfer       |                                                                                                        |
 +---------------------------+-------------------+--------------------------------------------------------------------------------------------------------+
-| vmain_user                | *97               |                                                                                                        |
+| `vmain_user`_             | *97               |                                                                                                        |
 +---------------------------+-------------------+--------------------------------------------------------------------------------------------------------+
 | delay_echo                | *9195             |                                                                                                        |
 +---------------------------+-------------------+--------------------------------------------------------------------------------------------------------+
@@ -126,13 +126,22 @@ The dialplan is used to setup call destinations based on conditions and context.
 +---------------------------+-------------------+--------------------------------------------------------------------------------------------------------+
 | call-forward              | *72,*73,*74       |                                                                                                        |
 +---------------------------+-------------------+--------------------------------------------------------------------------------------------------------+
-| follow-me                 | *21               |                                                                                                        |
+| `follow-me`_              | *21               |                                                                                                        |
 +---------------------------+-------------------+--------------------------------------------------------------------------------------------------------+
-| bind_digit_action         |                   |                                                                                                        |
+| `bind_digit_action`_      |                   |                                                                                                        |
 +---------------------------+-------------------+--------------------------------------------------------------------------------------------------------+
-| call_screen               | [ext]             |                                                                                                        |
+| `call_screen`_            | [ext]             |                                                                                                        |
 +---------------------------+-------------------+--------------------------------------------------------------------------------------------------------+
-| local_extension           | [ext]             |                                                                                                        |
+| `local_extension`_        | [ext]             |                                                                                                        |
 +---------------------------+-------------------+--------------------------------------------------------------------------------------------------------+
-| voicemail                 | [ext]             |                                                                                                        |
+| `voicemail`_              | [ext]             |                                                                                                        |
 +---------------------------+-------------------+--------------------------------------------------------------------------------------------------------+
+
+
+
+.. _call_screen: dialplan_details.html#call-screen
+.. _local_extension: dialplan_details.html#local-extension
+.. _voicemail: dialplan_details.html#voicemail
+.. _vmain_user: /en/latest/dialplan/dialplan_details.html#voicemail-vmain-user
+.. _bind_digit_action: dialplan_details.html#bind-digit-action
+.. _follow-me: dialplan_details.html#follow-me

+ 4 - 0
source/other.rst

@@ -37,5 +37,9 @@ Other section is bits of info that needs indexed for the PDF to populate all sec
   applications/provision/provision_manual_grandstream.rst
   applications/provision/provision_manual_htek.rst
   applications/provision/provision_manual_zoiper.rst
+<<<<<<< HEAD
+=======
+  applications/provision/provision_manual_snom.rst
+>>>>>>> d44f3545d85eedf9a4df8e43ef37cdeeaff36ecc
   applications/provision/phone_screen_capture.rst