FS-7648 foundation for QA testing config

This commit is contained in:
Brian West
2015-06-12 09:18:53 -05:00
parent 8e058adecd
commit 3badbbac89
69 changed files with 6496 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<context name="default">
<extension name="demo">
<condition field="to" expression="^(.*)$">
<action application="reply" data="Hello, you said: ${_body}"/>
</condition>
</extension>
</context>