Direct calls between two destinations by calling a feature code.
In the Call Flow example below we have the name as Call Flow. Make the Extension number 30 that didn\'t exist until now. Create the feature code as a *code with*30. Keep the context as-is with training.fusionpbx.com . Select a Status to show which mode. Make a PIN to help secure the call flow. Make the detination label as Day Mode. Select a sound to auditorially indicate which mode is activated. Choose a destination for the alternative mode. Make the alternative detination label as Night Mode. Select an alternative sound to auditorially indicate which mode is activated. Choose a destination for the alternative mode. Finally, enter a description to describe what this call flow does.
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
.