Add chatplan to FS
This commit is contained in:
parent
c02f50c14f
commit
70f6d11ae5
1 changed files with 11 additions and 0 deletions
11
modules/rhizo_base/files/etc/freeswitch/chatplan/public.xml
Normal file
11
modules/rhizo_base/files/etc/freeswitch/chatplan/public.xml
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<include>
|
||||
<context name="public">
|
||||
<extension name="rccn">
|
||||
<condition field="to" expression="^(.*)$">
|
||||
<action application="python" data="rccn"/>
|
||||
</condition>
|
||||
</extension>
|
||||
</context>
|
||||
</include>
|
Loading…
Add table
Add a link
Reference in a new issue