Merge pull request #1384 from moteus/lua_conf_run_example

Add. Example of how run fax queue monitor.
This commit is contained in:
FusionPBX 2016-01-15 21:43:34 -07:00
commit 6a586abb16
1 changed files with 8 additions and 6 deletions

View File

@ -19,12 +19,14 @@
<param name="xml-handler-bindings" value="configuration,dialplan,directory"/>
<!--
The following options identifies a lua script that is launched
at startup and may live forever in the background.
You can define multiple lines, one for each script you
need to run.
The following options identifies a lua script that is launched
at startup and may live forever in the background.
You can define multiple lines, one for each script you
need to run.
-->
<!--<param name="startup-script" value="startup_script_1.lua"/>-->
<!--<param name="startup-script" value="startup_script_2.lua"/>-->
<!-- FusionPBX: Run FAX server queue poller -->
<!--<param name="startup-script" value="app/fax/resources/scripts/fax_queue_monitor.lua"/>-->
</settings>
</configuration>