Added new mod_sms and updated to latest mod_blacklist with a capability to dump back and/or sync new list to its text file
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28286 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
14
net/freeswitch/files/etc.packages/sms/chatplan/default.xml
Normal file
14
net/freeswitch/files/etc.packages/sms/chatplan/default.xml
Normal file
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<include>
|
||||
<context name="default">
|
||||
|
||||
<extension name="demo">
|
||||
<condition field="to" expression="^(.*)$">
|
||||
<!-- <action application="lua" data="test.lua"/> -->
|
||||
|
||||
<action application="reply" data="Hello, you said: ${_body}"/>
|
||||
</condition>
|
||||
</extension>
|
||||
|
||||
</context>
|
||||
</include>
|
Reference in New Issue
Block a user