Browse Source

Update call_flows.rst (#230)

added documentation for Call Flow BLFs
Antonio Fernandez 1 year ago
parent
commit
a7a3858045
1 changed files with 15 additions and 1 deletions
  1. 15 1
      source/applications/call_flows.rst

+ 15 - 1
source/applications/call_flows.rst

@@ -13,7 +13,7 @@ Direct calls between two destinations by calling a feature code.
 
 
 *  **Name:** Define the name of the call flow.
 *  **Name:** Define the name of the call flow.
 *  **Extension:** Define what extension to use. (This will make an extension not already created)
 *  **Extension:** Define what extension to use. (This will make an extension not already created)
-*  **Feature Code:** Define what *  number to use
+*  **Feature Code:** Define what *  number to use (must be entered to assign a BLF button to a call flow)
 *  **Context:** Domain context (typically leave as is)
 *  **Context:** Domain context (typically leave as is)
 *  Status: Define what currently is in use.
 *  Status: Define what currently is in use.
 *  Pin Number: Define a pin number in order to execute either mode.
 *  Pin Number: Define a pin number in order to execute either mode.
@@ -41,3 +41,17 @@ In the Call Flow example below we have the name as Call Flow.  Make the Extensio
 
 
 
 
 .. _training.fusionpbx.com: https://fusionpbx.com/app/www/training_detail.php
 .. _training.fusionpbx.com: https://fusionpbx.com/app/www/training_detail.php
+
+|
+|
+
+Call Flow Button Control (BLF)
+^^^^^^^^^^^^^^^^^^
+
+Call Flows can be assigned to a button of a phone to give users easy access to toggling it on and off. This requires a modification to the ``/etc/freeswitch/autoload_configs/lua.conf.xml`` file.
+
+Uncomment the ``<param name="startup-script" value="blf_subscribe.lua flow"/>`` line. and restart freeswitch.
+
+Next, make sure that the Feature Code is programmed.
+
+Finally, program a BLF button that has a value of ``flow+*<featurecode>``. For example, ``flow+*7000``.