Merge pull request #1384 from moteus/lua_conf_run_example
Add. Example of how run fax queue monitor.
This commit is contained in:
commit
6a586abb16
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue