1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-01 00:14:52 +00:00

8 lines
210 B
XML
Raw Normal View History

<context name="default">
<extension name="demo">
<condition field="to" expression="^(.*)$">
<action application="reply" data="Hello, you said: ${_body}"/>
</condition>
</extension>
</context>