From f73595a0fce3e10698eff35b1def82f0311c123f Mon Sep 17 00:00:00 2001 From: mazilo Date: Mon, 14 Jan 2013 00:15:24 +0000 Subject: [PATCH] Added an option to compile with latest git HEAD (default disabled). Please use this option with care. It may break he compilation. git-svn-id: svn://svn.openwrt.org/openwrt/packages@35146 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/freeswitch/Makefile | 418 ++++++++++------- .../alsa/autoload_configs/alsa.conf.xml | 12 - .../autoload_configs/blacklist.conf.xml | 11 - .../blacklist/blacklists/blocked.list | 0 .../autoload_configs/callcenter.conf.xml | 38 -- .../cdr-csv/autoload_configs/cdr_csv.conf.xml | 23 - .../autoload_configs/cdr_mongodb.conf.xml | 13 - .../autoload_configs/cdr_pg_csv.conf.xml | 40 -- .../console/autoload_configs/console.conf.xml | 56 --- .../autoload_configs/dingaling.conf.xml | 10 - .../autoload_configs/event_multicast.conf.xml | 14 - .../autoload_configs/event_socket.conf.xml | 9 - .../httapi/autoload_configs/httapi.conf.xml | 127 ----- .../autoload_configs/http_cache.conf.xml | 10 - .../autoload_configs/local_stream.conf.xml | 49 -- .../logfile/autoload_configs/logfile.conf.xml | 29 -- .../lua/autoload_configs/lua.conf.xml | 30 -- .../autoload_configs/pocketsphinx.conf.xml | 12 - .../rtmp/autoload_configs/rtmp.conf.xml | 17 - .../files/etc.packages/say-de/lang/de/de.xml | 22 - .../etc.packages/say-de/lang/de/demo/demo.xml | 82 ---- .../etc.packages/say-de/lang/de/vm/sounds.xml | 413 ---------------- .../etc.packages/say-de/lang/de/vm/tts.xml | 224 --------- .../say-en/lang/en/demo/demo-ivr.xml | 156 ------- .../etc.packages/say-en/lang/en/demo/demo.xml | 82 ---- .../say-en/lang/en/demo/funnies.xml | 35 -- .../say-en/lang/en/dir/sounds.xml | 130 ------ .../etc.packages/say-en/lang/en/dir/tts.xml | 106 ----- .../files/etc.packages/say-en/lang/en/en.xml | 25 - .../say-en/lang/en/ivr/sounds.xml | 145 ------ .../etc.packages/say-en/lang/en/vm/sounds.xml | 441 ------------------ .../etc.packages/say-en/lang/en/vm/tts.xml | 249 ---------- .../etc.packages/say-fr/lang/fr/demo/demo.xml | 29 -- .../say-fr/lang/fr/dir/sounds.xml | 130 ------ .../etc.packages/say-fr/lang/fr/dir/tts.xml | 110 ----- .../files/etc.packages/say-fr/lang/fr/fr.xml | 12 - .../etc.packages/say-fr/lang/fr/vm/sounds.xml | 255 ---------- .../say-he/lang/he/demo/demo-ivr.xml | 157 ------- .../etc.packages/say-he/lang/he/demo/demo.xml | 82 ---- .../say-he/lang/he/dir/sounds.xml | 130 ------ .../files/etc.packages/say-he/lang/he/he.xml | 22 - .../etc.packages/say-he/lang/he/vm/sounds.xml | 417 ----------------- .../say-ru/lang/ru/demo/demo-ivr.xml | 154 ------ .../etc.packages/say-ru/lang/ru/demo/demo.xml | 109 ----- .../say-ru/lang/ru/dir/sounds.xml | 130 ------ .../etc.packages/say-ru/lang/ru/dir/tts.xml | 105 ----- .../files/etc.packages/say-ru/lang/ru/ru.xml | 23 - .../etc.packages/say-ru/lang/ru/vm/sounds.xml | 374 --------------- .../etc.packages/say-ru/lang/ru/vm/tts.xml | 249 ---------- .../etc.packages/sms/chatplan/default.xml | 14 - .../sofia/autoload_configs/sofia.conf.xml | 19 - .../spandsp/autoload_configs/fax.conf.xml | 12 - .../spandsp/autoload_configs/spandsp.conf.xml | 113 ----- .../syslog/autoload_configs/syslog.conf.xml | 18 - .../autoload_configs/tts_commandline.conf.xml | 15 - .../unimrcp/autoload_configs/unimrcp.conf.xml | 23 - .../autoload_configs/voicemail_ivr.conf.xml | 208 --------- .../autoload_configs/voicemail.conf.xml | 70 --- .../xml-cdr/autoload_configs/xml_cdr.conf.xml | 71 --- .../patches/001-build-modules_conf_in.patch | 8 + 60 files changed, 250 insertions(+), 5837 deletions(-) delete mode 100644 net/freeswitch/files/etc.packages/alsa/autoload_configs/alsa.conf.xml delete mode 100644 net/freeswitch/files/etc.packages/blacklist/autoload_configs/blacklist.conf.xml delete mode 100644 net/freeswitch/files/etc.packages/blacklist/blacklists/blocked.list delete mode 100644 net/freeswitch/files/etc.packages/callcenter/autoload_configs/callcenter.conf.xml delete mode 100644 net/freeswitch/files/etc.packages/cdr-csv/autoload_configs/cdr_csv.conf.xml delete mode 100644 net/freeswitch/files/etc.packages/cdr-mongodb/autoload_configs/cdr_mongodb.conf.xml delete mode 100644 net/freeswitch/files/etc.packages/cdr-pg-csv/autoload_configs/cdr_pg_csv.conf.xml delete mode 100644 net/freeswitch/files/etc.packages/console/autoload_configs/console.conf.xml delete mode 100644 net/freeswitch/files/etc.packages/dingaling/autoload_configs/dingaling.conf.xml delete mode 100644 net/freeswitch/files/etc.packages/event-multicast/autoload_configs/event_multicast.conf.xml delete mode 100644 net/freeswitch/files/etc.packages/event-socket/autoload_configs/event_socket.conf.xml delete mode 100644 net/freeswitch/files/etc.packages/httapi/autoload_configs/httapi.conf.xml delete mode 100644 net/freeswitch/files/etc.packages/http-cache/autoload_configs/http_cache.conf.xml delete mode 100644 net/freeswitch/files/etc.packages/local-stream/autoload_configs/local_stream.conf.xml delete mode 100644 net/freeswitch/files/etc.packages/logfile/autoload_configs/logfile.conf.xml delete mode 100644 net/freeswitch/files/etc.packages/lua/autoload_configs/lua.conf.xml delete mode 100644 net/freeswitch/files/etc.packages/pocketsphinx/autoload_configs/pocketsphinx.conf.xml delete mode 100644 net/freeswitch/files/etc.packages/rtmp/autoload_configs/rtmp.conf.xml delete mode 100644 net/freeswitch/files/etc.packages/say-de/lang/de/de.xml delete mode 100644 net/freeswitch/files/etc.packages/say-de/lang/de/demo/demo.xml delete mode 100644 net/freeswitch/files/etc.packages/say-de/lang/de/vm/sounds.xml delete mode 100644 net/freeswitch/files/etc.packages/say-de/lang/de/vm/tts.xml delete mode 100644 net/freeswitch/files/etc.packages/say-en/lang/en/demo/demo-ivr.xml delete mode 100644 net/freeswitch/files/etc.packages/say-en/lang/en/demo/demo.xml delete mode 100644 net/freeswitch/files/etc.packages/say-en/lang/en/demo/funnies.xml delete mode 100644 net/freeswitch/files/etc.packages/say-en/lang/en/dir/sounds.xml delete mode 100644 net/freeswitch/files/etc.packages/say-en/lang/en/dir/tts.xml delete mode 100644 net/freeswitch/files/etc.packages/say-en/lang/en/en.xml delete mode 100644 net/freeswitch/files/etc.packages/say-en/lang/en/ivr/sounds.xml delete mode 100644 net/freeswitch/files/etc.packages/say-en/lang/en/vm/sounds.xml delete mode 100644 net/freeswitch/files/etc.packages/say-en/lang/en/vm/tts.xml delete mode 100644 net/freeswitch/files/etc.packages/say-fr/lang/fr/demo/demo.xml delete mode 100644 net/freeswitch/files/etc.packages/say-fr/lang/fr/dir/sounds.xml delete mode 100644 net/freeswitch/files/etc.packages/say-fr/lang/fr/dir/tts.xml delete mode 100644 net/freeswitch/files/etc.packages/say-fr/lang/fr/fr.xml delete mode 100644 net/freeswitch/files/etc.packages/say-fr/lang/fr/vm/sounds.xml delete mode 100644 net/freeswitch/files/etc.packages/say-he/lang/he/demo/demo-ivr.xml delete mode 100644 net/freeswitch/files/etc.packages/say-he/lang/he/demo/demo.xml delete mode 100644 net/freeswitch/files/etc.packages/say-he/lang/he/dir/sounds.xml delete mode 100644 net/freeswitch/files/etc.packages/say-he/lang/he/he.xml delete mode 100644 net/freeswitch/files/etc.packages/say-he/lang/he/vm/sounds.xml delete mode 100644 net/freeswitch/files/etc.packages/say-ru/lang/ru/demo/demo-ivr.xml delete mode 100644 net/freeswitch/files/etc.packages/say-ru/lang/ru/demo/demo.xml delete mode 100644 net/freeswitch/files/etc.packages/say-ru/lang/ru/dir/sounds.xml delete mode 100644 net/freeswitch/files/etc.packages/say-ru/lang/ru/dir/tts.xml delete mode 100644 net/freeswitch/files/etc.packages/say-ru/lang/ru/ru.xml delete mode 100644 net/freeswitch/files/etc.packages/say-ru/lang/ru/vm/sounds.xml delete mode 100644 net/freeswitch/files/etc.packages/say-ru/lang/ru/vm/tts.xml delete mode 100644 net/freeswitch/files/etc.packages/sms/chatplan/default.xml delete mode 100644 net/freeswitch/files/etc.packages/sofia/autoload_configs/sofia.conf.xml delete mode 100644 net/freeswitch/files/etc.packages/spandsp/autoload_configs/fax.conf.xml delete mode 100644 net/freeswitch/files/etc.packages/spandsp/autoload_configs/spandsp.conf.xml delete mode 100644 net/freeswitch/files/etc.packages/syslog/autoload_configs/syslog.conf.xml delete mode 100644 net/freeswitch/files/etc.packages/tts-commandline/autoload_configs/tts_commandline.conf.xml delete mode 100644 net/freeswitch/files/etc.packages/unimrcp/autoload_configs/unimrcp.conf.xml delete mode 100644 net/freeswitch/files/etc.packages/voicemail-ivr/autoload_configs/voicemail_ivr.conf.xml delete mode 100644 net/freeswitch/files/etc.packages/voicemail/autoload_configs/voicemail.conf.xml delete mode 100644 net/freeswitch/files/etc.packages/xml-cdr/autoload_configs/xml_cdr.conf.xml diff --git a/net/freeswitch/Makefile b/net/freeswitch/Makefile index bcf4f9ea6..f17b74852 100644 --- a/net/freeswitch/Makefile +++ b/net/freeswitch/Makefile @@ -15,14 +15,15 @@ PKG_RELEASE:=1 # -# The latest FS git hash in PKG_REV can be obtained from http://fisheye.freeswitch.org +# The latest FS git hash in PKG_SOURCE_VERSION can be obtained from http://fisheye.freeswitch.org # -PKG_REV:=1e5beafe97ba0d0582444c8c037aa0de319f0817 -PKG_SOURCE_VERSION:=$(PKG_REV) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://git.$(PKG_NAME).org/$(PKG_NAME).git +FS_DEFAULT_HEAD:=af6ae011c70c32d6d7637f7befc0e614b4624527 +FS_LATEST_HEAD:=$(shell git ls-remote $(PKG_SOURCE_URL) HEAD | cut -f1) +PKG_SOURCE_VERSION:=$(if $(CONFIG_FS_SOFIA_WITH_PULL_CURRENT),$(FS_LATEST_HEAD),$(FS_DEFAULT_HEAD)) PKG_SOURCE_SUBDIR:=$(PKG_DISTNAME) -PKG_SOURCE:=$(PKG_SOURCE_SUBDIR)-$(shell echo $(PKG_REV)|cut -b -7).tar.bz2 +PKG_SOURCE:=$(PKG_SOURCE_SUBDIR)-$(shell echo $(PKG_SOURCE_VERSION)|cut -b -7).tar.bz2 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) @@ -163,6 +164,7 @@ PKG_CONFIG_DEPENDS:= \ CONFIG_FS_SOFIA_WITH_MYSQL \ CONFIG_FS_SOFIA_WITH_ODBC \ CONFIG_FS_SOFIA_WITH_OPT \ + CONFIG_FS_SOFIA_WITH_PULL_CURRENT \ CONFIG_FS_SOFIA_WITH_SCTP \ CONFIG_FS_SOFIA_WITH_ZRTP_GIT \ $(patsubst %,CONFIG_PACKAGE_$(PKG_NAME)-mod-%,$(FS_MOD_AVAILABLE)) \ @@ -186,7 +188,7 @@ endef define Package/$(PKG_NAME) $(call Package/$(PKG_NAME)/Default) - TITLE:=FreeSWITCH open source telephony platform + TITLE:=FreeSWITCH open source telephony platform ($(shell echo $(FS_DEFAULT_HEAD)|cut -b -7)) DEPENDS:=+libcurl +libjpeg +libncurses +libpq +libpthread +librt +libstdcpp MENU:=1 endef @@ -200,19 +202,31 @@ endef define Package/$(PKG_NAME)/config + config FS_SOFIA_WITH_PULL_CURRENT + depends on DEVEL + depends on PACKAGE_$(PKG_NAME) + bool "Pull the latest git HEAD - $(shell echo $(PKG_SOURCE_VERSION)|cut -b -7) (Press < Help > for more information)" + default n + help + This existing git HEAD ($(FS_DEFAULT_HEAD)) is probably outdated. + Enable this option for the latest git HEAD ($(FS_LATEST_HEAD)). + Enable this option ONLY if you know what you are doing. It may and/or may not be cleanly + compiled and may require some intervension to create new patches. If you take this route + and come up with some patches, please contemplate to contribute to send in your patches. + config FS_SOFIA_WITH_IPV6 depends on PACKAGE_$(PKG_NAME) bool "Compile with IPV6 support" default y help - Compile $(PKG_NAME) with IPV6 Support. + Compile $(PKG_NAME) with IPV6 Support. config FS_SOFIA_WITH_OPT depends on PACKAGE_$(PKG_NAME) bool "Compile with optimization" default y help - Compile $(PKG_NAME) with optimization enabled. + Compile $(PKG_NAME) with optimization enabled. endef @@ -223,7 +237,7 @@ define Package/$(PKG_NAME)-mod-sofia/config default n select PACKAGE_libmysqlclient help - Compile $(PKG_NAME) with MySQL. + Compile $(PKG_NAME) with MySQL. config FS_SOFIA_WITH_ODBC depends on PACKAGE_$(PKG_NAME)-mod-sofia @@ -232,7 +246,7 @@ define Package/$(PKG_NAME)-mod-sofia/config bool "Compile with ODBC support (Requires unixodbc_svn NOT YET AVAILABLE)" default n help - Compile $(PKG_NAME)-mod-sofia with ODBC Support. Since both sqliteodbc and unixodbc_svn packages are not yet available on OpenWRT, $(PKG_NAME)-mod-sofia CAN NOT be compiled with ODBC support. + Compile $(PKG_NAME)-mod-sofia with ODBC Support. Since both sqliteodbc and unixodbc_svn packages are not yet available on OpenWRT, $(PKG_NAME)-mod-sofia CAN NOT be compiled with ODBC support. config FS_SOFIA_WITH_SCTP depends on PACKAGE_$(PKG_NAME)-mod-sofia @@ -240,7 +254,7 @@ define Package/$(PKG_NAME)-mod-sofia/config bool "Compile with SCTP (Stream Control Transfer Protocol) support" default y help - Compile $(PKG_NAME)-mod-sofia with SCTP support. + Compile $(PKG_NAME)-mod-sofia with SCTP support. config FS_SOFIA_WITH_ZRTP_GIT depends on PACKAGE_$(PKG_NAME)-mod-sofia @@ -249,7 +263,7 @@ define Package/$(PKG_NAME)-mod-sofia/config default n #select PACKAGE_libzrtpcpp help - Compile $(PKG_NAME)-mod-sofia with ZRTP Support. Since libzrtpcpp package is not yet available on OpenWRT, $(PKG_NAME)-mod-sofia CAN NOT be compiled with ZRTP support. + Compile $(PKG_NAME)-mod-sofia with ZRTP Support. Since libzrtpcpp package is not yet available on OpenWRT, $(PKG_NAME)-mod-sofia CAN NOT be compiled with ZRTP support. endef @@ -369,12 +383,6 @@ $(call Package/$(PKG_NAME)/Default) DEPENDS:= $(PKG_NAME) endef -define Package/libopenzap -$(call Package/$(PKG_NAME)/Default) - TITLE:=FreeSWITCH openzap library - DEPENDS:=+libpthread -endef - define Download/files define Download/$(1) @@ -418,13 +426,13 @@ endif ifneq ($(CONFIG_PACKAGE_$(PKG_NAME)-sounds-en),) - $(eval $(call Download/files,sounds-en,$(PKG_NAME)-sounds-en-us-callie-8000-1.0.22.tar.gz,cff509d878708ce5e6e7fedac7f683ef,,,)) + $(eval $(call Download/files,sounds-en,$(PKG_NAME)-sounds-en-us-callie-8000-1.0.22.tar.gz,cff509d878708ce5e6e7fedac7f683ef,,,,)) MAKE_INSTALL_TARGETS+= sounds-install endif ifneq ($(CONFIG_PACKAGE_$(PKG_NAME)-sounds-moh),) - $(eval $(call Download/files,sounds-moh,$(PKG_NAME)-sounds-music-8000-1.0.8.tar.gz,f63ef3cc3507af079ae5c7b8b8a01e42,,,)) + $(eval $(call Download/files,sounds-moh,$(PKG_NAME)-sounds-music-8000-1.0.8.tar.gz,f63ef3cc3507af079ae5c7b8b8a01e42,,,,)) MAKE_INSTALL_TARGETS+= moh-install endif @@ -499,6 +507,8 @@ CONFIGURE_VARS+= \ HOST_CC="/usr/bin/cc" \ HOST_CXX="/usr/bin/g++" \ CROSS_COMPILE="1" \ + PKG_CONFIG="$(STAGING_DIR_HOST)/bin/pkg-config" \ + PKG_CONFIG_PATH="$(STAGING_DIR_HOST)/lib/pkgconfig" \ ax_cv_c_compiler_vendor="gnu" \ ac_cv_dev_urandom="yes" \ ac_cv_file_dbd_apr_dbd_mysql_c="no" \ @@ -514,8 +524,6 @@ CONFIGURE_VARS+= \ apr_cv_type_rwlock_t="yes" \ $(if $(CONFIG_PACKAGE_$(PKG_NAME)-mod-perl),ac_cv_path_PERL="yes",) \ libzmq_cv_cxx_werror_flag="" \ - ac_cv_path_PKG_CONFIG=no \ - ac_cv_path_LIBGNUTLS_CONFIG=no define Build/Prepare @@ -562,26 +570,29 @@ endef define Build/InstallDev $(INSTALL_DIR) $(1)/usr/include/$(PKG_NAME) - $(CP) $(PKG_INSTALL_DIR)/usr/share/$(PKG_NAME)/include/* $(1)/usr/include/$(PKG_NAME)/ $(INSTALL_DIR) $(1)/usr/lib + $(CP) $(PKG_INSTALL_DIR)/usr/share/$(PKG_NAME)/include/* $(1)/usr/include/$(PKG_NAME)/ $(CP) $(PKG_INSTALL_DIR)/usr/lib/lib$(PKG_NAME).{a,so*} $(1)/usr/lib/ endef define Package/$(PKG_NAME)/install - $(INSTALL_DIR) $(1)/usr/bin - $(CP) $(PKG_INSTALL_DIR)/usr/bin/$(PKG_NAME) $(1)/usr/bin/ - $(INSTALL_DIR) $(1)/usr/lib - $(CP) $(PKG_INSTALL_DIR)/usr/lib/lib$(PKG_NAME).so.* $(1)/usr/lib/ - $(INSTALL_DIR) $(1)/usr/lib/$(PKG_NAME) - $(INSTALL_DIR) $(1)/etc/default - $(INSTALL_DATA) ./files/$(PKG_NAME).default $(1)/etc/default/$(PKG_NAME) - $(INSTALL_DIR) $(1)/etc/init.d - $(INSTALL_BIN) ./files/$(PKG_NAME).init $(1)/etc/init.d/$(PKG_NAME) - $(INSTALL_DIR) $(1)/etc/hotplug.d/iface - $(INSTALL_DATA) ./files/$(PKG_NAME).hotplug $(1)/etc/hotplug.d/iface/90-$(PKG_NAME) $(INSTALL_DIR) $(1)/etc/config + $(INSTALL_DIR) $(1)/etc/default + $(INSTALL_DIR) $(1)/etc/$(PKG_NAME) + $(INSTALL_DIR) $(1)/etc/$(PKG_NAME)/scripts + $(INSTALL_DIR) $(1)/etc/hotplug.d/iface + $(INSTALL_DIR) $(1)/etc/init.d + $(INSTALL_DIR) $(1)/usr/bin + $(INSTALL_DIR) $(1)/usr/lib + $(INSTALL_DIR) $(1)/usr/lib/pkgconfig + $(INSTALL_BIN) ./files/$(PKG_NAME).init $(1)/etc/init.d/$(PKG_NAME) $(INSTALL_DATA) ./files/$(PKG_NAME).config $(1)/etc/config/$(PKG_NAME) + $(INSTALL_DATA) ./files/$(PKG_NAME).default $(1)/etc/default/$(PKG_NAME) + $(INSTALL_DATA) ./files/$(PKG_NAME).hotplug $(1)/etc/hotplug.d/iface/90-$(PKG_NAME) + $(CP) $(PKG_INSTALL_DIR)/usr/bin/$(PKG_NAME) $(1)/usr/bin/ + $(CP) $(PKG_INSTALL_DIR)/usr/lib/lib$(PKG_NAME)* $(1)/usr/lib/ + $(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/$(PKG_NAME).pc $(1)/usr/lib/pkgconfig/ endef @@ -629,10 +640,6 @@ define Package/$(PKG_NAME)-sounds-moh/install $(CP) $(PKG_INSTALL_DIR)/usr/share/$(PKG_NAME)/sounds/music $(1)/usr/share/$(PKG_NAME)/sounds/ endef -define Package/libopenzap/install - $(INSTALL_DIR) $(1)/usr/lib - $(CP) $(PKG_INSTALL_DIR)/usr/lib/libopenzap.so* $(1)/usr/lib/ -endef define Package/$(PKG_NAME)-tools/install $(INSTALL_DIR) $(1)/usr/bin @@ -648,29 +655,82 @@ endef # # 1. Name # 2. Title -# 3. Files -# 4. Inter Depends -# 5. Extra Depends +# 3. Package configuration files +# 4. Inter module depends +# 5. Extra depends +# +define BuildLib + define Package/$(PKG_NAME)-$(1) + $$(call Package/$(PKG_NAME)/Default) + TITLE:= FS $(2) library and pkgconfig files + DEPENDS:= $(PKG_NAME) $(foreach l,$(4),+$(PKG_NAME)-$(l)) $(5) + endef + + define Package/$(PKG_NAME)-$(1)/install + [ -d "$$(1)/usr/lib/pkgconfig" ] || $(INSTALL_DIR) $$(1)/usr/lib/pkgconfig + + $(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/$(patsubst lib%,%,${3}).pc $$(1)/usr/lib/pkgconfig + $(CP) $(PKG_INSTALL_DIR)/usr/lib/${1}* $$(1)/usr/lib/ + endef + + $$(eval $$(call BuildPackage,$(PKG_NAME)-$(1))) +endef + + +# +# 1. Name +# 2. Title +# 3. Files (module files include different names) +# 4. Files (supporting files include different names) +# 5. Inter module depends +# 6. Extra depends # define BuildPlugin define Package/$(PKG_NAME)-mod-$(1) $$(call Package/$(PKG_NAME)/Default) TITLE:= FS $(2) module - DEPENDS:= $(PKG_NAME) $(foreach m,$(4),+$(PKG_NAME)-mod-$(m)) $(5) + DEPENDS:= $(PKG_NAME) $(foreach m,$(5),+$(PKG_NAME)-mod-$(m)) $(6) endef define Package/$(PKG_NAME)-mod-$(1)/install - [ -z "$(3)" ] || $(INSTALL_DIR) $$(1)/usr/lib/$(PKG_NAME) - for f in $(3); do \ - $(CP) \ - $(PKG_INSTALL_DIR)/usr/lib/$(PKG_NAME)/$$$$$$$${f}.so \ - $$(1)/usr/lib/$(PKG_NAME)/ ; \ + [ -z "mod_$(subst -,_,$(1))" ] || $(INSTALL_DIR) $$(1)/usr/lib/$(PKG_NAME) + + for f in $$$$(realpath $$$$(wildcard $(PKG_INSTALL_DIR)/usr/lib/$(PKG_NAME)/mod_$(subst -,_,$(1)).*)) $$$$(wildcard $(PKG_INSTALL_DIR)/usr/lib/$(PKG_NAME)/$(3)_*); \ + do \ + $(CP) $$$$$$$${f} $$(1)/usr/lib/$(PKG_NAME)/; \ done - if [ -d "./files/etc.packages/$(1)" ]; then \ - $(INSTALL_DIR) $$(1)/etc/$(PKG_NAME) ; \ - $(CP) \ - ./files/etc.packages/$(1)/* \ - $$(1)/etc/$(PKG_NAME)/ ; \ + + for f in $(4); \ + do \ + [ -d "$(dirname $$(1)/usr/${f})" ] || $(INSTALL_DIR) $(dirname $$(1)/usr/${f}); \ + $(CP) $(PKG_INSTALL_DIR)/usr/${f} $$(1)/usr/${f}; \ + done + + # + # XML configuration files (vanilla) + # + if [ -f ${PKG_BUILD_DIR}/conf/vanilla/autoload_configs/$(subst -,_,$(1)).conf.xml ]; then \ + [ -d $$(1)/etc/$(PKG_NAME)/autoload_configs ] || $(INSTALL_DIR) $$(1)/etc/$(PKG_NAME)/autoload_configs ; \ + $(CP) ${PKG_BUILD_DIR}/conf/vanilla/autoload_configs/$(subst -,_,$(1)).conf.xml $$(1)/etc/$(PKG_NAME)/autoload_configs/ ; \ + if [ -d "./files/etc.packages/$(1)" ]; then \ + $(CP) ./files/etc.packages/$(1)/* $$(1)/etc/$(PKG_NAME)/ ; \ + fi \ + fi + + # + # For mod_YAML configuration files (vanilla) + # + if [ "mod_$(subst -,_,$(1))" == "mod_yaml" ] && [ -d ${PKG_BUILD_DIR}/conf/vanilla/yaml ]; then \ + [ -d $$(1)/etc/$(PKG_NAME)/yaml ] || $(INSTALL_DIR) $$(1)/etc/$(PKG_NAME)/yaml; \ + $(CP) $(wildcard ${PKG_BUILD_DIR}/conf/vanilla/yaml/*) $$(1)/etc/$(PKG_NAME)/yaml; \ + fi + + # + # For mod_openzap + # + if [ "mod_$(subst -,_,$(1))" == "mod_openzap" ]; then \ + [ -z "$$(1)/etc/$(PKG_NAME)/autoload_configs" ] || $(INSTALL_DIR) $$(1)/etc/$(PKG_NAME)/autoload_configs ; \ + $(CP) ${PKG_INSTALL_DIR}/etc/$(PKG_NAME)/autoload_configs/$(1).conf.xml $$(1)/etc/$(PKG_NAME)/autoload_configs ; \ fi endef @@ -697,133 +757,139 @@ $(eval $(call BuildPackage,$(PKG_NAME)-tools)) $(eval $(call BuildPackage,$(PKG_NAME)-example-config)) $(eval $(call BuildPackage,$(PKG_NAME)-config-upstream-defaults)) $(eval $(call BuildPackage,$(PKG_NAME)-config-minimal)) -$(eval $(call BuildPackage,libopenzap)) + + +# +# $(eval $(call BuildLib,Name,Title,Package Configuration Files,Inter Depends,Extra Depends)) +# +$(eval $(call BuildLib,libopenzap,OpenZAP,openzap,,)) # # $(eval $(call BuildPlugin,Name,Title,Files,Inter Depends,Extra Depends)) # -$(eval $(call BuildPlugin,abstraction,Abstraction epplication,mod_abstraction,,)) -$(eval $(call BuildPlugin,alsa,Alsa endpoint,mod_alsa,,+alsa-lib)) -$(eval $(call BuildPlugin,amr,GSM-AMR codec,mod_amr,,)) -$(eval $(call BuildPlugin,amrwb,GSM-AMRWB,mod_amrwb,,)) -$(eval $(call BuildPlugin,avmd,Advanced Voice Mail Detection,mod_avmd,,)) -$(eval $(call BuildPlugin,bv,codec mod_bv,mod_bv,,)) -$(eval $(call BuildPlugin,blacklist,application blacklist,mod_blacklist,,)) -$(eval $(call BuildPlugin,callcenter,Call Center,mod_callcenter,,)) -$(eval $(call BuildPlugin,cdr-csv,CSV-CDR handler,mod_cdr_csv,,)) -$(eval $(call BuildPlugin,cdr-pg-csv,Postgress CDR handler,mod_cdr_pg_csv,,+coreutils +libpq)) -$(eval $(call BuildPlugin,cdr-sqlite,SQLite3 CDR handler,mod_cdr_sqlite,,+libsqlite3)) -$(eval $(call BuildPlugin,celt,CELT ultra-low delay codec,mod_celt,,+libogg)) -$(eval $(call BuildPlugin,cepstral,Cepstral interface,mod_cepstral,,@BROKEN)) # needs -$(eval $(call BuildPlugin,cidlookup,applications mod_cidlookup,mod_cidlookup,,+libcurl)) -$(eval $(call BuildPlugin,cluechoo,Framework Demo,mod_cluechoo,,)) -$(eval $(call BuildPlugin,codec2,CoDec 2,mod_codec2,,)) -$(eval $(call BuildPlugin,commands,API commands,mod_commands,,)) -$(eval $(call BuildPlugin,conference,Conference room,mod_conference,,)) -$(eval $(call BuildPlugin,console,Console logger,mod_console,,)) -$(eval $(call BuildPlugin,curl,HTTP request,mod_curl,,+libcurl)) -$(eval $(call BuildPlugin,dahdi-codec,DAHDI codecs,mod_dahdi_codec,,)) -$(eval $(call BuildPlugin,db,Database backend,mod_db,,)) -$(eval $(call BuildPlugin,dialplan-asterisk,Asterisk dialplan parser,mod_dialplan_asterisk,,)) -$(eval $(call BuildPlugin,dialplan-directory,Dialplan directory,mod_dialplan_directory,,)) -$(eval $(call BuildPlugin,dialplan-xml,Dialplan-XML interface,mod_dialplan_xml,,)) -$(eval $(call BuildPlugin,dingaling,Jabber interface,mod_dingaling,,)) -$(eval $(call BuildPlugin,directory,application mod_directory,mod_directory,,)) -$(eval $(call BuildPlugin,distributor,application mod_distributor,mod_distributor,,)) -$(eval $(call BuildPlugin,dptools,Dialplan tools,mod_dptools,,)) -$(eval $(call BuildPlugin,easyroute,DID routing,mod_easyroute,,)) -$(eval $(call BuildPlugin,enum,ENUM routing,mod_enum,,)) -$(eval $(call BuildPlugin,erlang-event,Erlang event handler,mod_erlang_event,,+erlang)) -$(eval $(call BuildPlugin,esf,Extra SIP Functionality,mod_esf,,)) -$(eval $(call BuildPlugin,event-multicast,Multicast event handler,mod_event_multicast,,)) -$(eval $(call BuildPlugin,event-socket,Socket event handler,mod_event_socket,,)) -$(eval $(call BuildPlugin,event-zmq,Socket event handler by Zero MQ,mod_event_zmq,,)) -$(eval $(call BuildPlugin,expr,Expression evaluation,mod_expr,,)) -$(eval $(call BuildPlugin,fifo,FIFO,mod_fifo,,)) -$(eval $(call BuildPlugin,file-string,File streaming,mod_file_string,,@OBSOLETE)) # merged into dptools -$(eval $(call BuildPlugin,flite,Festival TTS,mod_flite,,@(!(armeb||avr32)||BROKEN))) -$(eval $(call BuildPlugin,fsk,Bell-202 1200-baud FSK decoder,mod_fsk,,)) -$(eval $(call BuildPlugin,fsv,Video,mod_fsv,,)) -$(eval $(call BuildPlugin,g723-1,G.723.1 codec,mod_g723_1,,)) -$(eval $(call BuildPlugin,g729,G.729 codec,mod_g729,,)) -$(eval $(call BuildPlugin,gsmopen,Short Message Service (SMS),mod_gsmopen,spandsp,+alsa-lib @BROKEN)) # needs gsmlib -$(eval $(call BuildPlugin,h26x,H26X linear codec,mod_h26x,,)) -$(eval $(call BuildPlugin,h323,h323 endpoint,mod_h323,,@BROKEN)) # missing header files (other packages needed) -$(eval $(call BuildPlugin,hash,API for manipulating a hash table,mod_hash,,)) -$(eval $(call BuildPlugin,html5,HTML5 Endpoint Module,mod_html5,,)) -$(eval $(call BuildPlugin,httapi,HT Telephony API and HTTP caching,mod_httapi,,)) -$(eval $(call BuildPlugin,http-cache,HTTP GET with caching,mod_http_cache,,+libcurl)) -$(eval $(call BuildPlugin,ilbc,ILBC codec,mod_ilbc,,)) -$(eval $(call BuildPlugin,isac,isac Codec,mod_isac,,)) -$(eval $(call BuildPlugin,java,Java language interface,mod_java,,@BROKEN)) # needs java -$(eval $(call BuildPlugin,json-cdr,JSon-CDR interface,mod_json_cdr,,+libcurl)) -$(eval $(call BuildPlugin,lcr,Least Cost Routing,mod_lcr,,)) -$(eval $(call BuildPlugin,local-stream,Local streaming,mod_local_stream,,)) -$(eval $(call BuildPlugin,logfile,File logger,mod_logfile,,)) -$(eval $(call BuildPlugin,loopback,Loopback endpoint,mod_loopback,,)) -$(eval $(call BuildPlugin,lua,Lua language interface,mod_lua,,+libstdcpp)) -$(eval $(call BuildPlugin,managed,language mod_managed,mod_managed,,+glib2 @BROKEN)) # needs Mono -$(eval $(call BuildPlugin,mp4,MP4 File Format support for video apps.,mod_mp4,,@BROKEN)) # needs libmp4v2 -$(eval $(call BuildPlugin,mp4v,MP4 CoDec support for video apps.,mod_mp4v,,)) -$(eval $(call BuildPlugin,native-file,Native files,mod_native_file,,)) -$(eval $(call BuildPlugin,nibblebill,Billing,mod_nibblebill,,)) -$(eval $(call BuildPlugin,oreka,Media Recording with Oreka,mod_oreka,,)) -$(eval $(call BuildPlugin,openzap,Zaptel hardware interface,mod_openzap ozmod_analog ozmod_analog_em ozmod_isdn ozmod_skel ozmod_zt,,+libpcap +libopenzap)) -$(eval $(call BuildPlugin,opus,Opus CoDec,mod_opus,,)) -$(eval $(call BuildPlugin,portaudio,Local audio endpoint,mod_portaudio,,+alsa-lib)) -$(eval $(call BuildPlugin,portaudio-stream,portaudio stream format,mod_portaudio_stream,,+alsa-lib)) -$(eval $(call BuildPlugin,posix-timer,POSIX compliance soft timer,mod_posix_timer,,)) -$(eval $(call BuildPlugin,radius-cdr,Radius-CDR interface,mod_radius_cdr,,+freeradius2 @BROKEN)) # fails in freeradius-client -$(eval $(call BuildPlugin,redis,redis,mod_redis,,)) -$(eval $(call BuildPlugin,rss,RRS feeds via TTS,mod_rss,,)) -$(eval $(call BuildPlugin,rtmp,RTMP Protocol Handler,mod_rtmp,,)) -$(eval $(call BuildPlugin,say-de,German say,mod_say_de,,)) -$(eval $(call BuildPlugin,say-en,English say,mod_say_en,,)) -$(eval $(call BuildPlugin,say-es,Spanish say,mod_say_es,,)) -$(eval $(call BuildPlugin,say-fa,Persian say,mod_say_fa,,)) -$(eval $(call BuildPlugin,say-fr,French say,mod_say_fr,,)) -$(eval $(call BuildPlugin,say-hu,Hungarian say,mod_say_hu,,)) -$(eval $(call BuildPlugin,say-it,Italian say,mod_say_it,,)) -$(eval $(call BuildPlugin,say-nl,Dutch say,mod_say_nl,,)) -$(eval $(call BuildPlugin,say-pt,Portugeese say,mod_say_pt,,)) -$(eval $(call BuildPlugin,say-ru,Russian say,mod_say_ru,,)) -$(eval $(call BuildPlugin,say-th,Thai say,mod_say_th,,)) -$(eval $(call BuildPlugin,say-zh,Chineese say,mod_say_zh,,)) -$(eval $(call BuildPlugin,shell-stream,Shell stream,mod_shell_stream,,)) -$(eval $(call BuildPlugin,silk,codec mod_silk,mod_silk,,)) -$(eval $(call BuildPlugin,siren,G.722.1 codec,mod_siren,,)) -$(eval $(call BuildPlugin,skel,Application Framework Demo Module,mod_skel,,)) -$(eval $(call BuildPlugin,skinny,endpoint mod_skinny,mod_skinny,,)) -$(eval $(call BuildPlugin,skypopen,Skype compatible endpoint,mod_skypopen,,@FEATURE_drawing-backend_libX11)) -$(eval $(call BuildPlugin,sms,SMS application,mod_sms,,)) -$(eval $(call BuildPlugin,snapshot,application mod_snapshot,mod_snapshot,,)) -$(eval $(call BuildPlugin,sndfile,Multi-Format file transcoder,mod_sndfile,,)) -$(eval $(call BuildPlugin,snipe-hunt,application mod_snipe_hunt,mod_snipe_hunt,,)) -$(eval $(call BuildPlugin,snmp,Simple Network Management Protocol,mod_snmp,,+libnetsnmp)) -$(eval $(call BuildPlugin,snom,SNOM specific features,mod_snom,,)) -$(eval $(call BuildPlugin,sofia,SIP,mod_sofia,,)) -$(eval $(call BuildPlugin,spandsp,Span DSP,mod_spandsp,,+libjpeg)) -$(eval $(call BuildPlugin,speex,Speex codec,mod_speex,,)) -$(eval $(call BuildPlugin,spidermonkey,JavaScript,mod_spidermonkey,,@BROKEN)) # fails in js -$(eval $(call BuildPlugin,spidermonkey-core_db,JavaScript DB,mod_spidermonkey_core_db,,@BROKEN)) -$(eval $(call BuildPlugin,spidermonkey-curl,JavaScript Curl,mod_spidermonkey_curl,,@BROKEN)) -$(eval $(call BuildPlugin,spidermonkey-odbc,JavaScript ODBC,mod_spidermonkey_odbc,,@BROKEN)) -$(eval $(call BuildPlugin,spidermonkey-socket,JavaScript socket,mod_spidermonkey_socket,,@BROKEN)) -$(eval $(call BuildPlugin,spidermonkey-teletone,JavaScript teletone,mod_spidermonkey_teletone,,@BROKEN)) -$(eval $(call BuildPlugin,spy,User spy,mod_spy,,)) -$(eval $(call BuildPlugin,stress,application mod_stress,mod_stress,,)) -$(eval $(call BuildPlugin,syslog,SysLog logger,mod_syslog,,)) -$(eval $(call BuildPlugin,tone-stream,Tone generation stream,mod_tone_stream,,)) -$(eval $(call BuildPlugin,tts-commandline,ASR TTS cli,mod_tts_commandline,,)) -$(eval $(call BuildPlugin,unimrcp,MRCP interface,mod_unimrcp,,@BROKEN)) -$(eval $(call BuildPlugin,valet-parking,application mod_valet_parking,mod_valet_parking,,)) -$(eval $(call BuildPlugin,vmd,VoiceMail beep detection,mod_vmd,,)) -$(eval $(call BuildPlugin,voicemail,VoiceMail,mod_voicemail,,)) -$(eval $(call BuildPlugin,voicemail-ivr,VoiceMail IVR,mod_voicemail_ivr,,)) -$(eval $(call BuildPlugin,xml-cdr,XML-CDR handler,mod_xml_cdr,,+libcurl)) -$(eval $(call BuildPlugin,xml-curl,XML-Curl gateway,mod_xml_curl,,+libcurl)) -$(eval $(call BuildPlugin,xml-rpc,XML-RPC interface,mod_xml_rpc,,)) -$(eval $(call BuildPlugin,xml-scgi,SCGI XML Gateway,mod_xml_scgi,,)) -$(eval $(call BuildPlugin,yaml,YAML dialplans,mod_yaml,,)) - +$(eval $(call BuildPlugin,abstraction,An Abstraction To API Call,,,,)) +$(eval $(call BuildPlugin,alsa,Alsa Endpoint,,,,+alsa-lib)) +$(eval $(call BuildPlugin,amr,Adaptive Multi-Rate On Bandwidth Codec,,,,)) +$(eval $(call BuildPlugin,amrwb,Wide Band AMR,,,,)) +$(eval $(call BuildPlugin,avmd,Advanced Voice Mail Detection,,,,)) +$(eval $(call BuildPlugin,blacklist,Blacklist,,,,)) +$(eval $(call BuildPlugin,bv,BroadVoice16 and BroadVoice32 Audio Codec,,,,)) +$(eval $(call BuildPlugin,callcenter,Call Center,,,,)) +$(eval $(call BuildPlugin,cdr-csv,CSV-CDR Handler,,,,)) +$(eval $(call BuildPlugin,cdr-pg-csv,Postgress CDR Handler,,,,+coreutils +libpq +postresql)) +$(eval $(call BuildPlugin,cdr-sqlite,SQLite3 CDR Handler,,,,+libsqlite3)) +$(eval $(call BuildPlugin,celt,CELT Ultra-Low Delay Codec,,,,+libogg)) +$(eval $(call BuildPlugin,cepstral,Cepstral Interface,,,,@BROKEN)) # needs +$(eval $(call BuildPlugin,cidlookup,Data Query For CID->NAME Services,,,,+libcurl)) +$(eval $(call BuildPlugin,cluechoo,Framework Demo,,,,)) +$(eval $(call BuildPlugin,codec2,CoDec 2,,,,)) +$(eval $(call BuildPlugin,commands,API Commands,,,,)) +$(eval $(call BuildPlugin,conference,Conference Room,,,,)) +$(eval $(call BuildPlugin,console,Console Logger,,,,)) +$(eval $(call BuildPlugin,curl,HTTP Request,,,,+libcurl)) +$(eval $(call BuildPlugin,dahdi-codec,DAHDI Codecs,,,,)) +$(eval $(call BuildPlugin,db,Database Backend,,,,)) +$(eval $(call BuildPlugin,dialplan-asterisk,Asterisk Dialplan Parser,,,,)) +$(eval $(call BuildPlugin,dialplan-directory,Dialplan Directory,,,,)) +$(eval $(call BuildPlugin,dialplan-xml,Dialplan-XML Interface,,,,)) +$(eval $(call BuildPlugin,dingaling,Jabber Interface,,,,+libgcrypt +libopenssl)) +$(eval $(call BuildPlugin,directory,Search By Name Directory IVR,,,,)) +$(eval $(call BuildPlugin,distributor,Simple Robin-Round Load to Gateway,,,,)) +$(eval $(call BuildPlugin,dptools,Dialplan Tools,,,,)) +$(eval $(call BuildPlugin,easyroute,Simple DID Routing,,,,)) +$(eval $(call BuildPlugin,enum,ENUM Routing,,,,)) +$(eval $(call BuildPlugin,erlang-event,Erlang Event Handler,,,,+erlang)) +$(eval $(call BuildPlugin,esf,Extra SIP Functionality,,,,)) +$(eval $(call BuildPlugin,event-multicast,Multicast Event Handler,,,,)) +$(eval $(call BuildPlugin,event-socket,Socket Event Handler,,,,)) +$(eval $(call BuildPlugin,event-zmq,Socket Event Handler By Zero MQ,,,,+libuuid)) +$(eval $(call BuildPlugin,expr,Expression Evaluation,,,,)) +$(eval $(call BuildPlugin,fifo,FIFO,,,,)) +$(eval $(call BuildPlugin,file-string,Streaming Multiple Sound Files Sequentially,,,,@OBSOLETE)) # merged into dptools +$(eval $(call BuildPlugin,flite,Festival TTS,,,,@(!(armeb||avr32)||BROKEN))) +$(eval $(call BuildPlugin,fsk,Bell-202 1200-baud FSK decoder,,,,)) +$(eval $(call BuildPlugin,fsv,Video Player / Recorder,,,,)) +$(eval $(call BuildPlugin,g723-1,G.723.1 Codec,,,,)) +$(eval $(call BuildPlugin,g729,G.729 Codec,,,,)) +$(eval $(call BuildPlugin,gsmopen,GSM Modem compatible Endpoint,,,,+alsa-lib @BROKEN)) # needs gsmlib +$(eval $(call BuildPlugin,h26x,H26X Linear Codec,,,,)) +$(eval $(call BuildPlugin,h323,H323 Endpoint,,,,@BROKEN)) # Req. H323Plus v1.24.x or newer +$(eval $(call BuildPlugin,hash,API For Manipulating A Hash Table,,,,)) +$(eval $(call BuildPlugin,html5,HTML5 Endpoint Module,,,,)) +$(eval $(call BuildPlugin,httapi,HT Telephony API And HTTP Caching,,,,)) +$(eval $(call BuildPlugin,http-cache,HTTP GET With Caching,,,,+libcurl)) +$(eval $(call BuildPlugin,ilbc,ILBC Codec,,,,)) +$(eval $(call BuildPlugin,isac,iSAC Codec,,,,)) +$(eval $(call BuildPlugin,java,Java Language Interface,,,,@BROKEN)) # needs java +$(eval $(call BuildPlugin,json-cdr,JSon-CDR Interface,,,,+libcurl)) +$(eval $(call BuildPlugin,lcr,Least Cost Routing,,,,)) +$(eval $(call BuildPlugin,local-stream,Multi-Channel On Same Stream,,,,)) +$(eval $(call BuildPlugin,logfile,File Logger,,,,)) +$(eval $(call BuildPlugin,loopback,Loopback to Dialplan Endpoint,,,,)) +$(eval $(call BuildPlugin,lua,LUA Language Interface,,,,)) +$(eval $(call BuildPlugin,managed,Media Switching Software Library,,,,+glib2 @BROKEN)) # needs Mono +$(eval $(call BuildPlugin,mp4,MP4 File Format support for video apps,,,,@BROKEN)) # needs libmp4v2 +$(eval $(call BuildPlugin,mp4v,MP4 CoDec Support For Video,,,,)) +$(eval $(call BuildPlugin,native-file,WAV Format Sound Player,,,,)) +$(eval $(call BuildPlugin,nibblebill,Credit / Debit Billing,,,,)) +$(eval $(call BuildPlugin,oreka,Media Recording with Oreka,,,,)) +$(eval $(call BuildPlugin,openzap,Zaptel (Superseded by FreeTDM),ozmod,,,+$(PKG_NAME)-libopenzap +libpcap)) +$(eval $(call BuildPlugin,opus,Opus CoDec,,,,)) +$(eval $(call BuildPlugin,portaudio,Portaudio To Sound Card Interface,,,,+alsa-lib)) +$(eval $(call BuildPlugin,portaudio-stream,Portaudio Streaming Interface,,,,+alsa-lib)) +$(eval $(call BuildPlugin,posix-timer,POSIX Compliant Soft Timer,,,,)) +$(eval $(call BuildPlugin,radius-cdr,Radius-CDR interface,,,,+freeradius2 @BROKEN)) # fails in freeradius-client +$(eval $(call BuildPlugin,redis,Redis Limited Backend,,,,)) +$(eval $(call BuildPlugin,rss,RRS Feeds via TTS,,,,)) +$(eval $(call BuildPlugin,rtmp,RTMP Protocol Handler,,,,)) +$(eval $(call BuildPlugin,sangoma-codec,codec sangoma-codec,,,,@BROKEN)) # Req. Sangoma CoDec source +$(eval $(call BuildPlugin,say-de,German Say,,,,)) +$(eval $(call BuildPlugin,say-en,English Say,,,,)) +$(eval $(call BuildPlugin,say-es,Spanish Say,,,,)) +$(eval $(call BuildPlugin,say-fa,Persian Say,,,,)) +$(eval $(call BuildPlugin,say-fr,French Say,,,,)) +$(eval $(call BuildPlugin,say-hu,Hungarian Say,,,,)) +$(eval $(call BuildPlugin,say-it,Italian Say,,,,)) +$(eval $(call BuildPlugin,say-nl,Dutch Say,,,,)) +$(eval $(call BuildPlugin,say-pt,Portugeese Say,,,,)) +$(eval $(call BuildPlugin,say-ru,Russian Say,,,,)) +$(eval $(call BuildPlugin,say-th,Thai Say,,,,)) +$(eval $(call BuildPlugin,say-zh,Chineese Say,,,,)) +$(eval $(call BuildPlugin,shell-stream,Streaming Audio Through CLI,,,,)) +$(eval $(call BuildPlugin,silk,Skype(TM) SILK Codec Module,,,,)) +$(eval $(call BuildPlugin,siren,G.722.1 Codec,,,,)) +$(eval $(call BuildPlugin,skel,Template For New Module,,,,)) +$(eval $(call BuildPlugin,skinny,Skinny Call Control Protocol (SCCP),,,,)) +$(eval $(call BuildPlugin,skypopen,Skype Compatible Endpoint,,,,@FEATURE_drawing-backend_libX11)) +$(eval $(call BuildPlugin,sms,SMS,,,,)) +$(eval $(call BuildPlugin,snapshot,Record Audio Snapshot to File,,,,)) +$(eval $(call BuildPlugin,sndfile,Multi-Format Sound File,,,,)) +$(eval $(call BuildPlugin,snipe-hunt,Snipe Hunt (Simple Example Module),,,,)) +$(eval $(call BuildPlugin,snmp,SNMP AgentX Subagent,,,,+libnetsnmp)) +$(eval $(call BuildPlugin,snom,SNOM specific features,,,,)) +$(eval $(call BuildPlugin,sofia,SOFIA SIP,,,,)) +$(eval $(call BuildPlugin,sonar,Sonar Ping Timer,,,,)) +$(eval $(call BuildPlugin,spandsp,Span DSP,,,,+libjpeg)) +$(eval $(call BuildPlugin,speex,Speex codec,,,,)) +$(eval $(call BuildPlugin,spidermonkey,JavaScript,,,,@BROKEN)) # fails in js +$(eval $(call BuildPlugin,spidermonkey-core_db,JavaScript DB,,,,@BROKEN)) +$(eval $(call BuildPlugin,spidermonkey-curl,JavaScript Curl,,,,@BROKEN)) +$(eval $(call BuildPlugin,spidermonkey-odbc,JavaScript ODBC,,,,@BROKEN)) +$(eval $(call BuildPlugin,spidermonkey-socket,JavaScript socket,,,,@BROKEN)) +$(eval $(call BuildPlugin,spidermonkey-teletone,JavaScript teletone,,,,@BROKEN)) +$(eval $(call BuildPlugin,spy,User Spy,,,,)) +$(eval $(call BuildPlugin,stress,Voice Stress Detection,,,,)) +$(eval $(call BuildPlugin,syslog,SysLog logger,,,,)) +$(eval $(call BuildPlugin,tone-stream,Tone Generation Stream,,,,)) +$(eval $(call BuildPlugin,tts-commandline,ASR TTS Command Interface,,,,)) +$(eval $(call BuildPlugin,unimrcp,UniMRCP (MRCP client),,,,@BROKEN)) +$(eval $(call BuildPlugin,valet-parking,Valet Parking Application,,,,)) +$(eval $(call BuildPlugin,vmd,VoiceMail Beep Detection,,,,)) +$(eval $(call BuildPlugin,voicemail,VoiceMail,,,,)) +$(eval $(call BuildPlugin,voicemail-ivr,VoiceMail IVR,,,,)) +$(eval $(call BuildPlugin,xml-cdr,XML-CDR Handler,,,,+libcurl)) +$(eval $(call BuildPlugin,xml-curl,XML-Curl Gateway,,,,+libcurl)) +$(eval $(call BuildPlugin,xml-rpc,XML-RPC Interface,,,,)) +$(eval $(call BuildPlugin,xml-scgi,SCGI XML Gateway,,,,)) +$(eval $(call BuildPlugin,yaml,YAML langunage,,,,)) diff --git a/net/freeswitch/files/etc.packages/alsa/autoload_configs/alsa.conf.xml b/net/freeswitch/files/etc.packages/alsa/autoload_configs/alsa.conf.xml deleted file mode 100644 index e589acaac..000000000 --- a/net/freeswitch/files/etc.packages/alsa/autoload_configs/alsa.conf.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/net/freeswitch/files/etc.packages/blacklist/autoload_configs/blacklist.conf.xml b/net/freeswitch/files/etc.packages/blacklist/autoload_configs/blacklist.conf.xml deleted file mode 100644 index 33be75d14..000000000 --- a/net/freeswitch/files/etc.packages/blacklist/autoload_configs/blacklist.conf.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - diff --git a/net/freeswitch/files/etc.packages/blacklist/blacklists/blocked.list b/net/freeswitch/files/etc.packages/blacklist/blacklists/blocked.list deleted file mode 100644 index e69de29bb..000000000 diff --git a/net/freeswitch/files/etc.packages/callcenter/autoload_configs/callcenter.conf.xml b/net/freeswitch/files/etc.packages/callcenter/autoload_configs/callcenter.conf.xml deleted file mode 100644 index a069413ac..000000000 --- a/net/freeswitch/files/etc.packages/callcenter/autoload_configs/callcenter.conf.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/net/freeswitch/files/etc.packages/cdr-csv/autoload_configs/cdr_csv.conf.xml b/net/freeswitch/files/etc.packages/cdr-csv/autoload_configs/cdr_csv.conf.xml deleted file mode 100644 index 8d796c68f..000000000 --- a/net/freeswitch/files/etc.packages/cdr-csv/autoload_configs/cdr_csv.conf.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/net/freeswitch/files/etc.packages/cdr-mongodb/autoload_configs/cdr_mongodb.conf.xml b/net/freeswitch/files/etc.packages/cdr-mongodb/autoload_configs/cdr_mongodb.conf.xml deleted file mode 100644 index ce366d1bd..000000000 --- a/net/freeswitch/files/etc.packages/cdr-mongodb/autoload_configs/cdr_mongodb.conf.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/net/freeswitch/files/etc.packages/cdr-pg-csv/autoload_configs/cdr_pg_csv.conf.xml b/net/freeswitch/files/etc.packages/cdr-pg-csv/autoload_configs/cdr_pg_csv.conf.xml deleted file mode 100644 index 4fec817b4..000000000 --- a/net/freeswitch/files/etc.packages/cdr-pg-csv/autoload_configs/cdr_pg_csv.conf.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/net/freeswitch/files/etc.packages/console/autoload_configs/console.conf.xml b/net/freeswitch/files/etc.packages/console/autoload_configs/console.conf.xml deleted file mode 100644 index 2d9e3e8de..000000000 --- a/net/freeswitch/files/etc.packages/console/autoload_configs/console.conf.xml +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/net/freeswitch/files/etc.packages/dingaling/autoload_configs/dingaling.conf.xml b/net/freeswitch/files/etc.packages/dingaling/autoload_configs/dingaling.conf.xml deleted file mode 100644 index ce1319112..000000000 --- a/net/freeswitch/files/etc.packages/dingaling/autoload_configs/dingaling.conf.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/net/freeswitch/files/etc.packages/event-multicast/autoload_configs/event_multicast.conf.xml b/net/freeswitch/files/etc.packages/event-multicast/autoload_configs/event_multicast.conf.xml deleted file mode 100644 index eac039260..000000000 --- a/net/freeswitch/files/etc.packages/event-multicast/autoload_configs/event_multicast.conf.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/net/freeswitch/files/etc.packages/event-socket/autoload_configs/event_socket.conf.xml b/net/freeswitch/files/etc.packages/event-socket/autoload_configs/event_socket.conf.xml deleted file mode 100644 index 5ea2e0978..000000000 --- a/net/freeswitch/files/etc.packages/event-socket/autoload_configs/event_socket.conf.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/net/freeswitch/files/etc.packages/httapi/autoload_configs/httapi.conf.xml b/net/freeswitch/files/etc.packages/httapi/autoload_configs/httapi.conf.xml deleted file mode 100644 index 68ab54818..000000000 --- a/net/freeswitch/files/etc.packages/httapi/autoload_configs/httapi.conf.xml +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/net/freeswitch/files/etc.packages/http-cache/autoload_configs/http_cache.conf.xml b/net/freeswitch/files/etc.packages/http-cache/autoload_configs/http_cache.conf.xml deleted file mode 100644 index 4f0526965..000000000 --- a/net/freeswitch/files/etc.packages/http-cache/autoload_configs/http_cache.conf.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/net/freeswitch/files/etc.packages/local-stream/autoload_configs/local_stream.conf.xml b/net/freeswitch/files/etc.packages/local-stream/autoload_configs/local_stream.conf.xml deleted file mode 100644 index 94a566539..000000000 --- a/net/freeswitch/files/etc.packages/local-stream/autoload_configs/local_stream.conf.xml +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/net/freeswitch/files/etc.packages/logfile/autoload_configs/logfile.conf.xml b/net/freeswitch/files/etc.packages/logfile/autoload_configs/logfile.conf.xml deleted file mode 100644 index 65bea552b..000000000 --- a/net/freeswitch/files/etc.packages/logfile/autoload_configs/logfile.conf.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/net/freeswitch/files/etc.packages/lua/autoload_configs/lua.conf.xml b/net/freeswitch/files/etc.packages/lua/autoload_configs/lua.conf.xml deleted file mode 100644 index 1eb594f0b..000000000 --- a/net/freeswitch/files/etc.packages/lua/autoload_configs/lua.conf.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/net/freeswitch/files/etc.packages/pocketsphinx/autoload_configs/pocketsphinx.conf.xml b/net/freeswitch/files/etc.packages/pocketsphinx/autoload_configs/pocketsphinx.conf.xml deleted file mode 100644 index 3bf7d5e57..000000000 --- a/net/freeswitch/files/etc.packages/pocketsphinx/autoload_configs/pocketsphinx.conf.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/net/freeswitch/files/etc.packages/rtmp/autoload_configs/rtmp.conf.xml b/net/freeswitch/files/etc.packages/rtmp/autoload_configs/rtmp.conf.xml deleted file mode 100644 index d5d278810..000000000 --- a/net/freeswitch/files/etc.packages/rtmp/autoload_configs/rtmp.conf.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/net/freeswitch/files/etc.packages/say-de/lang/de/de.xml b/net/freeswitch/files/etc.packages/say-de/lang/de/de.xml deleted file mode 100644 index a7dbab0c0..000000000 --- a/net/freeswitch/files/etc.packages/say-de/lang/de/de.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - diff --git a/net/freeswitch/files/etc.packages/say-de/lang/de/demo/demo.xml b/net/freeswitch/files/etc.packages/say-de/lang/de/demo/demo.xml deleted file mode 100644 index fa77948b6..000000000 --- a/net/freeswitch/files/etc.packages/say-de/lang/de/demo/demo.xml +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/net/freeswitch/files/etc.packages/say-de/lang/de/vm/sounds.xml b/net/freeswitch/files/etc.packages/say-de/lang/de/vm/sounds.xml deleted file mode 100644 index 657e611c2..000000000 --- a/net/freeswitch/files/etc.packages/say-de/lang/de/vm/sounds.xml +++ /dev/null @@ -1,413 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/net/freeswitch/files/etc.packages/say-de/lang/de/vm/tts.xml b/net/freeswitch/files/etc.packages/say-de/lang/de/vm/tts.xml deleted file mode 100644 index f91cae1b9..000000000 --- a/net/freeswitch/files/etc.packages/say-de/lang/de/vm/tts.xml +++ /dev/null @@ -1,224 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/net/freeswitch/files/etc.packages/say-en/lang/en/demo/demo-ivr.xml b/net/freeswitch/files/etc.packages/say-en/lang/en/demo/demo-ivr.xml deleted file mode 100644 index 98f155a26..000000000 --- a/net/freeswitch/files/etc.packages/say-en/lang/en/demo/demo-ivr.xml +++ /dev/null @@ -1,156 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/net/freeswitch/files/etc.packages/say-en/lang/en/demo/demo.xml b/net/freeswitch/files/etc.packages/say-en/lang/en/demo/demo.xml deleted file mode 100644 index bcfe6a822..000000000 --- a/net/freeswitch/files/etc.packages/say-en/lang/en/demo/demo.xml +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/net/freeswitch/files/etc.packages/say-en/lang/en/demo/funnies.xml b/net/freeswitch/files/etc.packages/say-en/lang/en/demo/funnies.xml deleted file mode 100644 index e901c5ad9..000000000 --- a/net/freeswitch/files/etc.packages/say-en/lang/en/demo/funnies.xml +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/net/freeswitch/files/etc.packages/say-en/lang/en/dir/sounds.xml b/net/freeswitch/files/etc.packages/say-en/lang/en/dir/sounds.xml deleted file mode 100644 index b715a7f82..000000000 --- a/net/freeswitch/files/etc.packages/say-en/lang/en/dir/sounds.xml +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/net/freeswitch/files/etc.packages/say-en/lang/en/dir/tts.xml b/net/freeswitch/files/etc.packages/say-en/lang/en/dir/tts.xml deleted file mode 100644 index d5f112dcd..000000000 --- a/net/freeswitch/files/etc.packages/say-en/lang/en/dir/tts.xml +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/net/freeswitch/files/etc.packages/say-en/lang/en/en.xml b/net/freeswitch/files/etc.packages/say-en/lang/en/en.xml deleted file mode 100644 index 3d27bce17..000000000 --- a/net/freeswitch/files/etc.packages/say-en/lang/en/en.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/net/freeswitch/files/etc.packages/say-en/lang/en/ivr/sounds.xml b/net/freeswitch/files/etc.packages/say-en/lang/en/ivr/sounds.xml deleted file mode 100644 index 5e8b2a1a0..000000000 --- a/net/freeswitch/files/etc.packages/say-en/lang/en/ivr/sounds.xml +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/net/freeswitch/files/etc.packages/say-en/lang/en/vm/sounds.xml b/net/freeswitch/files/etc.packages/say-en/lang/en/vm/sounds.xml deleted file mode 100644 index fdef472a5..000000000 --- a/net/freeswitch/files/etc.packages/say-en/lang/en/vm/sounds.xml +++ /dev/null @@ -1,441 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/net/freeswitch/files/etc.packages/say-en/lang/en/vm/tts.xml b/net/freeswitch/files/etc.packages/say-en/lang/en/vm/tts.xml deleted file mode 100644 index 2de4b3781..000000000 --- a/net/freeswitch/files/etc.packages/say-en/lang/en/vm/tts.xml +++ /dev/null @@ -1,249 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/net/freeswitch/files/etc.packages/say-fr/lang/fr/demo/demo.xml b/net/freeswitch/files/etc.packages/say-fr/lang/fr/demo/demo.xml deleted file mode 100644 index 0d0de592a..000000000 --- a/net/freeswitch/files/etc.packages/say-fr/lang/fr/demo/demo.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/net/freeswitch/files/etc.packages/say-fr/lang/fr/dir/sounds.xml b/net/freeswitch/files/etc.packages/say-fr/lang/fr/dir/sounds.xml deleted file mode 100644 index a0dcb2c0e..000000000 --- a/net/freeswitch/files/etc.packages/say-fr/lang/fr/dir/sounds.xml +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/net/freeswitch/files/etc.packages/say-fr/lang/fr/dir/tts.xml b/net/freeswitch/files/etc.packages/say-fr/lang/fr/dir/tts.xml deleted file mode 100644 index 7d3e5e309..000000000 --- a/net/freeswitch/files/etc.packages/say-fr/lang/fr/dir/tts.xml +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/net/freeswitch/files/etc.packages/say-fr/lang/fr/fr.xml b/net/freeswitch/files/etc.packages/say-fr/lang/fr/fr.xml deleted file mode 100644 index eaf00f247..000000000 --- a/net/freeswitch/files/etc.packages/say-fr/lang/fr/fr.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/net/freeswitch/files/etc.packages/say-fr/lang/fr/vm/sounds.xml b/net/freeswitch/files/etc.packages/say-fr/lang/fr/vm/sounds.xml deleted file mode 100644 index 9cd209eab..000000000 --- a/net/freeswitch/files/etc.packages/say-fr/lang/fr/vm/sounds.xml +++ /dev/null @@ -1,255 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/net/freeswitch/files/etc.packages/say-he/lang/he/demo/demo-ivr.xml b/net/freeswitch/files/etc.packages/say-he/lang/he/demo/demo-ivr.xml deleted file mode 100644 index df8d24b75..000000000 --- a/net/freeswitch/files/etc.packages/say-he/lang/he/demo/demo-ivr.xml +++ /dev/null @@ -1,157 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/net/freeswitch/files/etc.packages/say-he/lang/he/demo/demo.xml b/net/freeswitch/files/etc.packages/say-he/lang/he/demo/demo.xml deleted file mode 100644 index bcfe6a822..000000000 --- a/net/freeswitch/files/etc.packages/say-he/lang/he/demo/demo.xml +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/net/freeswitch/files/etc.packages/say-he/lang/he/dir/sounds.xml b/net/freeswitch/files/etc.packages/say-he/lang/he/dir/sounds.xml deleted file mode 100644 index 5fd13fffc..000000000 --- a/net/freeswitch/files/etc.packages/say-he/lang/he/dir/sounds.xml +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/net/freeswitch/files/etc.packages/say-he/lang/he/he.xml b/net/freeswitch/files/etc.packages/say-he/lang/he/he.xml deleted file mode 100644 index 7cca73c1e..000000000 --- a/net/freeswitch/files/etc.packages/say-he/lang/he/he.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - diff --git a/net/freeswitch/files/etc.packages/say-he/lang/he/vm/sounds.xml b/net/freeswitch/files/etc.packages/say-he/lang/he/vm/sounds.xml deleted file mode 100644 index 917c84b03..000000000 --- a/net/freeswitch/files/etc.packages/say-he/lang/he/vm/sounds.xml +++ /dev/null @@ -1,417 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/net/freeswitch/files/etc.packages/say-ru/lang/ru/demo/demo-ivr.xml b/net/freeswitch/files/etc.packages/say-ru/lang/ru/demo/demo-ivr.xml deleted file mode 100644 index 7de0d7fd0..000000000 --- a/net/freeswitch/files/etc.packages/say-ru/lang/ru/demo/demo-ivr.xml +++ /dev/null @@ -1,154 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/net/freeswitch/files/etc.packages/say-ru/lang/ru/demo/demo.xml b/net/freeswitch/files/etc.packages/say-ru/lang/ru/demo/demo.xml deleted file mode 100644 index 10c9dbc55..000000000 --- a/net/freeswitch/files/etc.packages/say-ru/lang/ru/demo/demo.xml +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/net/freeswitch/files/etc.packages/say-ru/lang/ru/dir/sounds.xml b/net/freeswitch/files/etc.packages/say-ru/lang/ru/dir/sounds.xml deleted file mode 100644 index a0dcb2c0e..000000000 --- a/net/freeswitch/files/etc.packages/say-ru/lang/ru/dir/sounds.xml +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/net/freeswitch/files/etc.packages/say-ru/lang/ru/dir/tts.xml b/net/freeswitch/files/etc.packages/say-ru/lang/ru/dir/tts.xml deleted file mode 100644 index f0aafa267..000000000 --- a/net/freeswitch/files/etc.packages/say-ru/lang/ru/dir/tts.xml +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/net/freeswitch/files/etc.packages/say-ru/lang/ru/ru.xml b/net/freeswitch/files/etc.packages/say-ru/lang/ru/ru.xml deleted file mode 100644 index 5f52e768a..000000000 --- a/net/freeswitch/files/etc.packages/say-ru/lang/ru/ru.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - diff --git a/net/freeswitch/files/etc.packages/say-ru/lang/ru/vm/sounds.xml b/net/freeswitch/files/etc.packages/say-ru/lang/ru/vm/sounds.xml deleted file mode 100644 index 2ee9e6ec5..000000000 --- a/net/freeswitch/files/etc.packages/say-ru/lang/ru/vm/sounds.xml +++ /dev/null @@ -1,374 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/net/freeswitch/files/etc.packages/say-ru/lang/ru/vm/tts.xml b/net/freeswitch/files/etc.packages/say-ru/lang/ru/vm/tts.xml deleted file mode 100644 index 2de4b3781..000000000 --- a/net/freeswitch/files/etc.packages/say-ru/lang/ru/vm/tts.xml +++ /dev/null @@ -1,249 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/net/freeswitch/files/etc.packages/sms/chatplan/default.xml b/net/freeswitch/files/etc.packages/sms/chatplan/default.xml deleted file mode 100644 index b67bb638f..000000000 --- a/net/freeswitch/files/etc.packages/sms/chatplan/default.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/net/freeswitch/files/etc.packages/sofia/autoload_configs/sofia.conf.xml b/net/freeswitch/files/etc.packages/sofia/autoload_configs/sofia.conf.xml deleted file mode 100644 index a5e861432..000000000 --- a/net/freeswitch/files/etc.packages/sofia/autoload_configs/sofia.conf.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/net/freeswitch/files/etc.packages/spandsp/autoload_configs/fax.conf.xml b/net/freeswitch/files/etc.packages/spandsp/autoload_configs/fax.conf.xml deleted file mode 100644 index c7d825665..000000000 --- a/net/freeswitch/files/etc.packages/spandsp/autoload_configs/fax.conf.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/net/freeswitch/files/etc.packages/spandsp/autoload_configs/spandsp.conf.xml b/net/freeswitch/files/etc.packages/spandsp/autoload_configs/spandsp.conf.xml deleted file mode 100644 index f70416bc6..000000000 --- a/net/freeswitch/files/etc.packages/spandsp/autoload_configs/spandsp.conf.xml +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/net/freeswitch/files/etc.packages/syslog/autoload_configs/syslog.conf.xml b/net/freeswitch/files/etc.packages/syslog/autoload_configs/syslog.conf.xml deleted file mode 100644 index 636a12c8c..000000000 --- a/net/freeswitch/files/etc.packages/syslog/autoload_configs/syslog.conf.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/net/freeswitch/files/etc.packages/tts-commandline/autoload_configs/tts_commandline.conf.xml b/net/freeswitch/files/etc.packages/tts-commandline/autoload_configs/tts_commandline.conf.xml deleted file mode 100644 index eb816431b..000000000 --- a/net/freeswitch/files/etc.packages/tts-commandline/autoload_configs/tts_commandline.conf.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - diff --git a/net/freeswitch/files/etc.packages/unimrcp/autoload_configs/unimrcp.conf.xml b/net/freeswitch/files/etc.packages/unimrcp/autoload_configs/unimrcp.conf.xml deleted file mode 100644 index 45dda798a..000000000 --- a/net/freeswitch/files/etc.packages/unimrcp/autoload_configs/unimrcp.conf.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/net/freeswitch/files/etc.packages/voicemail-ivr/autoload_configs/voicemail_ivr.conf.xml b/net/freeswitch/files/etc.packages/voicemail-ivr/autoload_configs/voicemail_ivr.conf.xml deleted file mode 100644 index 529509a49..000000000 --- a/net/freeswitch/files/etc.packages/voicemail-ivr/autoload_configs/voicemail_ivr.conf.xml +++ /dev/null @@ -1,208 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/net/freeswitch/files/etc.packages/voicemail/autoload_configs/voicemail.conf.xml b/net/freeswitch/files/etc.packages/voicemail/autoload_configs/voicemail.conf.xml deleted file mode 100644 index d03927925..000000000 --- a/net/freeswitch/files/etc.packages/voicemail/autoload_configs/voicemail.conf.xml +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/net/freeswitch/files/etc.packages/xml-cdr/autoload_configs/xml_cdr.conf.xml b/net/freeswitch/files/etc.packages/xml-cdr/autoload_configs/xml_cdr.conf.xml deleted file mode 100644 index ac9b1f94d..000000000 --- a/net/freeswitch/files/etc.packages/xml-cdr/autoload_configs/xml_cdr.conf.xml +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/net/freeswitch/patches/001-build-modules_conf_in.patch b/net/freeswitch/patches/001-build-modules_conf_in.patch index ecfc0a94f..736d9a47b 100644 --- a/net/freeswitch/patches/001-build-modules_conf_in.patch +++ b/net/freeswitch/patches/001-build-modules_conf_in.patch @@ -55,3 +55,11 @@ event_handlers/mod_event_socket #event_handlers/mod_event_zmq #event_handlers/mod_radius_cdr +@@ -113,6 +122,7 @@ loggers/mod_syslog + #say/mod_say_de + say/mod_say_en + #say/mod_say_es ++#say/mod_say_fa + #say/mod_say_fr + #say/mod_say_he + #say/mod_say_hu