mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
FS-7648 foundation for QA testing config
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user