mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Move includes/templates to resources/templates.
This commit is contained in:
11
resources/templates/conf/chatplan/default.xml
Normal file
11
resources/templates/conf/chatplan/default.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<include>
|
||||
<context name="default">
|
||||
<extension name="demo">
|
||||
<condition field="to" expression="^(.*)$">
|
||||
<!-- <action application="lua" data="test.lua"/> -->
|
||||
<!-- <action application="reply" data="Hello, you said: ${_body}"/> -->
|
||||
</condition>
|
||||
</extension>
|
||||
</context>
|
||||
</include>
|
||||
Reference in New Issue
Block a user