mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-06 19:58:34 +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>
|