Add. Example of how run fax queue monitor.

This commit is contained in:
Alexey Melnichuk 2016-01-13 10:40:21 +03:00
parent 978f2fbd89
commit bc78f557a9
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>