mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
10 lines
373 B
Plaintext
10 lines
373 B
Plaintext
<include>
|
|
<extension name="pizza_demo">
|
|
<condition field="destination_number" expression="^(pizza|74992)$"/>
|
|
<condition field="${module_exists(mod_spidermonkey)}" expression="true"/>
|
|
<condition field="${module_exists(mod_pocketsphinx)}" expression="true">
|
|
<action application="javascript" data="ps_pizza.js"/>
|
|
</condition>
|
|
</extension>
|
|
</include>
|