[packages] net/freeswitch: Added includes for phrases back to freeswitch.xml and bumped package version

git-svn-id: svn://svn.openwrt.org/openwrt/packages@22756 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
cshore 2010-08-22 05:33:56 +00:00
parent c305c0626c
commit 76955d7a1e
2 changed files with 10 additions and 1 deletions

View 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)

View File

@ -56,6 +56,15 @@
<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>