mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-05 10:34:54 +00:00
8 lines
210 B
XML
8 lines
210 B
XML
<context name="default">
|
|
<extension name="demo">
|
|
<condition field="to" expression="^(.*)$">
|
|
<action application="reply" data="Hello, you said: ${_body}"/>
|
|
</condition>
|
|
</extension>
|
|
</context>
|