[packages] net/freeswitch: Added includes for phrases back to freeswitch.xml and...
authorcshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 22 Aug 2010 05:33:56 +0000 (05:33 +0000)
committercshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 22 Aug 2010 05:33:56 +0000 (05:33 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22756 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/freeswitch/Makefile
net/freeswitch/files/etc.minimal/freeswitch.xml

index b6d36b5..30db9cb 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=freeswitch
 PKG_VERSION:=1.0.6
-PKG_RELEASE:=8
+PKG_RELEASE:=9
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
index 8291bd4..f520617 100644 (file)
     <X-PRE-PROCESS cmd="include" data="directory/*.xml"/>
   </section>
 
+  <section name="phrases" description="Speech Phrase Management">
+       <macros>
+               <X-PRE-PROCESS cmd="include" data="lang/de/*.xml">
+               <X-PRE-PROCESS cmd="include" data="lang/en/*.xml">
+               <X-PRE-PROCESS cmd="include" data="lang/fr/*.xml">
+               <X-PRE-PROCESS cmd="include" data="lang/ru/*.xml">
+       </macros>
+  </section>
+
 </document>