pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Adding FreeSWITCH-1.6.17 package



Module Name:	pkgsrc-wip
Committed By:	Angel M. Adames <angelmadames%gmail.com@localhost>
Pushed By:	angelmadames
Date:		Wed May 3 15:58:37 2017 -0400
Changeset:	370c5f097950cb10701da0efaf2b7b67c793fa78

Modified Files:
	freeswitch-core/DESCR
	freeswitch-core/Makefile
	freeswitch-core/PLIST
	freeswitch-core/distinfo
	freeswitch-core/patches/patch-configure
Added Files:
	freeswitch-core/files/freeswitch.sh
	freeswitch-core/patches/patch-libs_spandsp_configure
	freeswitch-core/patches/patch-libs_spandsp_unpack__gsm0610__data.sh
	freeswitch-core/patches/patch-libs_unimrcp_configure
Removed Files:
	freeswitch-core/files/freeswitch.in
	freeswitch-core/files/pkg-install.in
	freeswitch-core/files/pkg-message.in
	freeswitch-core/patches/patch-modules.conf
	freeswitch-core/patches/patch-src_mod_asr__tts_mod__flite_mod__flite.c
	freeswitch-core/patches/patch-src_mod_codecs_mod__codec2_mod__codec2.c
	freeswitch-core/patches/patch-src_mod_formats_mod__shout_mod__shout.c

Log Message:
Adding FreeSWITCH-1.6.17 package

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=370c5f097950cb10701da0efaf2b7b67c793fa78

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 freeswitch-core/DESCR                              |  16 +-
 freeswitch-core/Makefile                           | 325 ++++-----
 freeswitch-core/PLIST                              | 770 ++++++++++-----------
 freeswitch-core/distinfo                           |  19 +-
 freeswitch-core/files/freeswitch.in                |  49 --
 freeswitch-core/files/freeswitch.sh                |  30 +
 freeswitch-core/files/pkg-install.in               |  39 --
 freeswitch-core/files/pkg-message.in               |  20 -
 freeswitch-core/patches/patch-configure            |  35 +-
 .../patches/patch-libs_spandsp_configure           |  22 +
 .../patch-libs_spandsp_unpack__gsm0610__data.sh    |  22 +
 .../patches/patch-libs_unimrcp_configure           |  13 +
 freeswitch-core/patches/patch-modules.conf         | 159 -----
 .../patch-src_mod_asr__tts_mod__flite_mod__flite.c |  13 -
 .../patch-src_mod_codecs_mod__codec2_mod__codec2.c |  13 -
 .../patch-src_mod_formats_mod__shout_mod__shout.c  |  13 -
 16 files changed, 660 insertions(+), 898 deletions(-)

diffs:
diff --git a/freeswitch-core/DESCR b/freeswitch-core/DESCR
index 30a060068c..bb55f3a806 100644
--- a/freeswitch-core/DESCR
+++ b/freeswitch-core/DESCR
@@ -1,5 +1,13 @@
-FreeSwitch Voip SoftSwitch & OpenSource PBX
+FreeSWITCH is an open source telephony platform designed to facilitate
+the creation of voice and chat driven products scaling from a soft-phone
+up to a soft-switch.  It can be used as a simple switching engine, a
+media gateway or a media server to host IVR applications using simple
+scripts or XML to control the callflow.
 
-FreeSWITCH is a scalable open source cross-platform telephony platform
-designed to route and interconnect popular communication protocols using
-audio, video, text or any other form of media.
+FreeSWITCH supports various communication technologies such as SIP, H.323
+and GoogleTalk. This makes it easy to interface with other open source
+PBX systems such as sipX, OpenPBX, Bayonne, YATE or Asterisk. It also
+also support both wide and narrow band codecs. This makes it an ideal
+solution to bridge legacy  devices to the future. The voice channels and
+the conference bridge module all can operate at 8, 16 or 32 KHz
+and can bridge channels of different rates.
diff --git a/freeswitch-core/Makefile b/freeswitch-core/Makefile
index 76d55d2e50..f9fff35a3d 100644
--- a/freeswitch-core/Makefile
+++ b/freeswitch-core/Makefile
@@ -1,184 +1,187 @@
-# $NetBSD: Makefile,v 1.1 2014/08/07 17:40:11 darcycain Exp $
+# $NetBSD$
 
-DISTNAME=	freeswitch-${VERSION}
-PKGNAME=	freeswitch-core-${VERSION}
-VERSION=	1.6.5
-CATEGORIES=	net
-MASTER_SITES=	http://files.freeswitch.org/
-EXTRACT_SUFX=	.tar.bz2
+DISTNAME=       freeswitch-${VERSION}
+VERSION=        1.6.17
+CATEGORIES=     net
+MASTER_SITES=   http://files.freeswitch.org/
+EXTRACT_SUFX=   .tar.xz
 
-MAINTAINER=	darcy%NetBSD.org@localhost
-HOMEPAGE=	http://www.freeswitch.org/
-COMMENT=	FreeSwitch SoftSwitch Port
-LICENSE=	mpl-1.1
+MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=       http://www.freeswitch.org/
+COMMENT=        FreeSwitch SoftSwitch Port
+LICENSE=        mpl-1.1
 
-#DEPENDS+=	flite>=1.3.0:../../audio/flite
+GNU_CONFIGURE=  	yes
+USE_LIBTOOL=    	yes
+LIBTOOL_OVERRIDE=	libtool */libtool */*/libtool */*/*/libtool
+USE_LANGUAGES=  	c c++
+USE_TOOLS+=     	automake autoconf gmake perl pkg-config
 
-GNU_CONFIGURE=	yes
-USE_LIBTOOL=	yes
-USE_LANGUAGES=	c c++ fortran
-USE_TOOLS+=	automake autoconf gmake perl pkg-config libtool
-ONLY_FOR_COMPILER=	gcc
-#GCC_REQD+=		4.9
+BUILD_DEFS+=		VARBASE
+
+SYSCONFSUBDIR=		freeswitch
 
-PTLIB_CFLAGS+=          -I${BUILDLINK_PREFIX.ptlib}/share/ptlib/
-MP4V2_CFLAGS+=		-c -Wall -I${BUILDLINK_PREFIX.mp4v2}/include/mp4v2
-DATADIR=		${VARBASE}/db/freeswitch
 CONFIGURE_ARGS+=	--prefix=${PREFIX}
+CONFIGURE_ARGS+=	--exec-prefix=${PREFIX}/bin
 CONFIGURE_ARGS+=	--bindir=${PREFIX}/bin
-CONFIGURE_ARGS+=	--datadir=${DATADIR}
-CONFIGURE_ARGS+=	--includedir=${PREFIX}/include/freeswitch
-CONFIGURE_ARGS+=	--libdir=${PREFIX}/lib/freeswitch/lib
-CONFIGURE_ARGS+=	--localstatedir=/var
-CONFIGURE_ARGS+=	--sysconfdir=${PREFIX}/etc/freeswitch/conf
-CONFIGURE_ARGS+=	--with-htdocsdir=${PREFIX}/share/doc/html/freeswitch/htdocs
-CONFIGURE_ARGS+=	--with-soundsdir=${PREFIX}/share/freeswitch/sounds
-CONFIGURE_ARGS+=	--with-grammardir=${PREFIX}/etc/freeswitch/grammar
-CONFIGURE_ARGS+=	--with-scriptdir=${PREFIX}/etc/freeswitch/scripts
-CONFIGURE_ARGS+=	--with-modinstdir=${PREFIX}/lib/freeswitch/mod
-CONFIGURE_ARGS+=	--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
-CONFIGURE_ARGS+=	--with-storagedir=/var/freeswitch
-CONFIGURE_ARGS+=	--with-recordingsdir=/var/freeswitch/recordings
-CONFIGURE_ARGS+=	--with-memcached=yes	
-CONFIGURE_ARGS+=	--with-memcached=${PREFIX}
-CONFIGURE_ARGS+=	--with-memcached-libraries=${PREFIX}/lib
-CONFIGURE_ARGS+=	--with-memcached-includes=${PREFIX}/include
-CONFIGURE_ARGS+=	--with-ogg=${PREFIX}
-CONFIGURE_ARGS+=	--with-ogg-libraries=${PREFIX}/lib
-CONFIGURE_ARGS+=	--with-ogg-includes=${PREFIX}/include
-#CONFIGURE_ARGS+=	--disable-core-libedit-support
-CONFIGURE_ARGS+=	--with-libedit=${BUILDLINK_PREFIX.editline}
-CONFIGURE_ARGS+=	--enable-system-xmlrpc-c --enable-zrtp
-CONFIGURE_ARGS+=	--enable-core-pgsql-support
-
-ETCDIR=			${PREFIX}/etc/freeswitch
-WWWDIR=			${PREFIX}/www/freeswitch
-
-.include "../../mk/bsd.prefs.mk"
-#.include "../../wip/freeswitch-core/options.mk"
+CONFIGURE_ARGS+=	--libexecdir=${PREFIX}/libexec
+CONFIGURE_ARGS+=	--sysconfdir=${PREFIX}/etc
+CONFIGURE_ARGS+=	--libdir=${PREFIX}/lib
+CONFIGURE_ARGS+=	--localstatedir=${VARBASE}/db/freeswitch
+CONFIGURE_ARGS+= 	--datarootdir=${PREFIX}/share
+CONFIGURE_ARGS+=	--includedir=${PREFIX}/include
+CONFIGURE_ARGS+=	--mandir=${PREFIX}/${PKGMANDIR}
+CONFIGURE_ARGS+=	--docdir=${PREFIX}/share/doc
+CONFIGURE_ARGS+=	--htmldir=${PREFIX}/doc
+CONFIGURE_ARGS+=	--dvidir=${PREFIX}/doc
+CONFIGURE_ARGS+=	--psdir=${PREFIX}/doc
+CONFIGURE_ARGS+=	--with-cachedir=${VARBASE}/cache/freeswitch
+CONFIGURE_ARGS+=	--with-storagedir=${VARBASE}/db/freeswitch
+CONFIGURE_ARGS+=	--with-rundir=${VARBASE}/run/freeswitch
+CONFIGURE_ARGS+=	--with-logfiledir=${VARBASE}/log/freeswitch
+CONFIGURE_ARGS+=	--with-dbdir=${VARBASE}/db/freeswitch
+CONFIGURE_ARGS+=	--with-imagesdir=${PREFIX}/share/freeswitch/images
+CONFIGURE_ARGS+=	--with-recordingsdir=${PREFIX}/freeswitch/recordings
+CONFIGURE_ARGS+=	--with-modinstdir=${PREFIX}/freeswitch/modules
+CONFIGURE_ARGS+=	--disable-libvpx
+CONFIGURE_ARGS+=	--enable-srtp
+CONFIGURE_ARGS+=	--enable-zrtp
 
-CFLAGS+=		-I${BUILDLINK_PREFIX.sofia-sip}/include/sofia-sip-1.12
-CFLAGS+=		-I${BUILDLINK_PREFIX.srtp}/include/srtp
-CFLAGS+=		-I${BUILDLINK_PREFIX.mp4v2}/include/mp4v2
-CFLAGS+=		-I${BUILDLINK_PREFIX.flite}/include/flite
-CFLAGS+=		-I${PREFIX}/include/flite
-FLITE_LIBS+=		-I${BUILDLINK_PREFIX.flite}/include/flite
-FLITE_LIBS+=		-I${PREFIX}/include/flite
-FLITE_CFLAGS+=		-I${BUILDLINK_PREFIX.flite}/include/flite -L${BUILDLINK_PREFIX.flite}/include/flite
-FLITE_CFLAGS+=		-I${PREFIX}/include/flite -L${PREFIX}/include/flite
-CXXFLAGS+=		-I${BUILDLINK_PREFIX.flite}/include/flite -L${BUILDLINK_PREFIX.flite}/include/flite
-CXXFLAGS+=		-I${PREFIX}/include/flite -L${PREFIX}/include/flite
-
-BUILDLINK_TRANSFORM+=	rm:-Werror
-LDFLAGS+=		-Wl,-R${BUILDLINK_PREFIX.srtp}/lib
-LDFLAGS+=		-Wl,-L${BUILDLINK_PREFIX.srtp}/lib
-INSTALLATION_DIRS+=	lib/freeswitch/mod ${DATADIR}/sounds
+REPLACE_PERL+=	support-d/utils/filebug.pl
+REPLACE_PERL+=	support-d/utils/gl
+REPLACE_PERL+=	support-d/utils/hashfinder
+REPLACE_PERL+=	support-d/utils/rwlock.pl
+REPLACE_PERL+=	support-d/utils/fixbug.pl
+REPLACE_PERL+=	support-d/utils/btgrep
+REPLACE_PERL+=	build/strip.pl
+REPLACE_PERL+=	libs/xmlrpc-c/tools/binmode-rpc-kit/binmode-rpc2xml-rpc
+REPLACE_PERL+=	libs/xmlrpc-c/tools/binmode-rpc-kit/oct2bin
+REPLACE_PERL+=	libs/apr/helpers/apr_rename.pl
+REPLACE_PERL+=	libs/sofia-sip/libsofia-sip-ua/tport/make_node_cert.pl
+REPLACE_PERL+=	libs/sofia-sip/libsofia-sip-ua/tport/make_root_cert.pl
+REPLACE_PERL+=	libs/libzrtp/create_pack.pl
+REPLACE_PERL+=	libs/libtpl-1.5/lang/perl/tplfmt
+REPLACE_PERL+=	libs/libtpl-1.5/lang/perl/tplxml
+REPLACE_PERL+=	libs/libtpl-1.5/lang/perl/tests/test13
+REPLACE_PERL+=	libs/libtpl-1.5/lang/perl/tests/test6
+REPLACE_PERL+=	libs/libtpl-1.5/lang/perl/tests/test9
+REPLACE_PERL+=	libs/libtpl-1.5/lang/perl/tests/test12
+REPLACE_PERL+=	libs/libtpl-1.5/lang/perl/tests/test2
+REPLACE_PERL+=	libs/libtpl-1.5/lang/perl/tests/test21
+REPLACE_PERL+=	libs/libtpl-1.5/lang/perl/tests/test16
+REPLACE_PERL+=	libs/libtpl-1.5/lang/perl/tests/test8
+REPLACE_PERL+=	libs/libtpl-1.5/lang/perl/tests/test22
+REPLACE_PERL+=	libs/libtpl-1.5/lang/perl/tests/test14
+REPLACE_PERL+=	libs/libtpl-1.5/lang/perl/tests/test4
+REPLACE_PERL+=	libs/libtpl-1.5/lang/perl/tests/test7
+REPLACE_PERL+=	libs/libtpl-1.5/lang/perl/tests/test15
+REPLACE_PERL+=	libs/libtpl-1.5/lang/perl/tests/test18
+REPLACE_PERL+=	libs/libtpl-1.5/lang/perl/tests/test1
+REPLACE_PERL+=	libs/libtpl-1.5/lang/perl/tests/do_tests
+REPLACE_PERL+=	libs/libtpl-1.5/lang/perl/tests/test20
+REPLACE_PERL+=	libs/libtpl-1.5/lang/perl/tests/test23
+REPLACE_PERL+=	libs/libtpl-1.5/lang/perl/tests/test11
+REPLACE_PERL+=	libs/libtpl-1.5/lang/perl/tests/test10
+REPLACE_PERL+=	libs/libtpl-1.5/lang/perl/tests/client.pl
+REPLACE_PERL+=	libs/libtpl-1.5/lang/perl/tests/test3
+REPLACE_PERL+=	libs/libtpl-1.5/lang/perl/tests/test19
+REPLACE_PERL+=	libs/libtpl-1.5/lang/perl/tests/test5
+REPLACE_PERL+=	libs/libtpl-1.5/lang/perl/tests/server.pl
+REPLACE_PERL+=	libs/libtpl-1.5/lang/perl/tests/test17
+REPLACE_PERL+=	libs/libtpl-1.5/tests/other/do_tests
+REPLACE_PERL+=	libs/libtpl-1.5/tests/sizes
+REPLACE_PERL+=	libs/libtpl-1.5/tests/do_tests
+REPLACE_PERL+=	libs/libtpl-1.5/tests/do_tests.cygwin
+REPLACE_PERL+=	libs/libtpl-1.5/doc/txt/perl.txt
+REPLACE_PERL+=	libs/libtpl-1.5/doc/txt/perl.txt
+REPLACE_PERL+=	libs/libtpl-1.5/doc/txt/perl.txt
+REPLACE_PERL+=	libs/libtpl-1.5/doc/txt/perl.txt
+REPLACE_PERL+=	libs/libtpl-1.5/doc/txt/perl.txt
+REPLACE_PERL+=	libs/libtpl-1.5/doc/html/perl.html
+REPLACE_PERL+=	libs/libtpl-1.5/doc/html/perl.html
+REPLACE_PERL+=	libs/libtpl-1.5/doc/html/perl.html
+REPLACE_PERL+=	libs/libtpl-1.5/doc/html/perl.html
+REPLACE_PERL+=	libs/libtpl-1.5/doc/html/perl.html
+REPLACE_PERL+=	libs/esl/test.pl
+REPLACE_PERL+=	libs/esl/perl/send_notify.pl
+REPLACE_PERL+=	libs/esl/perl/single_command.pl
+REPLACE_PERL+=	libs/esl/perl/dump_events.pl
+REPLACE_PERL+=	libs/esl/perl/info.pl
+REPLACE_PERL+=	libs/esl/perl/sendevent.pl
+REPLACE_PERL+=	libs/esl/perl/send_info.pl
+REPLACE_PERL+=	libs/esl/perl/dispatch.pl
+REPLACE_PERL+=	scripts/rss/rss2ivr.pl
+REPLACE_PERL+=	scripts/rss/syncrss.pl
+REPLACE_PERL+=	scripts/fsxs.in
+REPLACE_PERL+=	scripts/perl/mkgws.pl
+REPLACE_PERL+=	scripts/perl/fslog
+REPLACE_PERL+=	scripts/perl/wplookup.cgi
+REPLACE_PERL+=	scripts/perl/analyze-debug-alloc.pl
+REPLACE_PERL+=	scripts/perl/cnam.cgi
+REPLACE_PERL+=	scripts/perl/call.cgi
+REPLACE_PERL+=	scripts/perl/timezone-gen.pl
+REPLACE_PERL+=	scripts/perl/f-off-friendly-scanner.pl
+REPLACE_PERL+=	scripts/perl/sock.pl
+REPLACE_PERL+=	scripts/perl/sendmail
+REPLACE_PERL+=	scripts/perl/honeypot.pl
+REPLACE_PERL+=	scripts/perl/randomize-passwords.pl
+REPLACE_PERL+=	scripts/perl/add_user
+REPLACE_PERL+=	scripts/perl/combineconf.pl
+REPLACE_PERL+=	scripts/perl/fsconsole.pl
+REPLACE_PERL+=	scripts/perl/multicast/send.pl
+REPLACE_PERL+=	scripts/perl/rpc.cgi
+REPLACE_PERL+=	scripts/perl/fs.pl
+REPLACE_PERL+=	scripts/perl/ftc_dnc_register.pl
+REPLACE_PERL+=	scripts/perl/extract_log_range.pl
+REPLACE_PERL+=	scripts/perl/blacklist.pl
+REPLACE_PERL+=	scripts/perl/POE-Filter-FSSocket/Makefile.PL
+REPLACE_PERL+=	scripts/perl/POE-Filter-FSSocket/examples/fsconsole.pl
+REPLACE_PERL+=	scripts/perl/POE-Filter-FSSocket/examples/poetest.pl
+REPLACE_PERL+=	scripts/perl/POE-Filter-FSSocket/lib/POE/Filter/FSSocket.pm
+REPLACE_PERL+=	scripts/perl/tag.pl
+REPLACE_PERL+=	scripts/perl/dhcp-inform.pl
+REPLACE_PERL+=	scripts/perl/g729_activate
+REPLACE_PERL+=	scripts/perl/puppet.cgi
+REPLACE_PERL+=	scripts/perl/fax.cgi
+REPLACE_PERL+=	scripts/perl/snom-pnpd.pl
+REPLACE_PERL+=	scripts/trace/sipgrep
+REPLACE_PERL+=	src/mod/applications/mod_httapi/examples/perl/ext_pin.cgi
+REPLACE_PERL+=	src/mod/applications/mod_httapi/examples/perl/dialer.cgi
+REPLACE_PERL+=	src/mod/applications/mod_httapi/examples/perl/speech.cgi
+REPLACE_PERL+=	src/mod/applications/mod_httapi/examples/perl/apps.cgi
+REPLACE_PERL+=	src/mod/applications/mod_httapi/examples/perl/record_name.cgi
+REPLACE_PERL+=	src/mod/applications/mod_avmd/scripts/avmd_test.pl
+REPLACE_PERL+=	src/mod/endpoints/mod_skinny/test-skinny.pl
+REPLACE_PERL+=	src/mod/endpoints/mod_skypopen/install/install.pl
+REPLACE_PERL+=	src/mod/endpoints/mod_gsmopen/asterisk/ciapalo
+REPLACE_PERL+=	docs/phrase/phrase.pl
 
 RCD_SCRIPTS=            freeswitch
-RCD_SCRIPT_SRC.bitlbee= ${FILESDIR}/freeswitch.in
 
-#post-extract:
-	#${RM} -rf ${WRKSRC}/libs/js
-	#${RM} -rf ${WRKSRC}/libs/xmlrpc-c
-	#${RM} -rf ${WRKSRC}/libs/win32/xmlrpc-c
-	#${RM} -rf ${WRKSRC}/src/mod/languages/mod_spidermonkey
-	#${RM} -rf ${WRKSRC}/src/mod/xml_int/mod_xml_rpc
-	#${RM} -rf ${WRKSRC}/w32
-	#${RM} -rf ${WRKSRC}/conf/curl/autoload_configs/spidermonkey.conf.xml
-	#${RM} -rf ${WRKSRC}/conf/vanilla/autoload_configs/spidermonkey.conf.xml
-	#${RM} -rf ${WRKSRC}/conf/insideout/autoload_configs/spidermonkey.conf.xml
+INSTALLATION_DIRS+= 	${PREFIX}/freeswitch
+INSTALLATION_DIRS+= 	${PREFIX}/freeswitch/modules
+INSTALLATION_DIRS+= 	${PREFIX}/freeswitch/sounds
+INSTALLATION_DIRS+= 	${PREFIX}/freeswitch/recordings
 
-#pre-install:
-	#${CHMOD} 664 ${WRKSRC}/libs/freetdm/conf/*
-	#${MKDIR} ${ETCDIR}/conf
+BUILDLINK_TRANSFORM+= rm:-Werror
 
 post-install:
-	#${SETENV} PKG_PREFIX=${PREFIX} 
-	    #${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-	#${CHOWN} -R ${USERS}:${GROUPS} ${ETCDIR} ${DATADIR} \
-		#${PREFIX}/include/freeswitch 
-		#${PREFIX}/lib/freeswitch
-	#${FIND} ${ETCDIR} -type d | ${XARGS} ${CHMOD} 770
-	#${CHMOD} -R 770 ${DATADIR}
-	#${FIND} ${ETCDIR} ${WWWDIR} -type f | ${XARGS} ${CHMOD} 660
+	${LIBTOOL} --mode=install ${INSTALL_LIB} ${WRKSRC}/libs/srtp/libsrtp.la ${DESTDIR}${PREFIX}/lib
+	${LIBTOOL} --mode=install ${INSTALL_LIB} ${WRKSRC}/libs/spandsp/src/libspandsp.la ${DESTDIR}${PREFIX}/lib
+	${LIBTOOL} --mode=install ${INSTALL_LIB} ${WRKSRC}/libs/tiff-4.0.2/libtiff/libtiff.la ${DESTDIR}${PREFIX}/lib
+	${LIBTOOL} --mode=install ${INSTALL_LIB} ${WRKSRC}/libs/tiff-4.0.2/libtiff/libtiffxx.la ${DESTDIR}${PREFIX}/lib
+	${LIBTOOL} --finish ${PREFIX}/lib
 
-# libtpl : https://github.com/troydhanson/tpl/releases
-.include "../../comms/spandsp/buildlink3.mk"
-# iksemel
-.include "../../textproc/iksemel/buildlink3.mk"
-.include "../../devel/sofia-sip/buildlink3.mk"
-# unimrcp : https://github.com/unispeech/unimrcp/releases
-# libwat : no releases
-.include "../../devel/check/buildlink3.mk"
-.include "../../converters/libiconv/buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
-#.include "../../graphics/tiff/buildlink3.mk"
-.include "../../comms/srtp/buildlink3.mk"
-.include "../../mk/dlopen.buildlink3.mk"
-.include "../../lang/erlang/buildlink3.mk"
-.include "../../lang/python/pyversion.mk"
-# php
-# java
-.include "../../security/openssl/buildlink3.mk"
-# ldap
-# libsmpp : http://cgit.osmocom.org/libsmpp34/
-# hiredis
-# libedit
-.include "../../devel/editline/buildlink3.mk"
-# tap
-#pgsql
-.include "../../mk/pgsql.buildlink3.mk"
-# libtool-fortran
-.include "../../mk/bsd.pkg.use.mk"
-# librmq
-# flite
-.include "../../audio/flite/buildlink3.mk"
-# libmemcached
+.include "../../devel/pcre/buildlink3.mk"
 .include "../../devel/libmemcached/buildlink3.mk"
-# mongo
-.include "../../audio/soundtouch/buildlink3.mk"
-.include "../../audio/libopus/buildlink3.mk"
-# codec2
-.include "../../ham/codec2/buildlink3.mk"
-# package g722
-.include "../../wip/libilbc/buildlink3.mk"
-# broadvoice
-# Package silk : https://tools.netsa.cert.org/silk/download.html
-.include "../../graphics/ImageMagick/buildlink3.mk"
-.include "../../graphics/opencv/buildlink3.mk"
-#.include "../../multimedia/vlc21/buildlink3.mk"
-.include "../../multimedia/ffmpeg2/buildlink3.mk"
-#lame
-.include "../../audio/lame/buildlink3.mk"
-.include "../../audio/libshout/buildlink3.mk"
+.include "../../lang/lua52/buildlink3.mk"
 .include "../../multimedia/libvpx/buildlink3.mk"
 .include "../../audio/libsndfile/buildlink3.mk"
 .include "../../net/ldns/buildlink3.mk"
-.include "../../audio/portaudio-devel/buildlink3.mk"
-#.include "../../textproc/xmlrpc-c/buildlink3.mk"
-.include "../../textproc/libyaml/buildlink3.mk"
+.include "../../www/curl/buildlink3.mk"
 .include "../../audio/speexdsp/buildlink3.mk"
-.include "../../audio/speex/buildlink3.mk"
-# alsa
-.include "../../audio/alsa-lib/buildlink3.mk"
-.include "../../devel/pcre/buildlink3.mk"
+.include "../../audio/libopus/buildlink3.mk"
 .include "../../databases/sqlite3/buildlink3.mk"
-.include "../../graphics/freetype2/buildlink3.mk"
-.include "../../graphics/png/buildlink3.mk"
-.include "../../www/curl/buildlink3.mk"
-.include "../../devel/readline/buildlink3.mk"
-.include "../../mk/resolv.buildlink3.mk"
-.include "../../archivers/xz/buildlink3.mk"
+.include "../../devel/libltdl/buildlink3.mk"
 .include "../../mk/jpeg.buildlink3.mk"
-#.include "../../devel/apr-util/buildlink3.mk"
-#.include "../../devel/apr/buildlink3.mk"
-.include "../../audio/mpg123/buildlink3.mk"
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../databases/unixodbc/buildlink3.mk"
-.include "../../devel/libuuid/buildlink3.mk"
-.include "../../audio/openal/buildlink3.mk"
-.include "../../lang/lua/buildlink3.mk"
-.include "../../devel/ncurses/buildlink3.mk"
-.include "../../textproc/expat/buildlink3.mk"
-.include "../../www/libwww/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/freeswitch-core/PLIST b/freeswitch-core/PLIST
index 55cc6ba9ca..6bb1e715cd 100644
--- a/freeswitch-core/PLIST
+++ b/freeswitch-core/PLIST
@@ -6,394 +6,382 @@ bin/fs_ivrd
 bin/fsxs
 bin/gentls_cert
 bin/tone2wav
-etc/freeswitch/conf/freeswitch/autoload_configs/abstraction.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/acl.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/alsa.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/amqp.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/blacklist.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/callcenter.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/cdr_csv.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/cdr_mongodb.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/cdr_pg_csv.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/cdr_sqlite.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/cepstral.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/cidlookup.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/conference.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/conference_layouts.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/console.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/db.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/dialplan_directory.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/dingaling.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/directory.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/distributor.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/easyroute.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/enum.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/erlang_event.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/event_multicast.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/event_socket.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/fax.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/fifo.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/format_cdr.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/graylog2.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/hash.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/hiredis.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/httapi.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/http_cache.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/ivr.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/java.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/kazoo.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/lcr.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/local_stream.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/logfile.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/lua.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/memcache.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/modules.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/mongo.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/nibblebill.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/opal.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/opus.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/oreka.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/osp.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/perl.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/pocketsphinx.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/portaudio.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/post_load_modules.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/presence_map.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/python.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/redis.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/rss.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/rtmp.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/sangoma_codec.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/shout.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/skinny.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/smpp.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/sofia.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/spandsp.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/switch.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/syslog.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/timezones.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/translate.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/tts_commandline.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/unicall.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/unimrcp.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/v8.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/verto.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/voicemail.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/voicemail_ivr.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/xml_cdr.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/xml_curl.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/xml_rpc.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/xml_scgi.conf.xml
-etc/freeswitch/conf/freeswitch/autoload_configs/zeroconf.conf.xml
-etc/freeswitch/conf/freeswitch/chatplan/default.xml
-etc/freeswitch/conf/freeswitch/dialplan/default/00_ladspa.xml
-etc/freeswitch/conf/freeswitch/dialplan/default/00_pizza_demo.xml
-etc/freeswitch/conf/freeswitch/dialplan/default/01_example.com.xml
-etc/freeswitch/conf/freeswitch/dialplan/default/01_Talking_Clock.xml
-etc/freeswitch/conf/freeswitch/dialplan/default.xml
-etc/freeswitch/conf/freeswitch/dialplan/features.xml
-etc/freeswitch/conf/freeswitch/dialplan/public/00_inbound_did.xml
-etc/freeswitch/conf/freeswitch/dialplan/public.xml
-etc/freeswitch/conf/freeswitch/dialplan/skinny-patterns/20-Demo.xml
-etc/freeswitch/conf/freeswitch/dialplan/skinny-patterns/20-Local_extension.xml
-etc/freeswitch/conf/freeswitch/dialplan/skinny-patterns/90-External.xml
-etc/freeswitch/conf/freeswitch/dialplan/skinny-patterns/99-Default_Drop.xml
-etc/freeswitch/conf/freeswitch/dialplan/skinny-patterns.xml
-etc/freeswitch/conf/freeswitch/directory/default/1000.xml
-etc/freeswitch/conf/freeswitch/directory/default/1001.xml
-etc/freeswitch/conf/freeswitch/directory/default/1002.xml
-etc/freeswitch/conf/freeswitch/directory/default/1003.xml
-etc/freeswitch/conf/freeswitch/directory/default/1004.xml
-etc/freeswitch/conf/freeswitch/directory/default/1005.xml
-etc/freeswitch/conf/freeswitch/directory/default/1006.xml
-etc/freeswitch/conf/freeswitch/directory/default/1007.xml
-etc/freeswitch/conf/freeswitch/directory/default/1008.xml
-etc/freeswitch/conf/freeswitch/directory/default/1009.xml
-etc/freeswitch/conf/freeswitch/directory/default/1010.xml
-etc/freeswitch/conf/freeswitch/directory/default/1011.xml
-etc/freeswitch/conf/freeswitch/directory/default/1012.xml
-etc/freeswitch/conf/freeswitch/directory/default/1013.xml
-etc/freeswitch/conf/freeswitch/directory/default/1014.xml
-etc/freeswitch/conf/freeswitch/directory/default/1015.xml
-etc/freeswitch/conf/freeswitch/directory/default/1016.xml
-etc/freeswitch/conf/freeswitch/directory/default/1017.xml
-etc/freeswitch/conf/freeswitch/directory/default/1018.xml
-etc/freeswitch/conf/freeswitch/directory/default/1019.xml
-etc/freeswitch/conf/freeswitch/directory/default/brian.xml
-etc/freeswitch/conf/freeswitch/directory/default/default.xml
-etc/freeswitch/conf/freeswitch/directory/default/example.com.xml
-etc/freeswitch/conf/freeswitch/directory/default/skinny-example.xml
-etc/freeswitch/conf/freeswitch/directory/default.xml
-etc/freeswitch/conf/freeswitch/extensions.conf
-etc/freeswitch/conf/freeswitch/freeswitch.xml
-etc/freeswitch/conf/freeswitch/fur_elise.ttml
-etc/freeswitch/conf/freeswitch/ivr_menus/demo_ivr.xml
-etc/freeswitch/conf/freeswitch/ivr_menus/new_demo_ivr.xml
-etc/freeswitch/conf/freeswitch/jingle_profiles/client.xml
-etc/freeswitch/conf/freeswitch/jingle_profiles/server.xml
-etc/freeswitch/conf/freeswitch/lang/de/demo/demo.xml
-etc/freeswitch/conf/freeswitch/lang/de/de.xml
-etc/freeswitch/conf/freeswitch/lang/de/vm/sounds.xml
-etc/freeswitch/conf/freeswitch/lang/de/vm/tts.xml
-etc/freeswitch/conf/freeswitch/lang/en/demo/demo-ivr.xml
-etc/freeswitch/conf/freeswitch/lang/en/demo/demo.xml
-etc/freeswitch/conf/freeswitch/lang/en/demo/funnies.xml
-etc/freeswitch/conf/freeswitch/lang/en/demo/new-demo-ivr.xml
-etc/freeswitch/conf/freeswitch/lang/en/dir/sounds.xml
-etc/freeswitch/conf/freeswitch/lang/en/dir/tts.xml
-etc/freeswitch/conf/freeswitch/lang/en/en.xml
-etc/freeswitch/conf/freeswitch/lang/en/ivr/sounds.xml
-etc/freeswitch/conf/freeswitch/lang/en/vm/sounds.xml
-etc/freeswitch/conf/freeswitch/lang/en/vm/tts.xml
-etc/freeswitch/conf/freeswitch/lang/en/vm/voicemail_ivr.xml
-etc/freeswitch/conf/freeswitch/lang/es/demo/demo-es-ES.xml
-etc/freeswitch/conf/freeswitch/lang/es/demo/demo-es-MX.xml
-etc/freeswitch/conf/freeswitch/lang/es/demo/demo-ivr-es-ES.xml
-etc/freeswitch/conf/freeswitch/lang/es/demo/demo-ivr-es-MX.xml
-etc/freeswitch/conf/freeswitch/lang/es/dir/sounds-es-ES.xml
-etc/freeswitch/conf/freeswitch/lang/es/dir/sounds-es-MX.xml
-etc/freeswitch/conf/freeswitch/lang/es/dir/tts-es-ES.xml
-etc/freeswitch/conf/freeswitch/lang/es/dir/tts-es-MX.xml
-etc/freeswitch/conf/freeswitch/lang/es/es_ES.xml
-etc/freeswitch/conf/freeswitch/lang/es/es_MX.xml
-etc/freeswitch/conf/freeswitch/lang/es/vm/sounds-es-ES.xml
-etc/freeswitch/conf/freeswitch/lang/es/vm/sounds-es-MX.xml
-etc/freeswitch/conf/freeswitch/lang/es/vm/tts-es-ES.xml
-etc/freeswitch/conf/freeswitch/lang/es/vm/tts-es-MX.xml
-etc/freeswitch/conf/freeswitch/lang/fr/demo/demo.xml
-etc/freeswitch/conf/freeswitch/lang/fr/dir/sounds.xml
-etc/freeswitch/conf/freeswitch/lang/fr/dir/tts.xml
-etc/freeswitch/conf/freeswitch/lang/fr/fr.xml
-etc/freeswitch/conf/freeswitch/lang/fr/vm/sounds.xml
-etc/freeswitch/conf/freeswitch/lang/he/demo/demo-ivr.xml
-etc/freeswitch/conf/freeswitch/lang/he/demo/demo.xml
-etc/freeswitch/conf/freeswitch/lang/he/dir/sounds.xml
-etc/freeswitch/conf/freeswitch/lang/he/he.xml
-etc/freeswitch/conf/freeswitch/lang/he/vm/sounds.xml
-etc/freeswitch/conf/freeswitch/lang/pt/demo/demo-ivr-pt-BR.xml
-etc/freeswitch/conf/freeswitch/lang/pt/demo/demo-ivr-pt-PT.xml
-etc/freeswitch/conf/freeswitch/lang/pt/demo/demo-pt-BR.xml
-etc/freeswitch/conf/freeswitch/lang/pt/demo/demo-pt-PT.xml
-etc/freeswitch/conf/freeswitch/lang/pt/dir/sounds-pt-BR.xml
-etc/freeswitch/conf/freeswitch/lang/pt/dir/sounds-pt-PT.xml
-etc/freeswitch/conf/freeswitch/lang/pt/dir/tts-pt-BR.xml
-etc/freeswitch/conf/freeswitch/lang/pt/dir/tts-pt-PT.xml
-etc/freeswitch/conf/freeswitch/lang/pt/pt_BR.xml
-etc/freeswitch/conf/freeswitch/lang/pt/pt_PT.xml
-etc/freeswitch/conf/freeswitch/lang/pt/vm/sounds-pt-BR.xml
-etc/freeswitch/conf/freeswitch/lang/pt/vm/sounds-pt-PT.xml
-etc/freeswitch/conf/freeswitch/lang/pt/vm/tts-pt-BR.xml
-etc/freeswitch/conf/freeswitch/lang/pt/vm/tts-pt-PT.xml
-etc/freeswitch/conf/freeswitch/lang/ru/demo/demo-ivr.xml
-etc/freeswitch/conf/freeswitch/lang/ru/demo/demo.xml
-etc/freeswitch/conf/freeswitch/lang/ru/dir/sounds.xml
-etc/freeswitch/conf/freeswitch/lang/ru/dir/tts.xml
-etc/freeswitch/conf/freeswitch/lang/ru/ru.xml
-etc/freeswitch/conf/freeswitch/lang/ru/vm/sounds.xml
-etc/freeswitch/conf/freeswitch/lang/ru/vm/tts.xml
-etc/freeswitch/conf/freeswitch/lang/sv/sv.xml
-etc/freeswitch/conf/freeswitch/lang/sv/vm/sounds.xml
-etc/freeswitch/conf/freeswitch/mime.types
-etc/freeswitch/conf/freeswitch/mrcp_profiles/loquendo-7-mrcp-v2.xml
-etc/freeswitch/conf/freeswitch/mrcp_profiles/nuance-1.0.0-mrcp-v1.xml
-etc/freeswitch/conf/freeswitch/mrcp_profiles/nuance-5.0-mrcp-v1.xml
-etc/freeswitch/conf/freeswitch/mrcp_profiles/nuance-5.0-mrcp-v2.xml
-etc/freeswitch/conf/freeswitch/mrcp_profiles/unimrcpserver-mrcp-v1.xml
-etc/freeswitch/conf/freeswitch/mrcp_profiles/vestec-mrcp-v1.xml
-etc/freeswitch/conf/freeswitch/mrcp_profiles/voxeo-prophecy-8.0-mrcp-v1.xml
-etc/freeswitch/conf/freeswitch/notify-voicemail.tpl
-etc/freeswitch/conf/freeswitch/sip_profiles/external/example.xml
-etc/freeswitch/conf/freeswitch/sip_profiles/external-ipv6/example.xml
-etc/freeswitch/conf/freeswitch/sip_profiles/external-ipv6.xml
-etc/freeswitch/conf/freeswitch/sip_profiles/external.xml
-etc/freeswitch/conf/freeswitch/sip_profiles/internal-ipv6.xml
-etc/freeswitch/conf/freeswitch/sip_profiles/internal.xml
-etc/freeswitch/conf/freeswitch/skinny_profiles/internal.xml
-etc/freeswitch/conf/freeswitch/tetris.ttml
-etc/freeswitch/conf/freeswitch/vars.xml
-etc/freeswitch/conf/freeswitch/voicemail.tpl
-etc/freeswitch/conf/freeswitch/web-vm.tpl
-etc/freeswitch/grammar/default.dic
-etc/freeswitch/grammar/model/communicator/COPYING
-etc/freeswitch/grammar/model/communicator/feat.params
-etc/freeswitch/grammar/model/communicator/mdef
-etc/freeswitch/grammar/model/communicator/means
-etc/freeswitch/grammar/model/communicator/noisedict
-etc/freeswitch/grammar/model/communicator/sendump
-etc/freeswitch/grammar/model/communicator/transition_matrices
-etc/freeswitch/grammar/model/communicator/variances
-include/freeswitch/libteletone_detect.h
-include/freeswitch/libteletone_generate.h
-include/freeswitch/libteletone.h
-include/freeswitch/switch_am_config.h
-include/freeswitch/switch_apr.h
-include/freeswitch/switch_buffer.h
-include/freeswitch/switch_caller.h
-include/freeswitch/switch_channel.h
-include/freeswitch/switch_config.h
-include/freeswitch/switch_console.h
-include/freeswitch/switch_core_db.h
-include/freeswitch/switch_core_event_hook.h
-include/freeswitch/switch_core.h
-include/freeswitch/switch_core_media.h
-include/freeswitch/switch_core_video.h
-include/freeswitch/switch_cpp.h
-include/freeswitch/switch_curl.h
-include/freeswitch/switch_dso.h
-include/freeswitch/switch_event.h
-include/freeswitch/switch_frame.h
-include/freeswitch/switch.h
-include/freeswitch/switch_hashtable.h
-include/freeswitch/switch_image.h
-include/freeswitch/switch_ivr.h
-include/freeswitch/switch_jitterbuffer.h
-include/freeswitch/switch_json.h
-include/freeswitch/switch_limit.h
-include/freeswitch/switch_loadable_module.h
-include/freeswitch/switch_log.h
-include/freeswitch/switch_module_interfaces.h
-include/freeswitch/switch_mprintf.h
-include/freeswitch/switch_nat.h
-include/freeswitch/switch_odbc.h
-include/freeswitch/switch_pgsql.h
-include/freeswitch/switch_platform.h
-include/freeswitch/switch_regex.h
-include/freeswitch/switch_resample.h
-include/freeswitch/switch_rtcp_frame.h
-include/freeswitch/switch_rtp.h
-include/freeswitch/switch_scheduler.h
-include/freeswitch/switch_stun.h
-include/freeswitch/switch_types.h
-include/freeswitch/switch_utf8.h
-include/freeswitch/switch_utils.h
-include/freeswitch/switch_vpx.h
-include/freeswitch/switch_xml_config.h
-include/freeswitch/switch_xml.h
-include/freeswitch/tpl.h
-libdata/pkgconfig/freeswitch.pc
-lib/freeswitch/lib/libfreeswitch.la
-lib/freeswitch/mod/mod_abstraction.la
-lib/freeswitch/mod/mod_amr.la
-lib/freeswitch/mod/mod_amrwb.la
-lib/freeswitch/mod/mod_b64.la
-lib/freeswitch/mod/mod_basic.la
-lib/freeswitch/mod/mod_blacklist.la
-lib/freeswitch/mod/mod_callcenter.la
-lib/freeswitch/mod/mod_cdr_csv.la
-lib/freeswitch/mod/mod_cdr_pg_csv.la
-lib/freeswitch/mod/mod_cdr_sqlite.la
-lib/freeswitch/mod/mod_cidlookup.la
-lib/freeswitch/mod/mod_commands.la
-lib/freeswitch/mod/mod_conference.la
-lib/freeswitch/mod/mod_console.la
-lib/freeswitch/mod/mod_curl.la
-lib/freeswitch/mod/mod_dahdi_codec.la
-lib/freeswitch/mod/mod_db.la
-lib/freeswitch/mod/mod_dialplan_asterisk.la
-lib/freeswitch/mod/mod_dialplan_directory.la
-lib/freeswitch/mod/mod_dialplan_xml.la
-lib/freeswitch/mod/mod_dingaling.la
-lib/freeswitch/mod/mod_directory.la
-lib/freeswitch/mod/mod_distributor.la
-lib/freeswitch/mod/mod_dptools.la
-lib/freeswitch/mod/mod_easyroute.la
-lib/freeswitch/mod/mod_enum.la
-lib/freeswitch/mod/mod_esf.la
-lib/freeswitch/mod/mod_esl.la
-lib/freeswitch/mod/mod_event_socket.la
-lib/freeswitch/mod/mod_expr.la
-lib/freeswitch/mod/mod_fifo.la
-lib/freeswitch/mod/mod_fsv.la
-lib/freeswitch/mod/mod_g723_1.la
-lib/freeswitch/mod/mod_g729.la
-lib/freeswitch/mod/mod_h26x.la
-lib/freeswitch/mod/mod_hash.la
-lib/freeswitch/mod/mod_httapi.la
-lib/freeswitch/mod/mod_http_cache.la
-lib/freeswitch/mod/mod_isac.la
-lib/freeswitch/mod/mod_json_cdr.la
-lib/freeswitch/mod/mod_local_stream.la
-lib/freeswitch/mod/mod_logfile.la
-lib/freeswitch/mod/mod_loopback.la
-lib/freeswitch/mod/mod_lua.la
-lib/freeswitch/mod/mod_memcache.la
-lib/freeswitch/mod/mod_native_file.la
-lib/freeswitch/mod/mod_opus.la
-lib/freeswitch/mod/mod_png.la
-lib/freeswitch/mod/mod_pocketsphinx.la
-lib/freeswitch/mod/mod_posix_timer.la
-lib/freeswitch/mod/mod_prefix.la
-lib/freeswitch/mod/mod_rtc.la
-lib/freeswitch/mod/mod_rtmp.la
-lib/freeswitch/mod/mod_say_en.la
-lib/freeswitch/mod/mod_shout.la
-lib/freeswitch/mod/mod_skinny.la
-lib/freeswitch/mod/mod_skypopen.la
-lib/freeswitch/mod/mod_sms.la
-lib/freeswitch/mod/mod_sndfile.la
-lib/freeswitch/mod/mod_sofia.la
-lib/freeswitch/mod/mod_spandsp.la
-lib/freeswitch/mod/mod_syslog.la
-lib/freeswitch/mod/mod_theora.la
-lib/freeswitch/mod/mod_tone_stream.la
-lib/freeswitch/mod/mod_tts_commandline.la
-lib/freeswitch/mod/mod_valet_parking.la
-lib/freeswitch/mod/mod_verto.la
-lib/freeswitch/mod/mod_voicemail_ivr.la
-lib/freeswitch/mod/mod_voicemail.la
-lib/freeswitch/mod/mod_vpx.la
-lib/freeswitch/mod/mod_xml_cdr.la
-lib/freeswitch/mod/mod_xml_curl.la
-lib/freeswitch/mod/mod_xml_rpc.la
-lib/freeswitch/mod/mod_xml_scgi.la
-share/doc/html/freeswitch/htdocs/license.txt
-share/doc/html/freeswitch/htdocs/portal/assets/bootstrap-3.1.1/css/bootstrap.css
-share/doc/html/freeswitch/htdocs/portal/assets/bootstrap-3.1.1/css/bootstrap.min.css
-share/doc/html/freeswitch/htdocs/portal/assets/bootstrap-3.1.1/css/bootstrap-theme.css
-share/doc/html/freeswitch/htdocs/portal/assets/bootstrap-3.1.1/css/bootstrap-theme.min.css
-share/doc/html/freeswitch/htdocs/portal/assets/bootstrap-3.1.1/fonts/glyphicons-halflings-regular.eot
-share/doc/html/freeswitch/htdocs/portal/assets/bootstrap-3.1.1/fonts/glyphicons-halflings-regular.svg
-share/doc/html/freeswitch/htdocs/portal/assets/bootstrap-3.1.1/fonts/glyphicons-halflings-regular.ttf
-share/doc/html/freeswitch/htdocs/portal/assets/bootstrap-3.1.1/fonts/glyphicons-halflings-regular.woff
-share/doc/html/freeswitch/htdocs/portal/assets/bootstrap-3.1.1/js/bootstrap.js
-share/doc/html/freeswitch/htdocs/portal/assets/bootstrap-3.1.1/js/bootstrap.min.js
-share/doc/html/freeswitch/htdocs/portal/assets/bootstrap/css/bootstrap.css
-share/doc/html/freeswitch/htdocs/portal/assets/bootstrap/css/bootstrap.min.css
-share/doc/html/freeswitch/htdocs/portal/assets/bootstrap/css/bootstrap-responsive.css
-share/doc/html/freeswitch/htdocs/portal/assets/bootstrap/css/bootstrap-responsive.min.css
-share/doc/html/freeswitch/htdocs/portal/assets/bootstrap/img/glyphicons-halflings.png
-share/doc/html/freeswitch/htdocs/portal/assets/bootstrap/img/glyphicons-halflings-white.png
-share/doc/html/freeswitch/htdocs/portal/assets/bootstrap/js/bootstrap.js
-share/doc/html/freeswitch/htdocs/portal/assets/bootstrap/js/bootstrap.min.js
-share/doc/html/freeswitch/htdocs/portal/assets/bs_for_ember/css/bs-growl-notifications.min.css
-share/doc/html/freeswitch/htdocs/portal/assets/bs_for_ember/js/bs-alert.min.js
-share/doc/html/freeswitch/htdocs/portal/assets/bs_for_ember/js/bs-badge.min.js
-share/doc/html/freeswitch/htdocs/portal/assets/bs_for_ember/js/bs-basic.min.js
-share/doc/html/freeswitch/htdocs/portal/assets/bs_for_ember/js/bs-button.min.js
-share/doc/html/freeswitch/htdocs/portal/assets/bs_for_ember/js/bs-core.min.js
-share/doc/html/freeswitch/htdocs/portal/assets/bs_for_ember/js/bs-growl-notifications.min.js
-share/doc/html/freeswitch/htdocs/portal/assets/bs_for_ember/js/bs-items-action-bar.min.js
-share/doc/html/freeswitch/htdocs/portal/assets/bs_for_ember/js/bs-label.min.js
-share/doc/html/freeswitch/htdocs/portal/assets/bs_for_ember/js/bs-list-group.min.js
-share/doc/html/freeswitch/htdocs/portal/assets/bs_for_ember/js/bs-modal.min.js
-share/doc/html/freeswitch/htdocs/portal/assets/bs_for_ember/js/bs-nav.min.js
-share/doc/html/freeswitch/htdocs/portal/assets/bs_for_ember/js/bs-notifications.min.js
-share/doc/html/freeswitch/htdocs/portal/assets/bs_for_ember/js/bs-progressbar.min.js
-share/doc/html/freeswitch/htdocs/portal/assets/bs_for_ember/js/bs-wizard.min.js
-share/doc/html/freeswitch/htdocs/portal/assets/js/ember-1.0.0-rc.1.js
-share/doc/html/freeswitch/htdocs/portal/assets/js/ember-1.0.0-rc.1.min.js
-share/doc/html/freeswitch/htdocs/portal/assets/js/ember-data.js
-share/doc/html/freeswitch/htdocs/portal/assets/js/ember-data.min.js
-share/doc/html/freeswitch/htdocs/portal/assets/js/ember.js
-share/doc/html/freeswitch/htdocs/portal/assets/js/ember.min.js
-share/doc/html/freeswitch/htdocs/portal/assets/js/fsportal.js
-share/doc/html/freeswitch/htdocs/portal/assets/js/handlebars.js
-share/doc/html/freeswitch/htdocs/portal/assets/js/handlebars.min.js
-share/doc/html/freeswitch/htdocs/portal/assets/js/ie-console.js
-share/doc/html/freeswitch/htdocs/portal/assets/js/jquery-1.9.1.min.js
-share/doc/html/freeswitch/htdocs/portal/assets/js/jquery.min.js
-share/doc/html/freeswitch/htdocs/portal/index.html
-share/doc/html/freeswitch/htdocs/portal/LICENCE
-share/doc/html/freeswitch/htdocs/portal/README.md
-share/doc/html/freeswitch/htdocs/slim.swf
-share/doc/html/freeswitch/htdocs/slimtest.htm
+etc/freeswitch/autoload_configs/abstraction.conf.xml
+etc/freeswitch/autoload_configs/acl.conf.xml
+etc/freeswitch/autoload_configs/alsa.conf.xml
+etc/freeswitch/autoload_configs/amqp.conf.xml
+etc/freeswitch/autoload_configs/avmd.conf.xml
+etc/freeswitch/autoload_configs/blacklist.conf.xml
+etc/freeswitch/autoload_configs/callcenter.conf.xml
+etc/freeswitch/autoload_configs/cdr_csv.conf.xml
+etc/freeswitch/autoload_configs/cdr_mongodb.conf.xml
+etc/freeswitch/autoload_configs/cdr_pg_csv.conf.xml
+etc/freeswitch/autoload_configs/cdr_sqlite.conf.xml
+etc/freeswitch/autoload_configs/cepstral.conf.xml
+etc/freeswitch/autoload_configs/cidlookup.conf.xml
+etc/freeswitch/autoload_configs/conference.conf.xml
+etc/freeswitch/autoload_configs/conference_layouts.conf.xml
+etc/freeswitch/autoload_configs/console.conf.xml
+etc/freeswitch/autoload_configs/db.conf.xml
+etc/freeswitch/autoload_configs/dialplan_directory.conf.xml
+etc/freeswitch/autoload_configs/dingaling.conf.xml
+etc/freeswitch/autoload_configs/directory.conf.xml
+etc/freeswitch/autoload_configs/distributor.conf.xml
+etc/freeswitch/autoload_configs/easyroute.conf.xml
+etc/freeswitch/autoload_configs/enum.conf.xml
+etc/freeswitch/autoload_configs/erlang_event.conf.xml
+etc/freeswitch/autoload_configs/event_multicast.conf.xml
+etc/freeswitch/autoload_configs/event_socket.conf.xml
+etc/freeswitch/autoload_configs/fax.conf.xml
+etc/freeswitch/autoload_configs/fifo.conf.xml
+etc/freeswitch/autoload_configs/format_cdr.conf.xml
+etc/freeswitch/autoload_configs/graylog2.conf.xml
+etc/freeswitch/autoload_configs/hash.conf.xml
+etc/freeswitch/autoload_configs/hiredis.conf.xml
+etc/freeswitch/autoload_configs/httapi.conf.xml
+etc/freeswitch/autoload_configs/http_cache.conf.xml
+etc/freeswitch/autoload_configs/ivr.conf.xml
+etc/freeswitch/autoload_configs/java.conf.xml
+etc/freeswitch/autoload_configs/kazoo.conf.xml
+etc/freeswitch/autoload_configs/lcr.conf.xml
+etc/freeswitch/autoload_configs/local_stream.conf.xml
+etc/freeswitch/autoload_configs/logfile.conf.xml
+etc/freeswitch/autoload_configs/lua.conf.xml
+etc/freeswitch/autoload_configs/memcache.conf.xml
+etc/freeswitch/autoload_configs/modules.conf.xml
+etc/freeswitch/autoload_configs/mongo.conf.xml
+etc/freeswitch/autoload_configs/nibblebill.conf.xml
+etc/freeswitch/autoload_configs/opal.conf.xml
+etc/freeswitch/autoload_configs/opus.conf.xml
+etc/freeswitch/autoload_configs/oreka.conf.xml
+etc/freeswitch/autoload_configs/osp.conf.xml
+etc/freeswitch/autoload_configs/perl.conf.xml
+etc/freeswitch/autoload_configs/pocketsphinx.conf.xml
+etc/freeswitch/autoload_configs/portaudio.conf.xml
+etc/freeswitch/autoload_configs/post_load_modules.conf.xml
+etc/freeswitch/autoload_configs/presence_map.conf.xml
+etc/freeswitch/autoload_configs/python.conf.xml
+etc/freeswitch/autoload_configs/redis.conf.xml
+etc/freeswitch/autoload_configs/rss.conf.xml
+etc/freeswitch/autoload_configs/rtmp.conf.xml
+etc/freeswitch/autoload_configs/sangoma_codec.conf.xml
+etc/freeswitch/autoload_configs/shout.conf.xml
+etc/freeswitch/autoload_configs/skinny.conf.xml
+etc/freeswitch/autoload_configs/smpp.conf.xml
+etc/freeswitch/autoload_configs/sms_flowroute.conf.xml
+etc/freeswitch/autoload_configs/sofia.conf.xml
+etc/freeswitch/autoload_configs/spandsp.conf.xml
+etc/freeswitch/autoload_configs/switch.conf.xml
+etc/freeswitch/autoload_configs/syslog.conf.xml
+etc/freeswitch/autoload_configs/timezones.conf.xml
+etc/freeswitch/autoload_configs/translate.conf.xml
+etc/freeswitch/autoload_configs/tts_commandline.conf.xml
+etc/freeswitch/autoload_configs/unicall.conf.xml
+etc/freeswitch/autoload_configs/unimrcp.conf.xml
+etc/freeswitch/autoload_configs/v8.conf.xml
+etc/freeswitch/autoload_configs/verto.conf.xml
+etc/freeswitch/autoload_configs/voicemail.conf.xml
+etc/freeswitch/autoload_configs/voicemail_ivr.conf.xml
+etc/freeswitch/autoload_configs/xml_cdr.conf.xml
+etc/freeswitch/autoload_configs/xml_curl.conf.xml
+etc/freeswitch/autoload_configs/xml_rpc.conf.xml
+etc/freeswitch/autoload_configs/xml_scgi.conf.xml
+etc/freeswitch/autoload_configs/zeroconf.conf.xml
+etc/freeswitch/chatplan/default.xml
+etc/freeswitch/dialplan/default.xml
+etc/freeswitch/dialplan/default/00_ladspa.xml
+etc/freeswitch/dialplan/default/00_pizza_demo.xml
+etc/freeswitch/dialplan/default/01_Talking_Clock.xml
+etc/freeswitch/dialplan/default/01_example.com.xml
+etc/freeswitch/dialplan/features.xml
+etc/freeswitch/dialplan/public.xml
+etc/freeswitch/dialplan/public/00_inbound_did.xml
+etc/freeswitch/dialplan/skinny-patterns.xml
+etc/freeswitch/dialplan/skinny-patterns/20-Demo.xml
+etc/freeswitch/dialplan/skinny-patterns/20-Local_extension.xml
+etc/freeswitch/dialplan/skinny-patterns/90-External.xml
+etc/freeswitch/dialplan/skinny-patterns/99-Default_Drop.xml
+etc/freeswitch/directory/default.xml
+etc/freeswitch/directory/default/1000.xml
+etc/freeswitch/directory/default/1001.xml
+etc/freeswitch/directory/default/1002.xml
+etc/freeswitch/directory/default/1003.xml
+etc/freeswitch/directory/default/1004.xml
+etc/freeswitch/directory/default/1005.xml
+etc/freeswitch/directory/default/1006.xml
+etc/freeswitch/directory/default/1007.xml
+etc/freeswitch/directory/default/1008.xml
+etc/freeswitch/directory/default/1009.xml
+etc/freeswitch/directory/default/1010.xml
+etc/freeswitch/directory/default/1011.xml
+etc/freeswitch/directory/default/1012.xml
+etc/freeswitch/directory/default/1013.xml
+etc/freeswitch/directory/default/1014.xml
+etc/freeswitch/directory/default/1015.xml
+etc/freeswitch/directory/default/1016.xml
+etc/freeswitch/directory/default/1017.xml
+etc/freeswitch/directory/default/1018.xml
+etc/freeswitch/directory/default/1019.xml
+etc/freeswitch/directory/default/brian.xml
+etc/freeswitch/directory/default/default.xml
+etc/freeswitch/directory/default/example.com.xml
+etc/freeswitch/directory/default/skinny-example.xml
+etc/freeswitch/extensions.conf
+etc/freeswitch/freeswitch.xml
+etc/freeswitch/fur_elise.ttml
+etc/freeswitch/ivr_menus/demo_ivr.xml
+etc/freeswitch/ivr_menus/new_demo_ivr.xml
+etc/freeswitch/jingle_profiles/client.xml
+etc/freeswitch/jingle_profiles/server.xml
+etc/freeswitch/lang/de/de.xml
+etc/freeswitch/lang/de/demo/demo.xml
+etc/freeswitch/lang/de/vm/sounds.xml
+etc/freeswitch/lang/de/vm/tts.xml
+etc/freeswitch/lang/en/demo/demo-ivr.xml
+etc/freeswitch/lang/en/demo/demo.xml
+etc/freeswitch/lang/en/demo/funnies.xml
+etc/freeswitch/lang/en/demo/new-demo-ivr.xml
+etc/freeswitch/lang/en/dir/sounds.xml
+etc/freeswitch/lang/en/dir/tts.xml
+etc/freeswitch/lang/en/en.xml
+etc/freeswitch/lang/en/ivr/sounds.xml
+etc/freeswitch/lang/en/vm/sounds.xml
+etc/freeswitch/lang/en/vm/tts.xml
+etc/freeswitch/lang/en/vm/voicemail_ivr.xml
+etc/freeswitch/lang/es/demo/demo-es-ES.xml
+etc/freeswitch/lang/es/demo/demo-es-MX.xml
+etc/freeswitch/lang/es/demo/demo-ivr-es-ES.xml
+etc/freeswitch/lang/es/demo/demo-ivr-es-MX.xml
+etc/freeswitch/lang/es/dir/sounds-es-ES.xml
+etc/freeswitch/lang/es/dir/sounds-es-MX.xml
+etc/freeswitch/lang/es/dir/tts-es-ES.xml
+etc/freeswitch/lang/es/dir/tts-es-MX.xml
+etc/freeswitch/lang/es/es_ES.xml
+etc/freeswitch/lang/es/es_MX.xml
+etc/freeswitch/lang/es/vm/sounds-es-ES.xml
+etc/freeswitch/lang/es/vm/sounds-es-MX.xml
+etc/freeswitch/lang/es/vm/tts-es-ES.xml
+etc/freeswitch/lang/es/vm/tts-es-MX.xml
+etc/freeswitch/lang/fr/demo/demo.xml
+etc/freeswitch/lang/fr/dir/sounds.xml
+etc/freeswitch/lang/fr/dir/tts.xml
+etc/freeswitch/lang/fr/fr.xml
+etc/freeswitch/lang/fr/vm/sounds.xml
+etc/freeswitch/lang/he/demo/demo-ivr.xml
+etc/freeswitch/lang/he/demo/demo.xml
+etc/freeswitch/lang/he/dir/sounds.xml
+etc/freeswitch/lang/he/he.xml
+etc/freeswitch/lang/he/vm/sounds.xml
+etc/freeswitch/lang/pt/demo/demo-ivr-pt-BR.xml
+etc/freeswitch/lang/pt/demo/demo-ivr-pt-PT.xml
+etc/freeswitch/lang/pt/demo/demo-pt-BR.xml
+etc/freeswitch/lang/pt/demo/demo-pt-PT.xml
+etc/freeswitch/lang/pt/dir/sounds-pt-BR.xml
+etc/freeswitch/lang/pt/dir/sounds-pt-PT.xml
+etc/freeswitch/lang/pt/dir/tts-pt-BR.xml
+etc/freeswitch/lang/pt/dir/tts-pt-PT.xml
+etc/freeswitch/lang/pt/pt_BR.xml
+etc/freeswitch/lang/pt/pt_PT.xml
+etc/freeswitch/lang/pt/vm/sounds-pt-BR.xml
+etc/freeswitch/lang/pt/vm/sounds-pt-PT.xml
+etc/freeswitch/lang/pt/vm/tts-pt-BR.xml
+etc/freeswitch/lang/pt/vm/tts-pt-PT.xml
+etc/freeswitch/lang/ru/demo/demo-ivr.xml
+etc/freeswitch/lang/ru/demo/demo.xml
+etc/freeswitch/lang/ru/dir/sounds.xml
+etc/freeswitch/lang/ru/dir/tts.xml
+etc/freeswitch/lang/ru/ru.xml
+etc/freeswitch/lang/ru/vm/sounds.xml
+etc/freeswitch/lang/ru/vm/tts.xml
+etc/freeswitch/lang/sv/sv.xml
+etc/freeswitch/lang/sv/vm/sounds.xml
+etc/freeswitch/mime.types
+etc/freeswitch/mrcp_profiles/loquendo-7-mrcp-v2.xml
+etc/freeswitch/mrcp_profiles/nuance-1.0.0-mrcp-v1.xml
+etc/freeswitch/mrcp_profiles/nuance-5.0-mrcp-v1.xml
+etc/freeswitch/mrcp_profiles/nuance-5.0-mrcp-v2.xml
+etc/freeswitch/mrcp_profiles/unimrcpserver-mrcp-v1.xml
+etc/freeswitch/mrcp_profiles/vestec-mrcp-v1.xml
+etc/freeswitch/mrcp_profiles/voxeo-prophecy-8.0-mrcp-v1.xml
+etc/freeswitch/notify-voicemail.tpl
+etc/freeswitch/sip_profiles/external-ipv6.xml
+etc/freeswitch/sip_profiles/external-ipv6/example.xml
+etc/freeswitch/sip_profiles/external.xml
+etc/freeswitch/sip_profiles/external/example.xml
+etc/freeswitch/sip_profiles/internal-ipv6.xml
+etc/freeswitch/sip_profiles/internal.xml
+etc/freeswitch/skinny_profiles/internal.xml
+etc/freeswitch/tetris.ttml
+etc/freeswitch/vars.xml
+etc/freeswitch/voicemail.tpl
+etc/freeswitch/web-vm.tpl
+freeswitch/modules/mod_amr.la
+freeswitch/modules/mod_b64.la
+freeswitch/modules/mod_cdr_csv.la
+freeswitch/modules/mod_cdr_sqlite.la
+freeswitch/modules/mod_commands.la
+freeswitch/modules/mod_conference.la
+freeswitch/modules/mod_console.la
+freeswitch/modules/mod_db.la
+freeswitch/modules/mod_dialplan_asterisk.la
+freeswitch/modules/mod_dialplan_xml.la
+freeswitch/modules/mod_dptools.la
+freeswitch/modules/mod_enum.la
+freeswitch/modules/mod_esf.la
+freeswitch/modules/mod_event_socket.la
+freeswitch/modules/mod_expr.la
+freeswitch/modules/mod_fifo.la
+freeswitch/modules/mod_fsv.la
+freeswitch/modules/mod_g723_1.la
+freeswitch/modules/mod_g729.la
+freeswitch/modules/mod_h26x.la
+freeswitch/modules/mod_hash.la
+freeswitch/modules/mod_httapi.la
+freeswitch/modules/mod_local_stream.la
+freeswitch/modules/mod_logfile.la
+freeswitch/modules/mod_loopback.la
+freeswitch/modules/mod_lua.la
+freeswitch/modules/mod_native_file.la
+freeswitch/modules/mod_opus.la
+freeswitch/modules/mod_png.la
+freeswitch/modules/mod_rtc.la
+freeswitch/modules/mod_say_en.la
+freeswitch/modules/mod_skinny.la
+freeswitch/modules/mod_sms.la
+freeswitch/modules/mod_sndfile.la
+freeswitch/modules/mod_sofia.la
+freeswitch/modules/mod_spandsp.la
+freeswitch/modules/mod_syslog.la
+freeswitch/modules/mod_tone_stream.la
+freeswitch/modules/mod_valet_parking.la
+freeswitch/modules/mod_verto.la
+freeswitch/modules/mod_voicemail.la
+freeswitch/modules/mod_xml_cdr.la
+freeswitch/modules/mod_xml_rpc.la
+freeswitch/modules/mod_xml_scgi.la
+include/libteletone.h
+include/libteletone_detect.h
+include/libteletone_generate.h
+include/switch.h
+include/switch_am_config.h
+include/switch_apr.h
+include/switch_buffer.h
+include/switch_caller.h
+include/switch_channel.h
+include/switch_config.h
+include/switch_console.h
+include/switch_core.h
+include/switch_core_db.h
+include/switch_core_event_hook.h
+include/switch_core_media.h
+include/switch_core_video.h
+include/switch_cpp.h
+include/switch_curl.h
+include/switch_dso.h
+include/switch_estimators.h
+include/switch_event.h
+include/switch_frame.h
+include/switch_hashtable.h
+include/switch_image.h
+include/switch_ivr.h
+include/switch_jitterbuffer.h
+include/switch_json.h
+include/switch_limit.h
+include/switch_loadable_module.h
+include/switch_log.h
+include/switch_module_interfaces.h
+include/switch_mprintf.h
+include/switch_nat.h
+include/switch_odbc.h
+include/switch_pgsql.h
+include/switch_platform.h
+include/switch_regex.h
+include/switch_resample.h
+include/switch_rtcp_frame.h
+include/switch_rtp.h
+include/switch_scheduler.h
+include/switch_stun.h
+include/switch_types.h
+include/switch_utf8.h
+include/switch_utils.h
+include/switch_vpx.h
+include/switch_xml.h
+include/switch_xml_config.h
+include/tpl.h
+lib/libfreeswitch.la
+lib/libspandsp.la
+lib/libsrtp.la
+lib/libtiff.la
+lib/libtiffxx.la
+lib/pkgconfig/freeswitch.pc
+share/freeswitch/fonts/FreeMono.ttf
+share/freeswitch/fonts/FreeMonoBold.ttf
+share/freeswitch/fonts/FreeMonoBoldOblique.ttf
+share/freeswitch/fonts/FreeMonoOblique.ttf
+share/freeswitch/fonts/FreeSans.ttf
+share/freeswitch/fonts/FreeSansBold.ttf
+share/freeswitch/fonts/FreeSansBoldOblique.ttf
+share/freeswitch/fonts/FreeSansOblique.ttf
+share/freeswitch/fonts/FreeSerif.ttf
+share/freeswitch/fonts/FreeSerifBold.ttf
+share/freeswitch/fonts/FreeSerifBoldItalic.ttf
+share/freeswitch/fonts/FreeSerifItalic.ttf
+share/freeswitch/fonts/OFL.txt
+share/freeswitch/fonts/README.fonts
+share/freeswitch/htdocs/license.txt
+share/freeswitch/htdocs/portal/LICENCE
+share/freeswitch/htdocs/portal/README.md
+share/freeswitch/htdocs/portal/assets/bootstrap-3.1.1/css/bootstrap-theme.css
+share/freeswitch/htdocs/portal/assets/bootstrap-3.1.1/css/bootstrap-theme.min.css
+share/freeswitch/htdocs/portal/assets/bootstrap-3.1.1/css/bootstrap.css
+share/freeswitch/htdocs/portal/assets/bootstrap-3.1.1/css/bootstrap.min.css
+share/freeswitch/htdocs/portal/assets/bootstrap-3.1.1/fonts/glyphicons-halflings-regular.eot
+share/freeswitch/htdocs/portal/assets/bootstrap-3.1.1/fonts/glyphicons-halflings-regular.svg
+share/freeswitch/htdocs/portal/assets/bootstrap-3.1.1/fonts/glyphicons-halflings-regular.ttf
+share/freeswitch/htdocs/portal/assets/bootstrap-3.1.1/fonts/glyphicons-halflings-regular.woff
+share/freeswitch/htdocs/portal/assets/bootstrap-3.1.1/js/bootstrap.js
+share/freeswitch/htdocs/portal/assets/bootstrap-3.1.1/js/bootstrap.min.js
+share/freeswitch/htdocs/portal/assets/bootstrap/css/bootstrap-responsive.css
+share/freeswitch/htdocs/portal/assets/bootstrap/css/bootstrap-responsive.min.css
+share/freeswitch/htdocs/portal/assets/bootstrap/css/bootstrap.css
+share/freeswitch/htdocs/portal/assets/bootstrap/css/bootstrap.min.css
+share/freeswitch/htdocs/portal/assets/bootstrap/img/glyphicons-halflings-white.png
+share/freeswitch/htdocs/portal/assets/bootstrap/img/glyphicons-halflings.png
+share/freeswitch/htdocs/portal/assets/bootstrap/js/bootstrap.js
+share/freeswitch/htdocs/portal/assets/bootstrap/js/bootstrap.min.js
+share/freeswitch/htdocs/portal/assets/bs_for_ember/css/bs-growl-notifications.min.css
+share/freeswitch/htdocs/portal/assets/bs_for_ember/js/bs-alert.min.js
+share/freeswitch/htdocs/portal/assets/bs_for_ember/js/bs-badge.min.js
+share/freeswitch/htdocs/portal/assets/bs_for_ember/js/bs-basic.min.js
+share/freeswitch/htdocs/portal/assets/bs_for_ember/js/bs-button.min.js
+share/freeswitch/htdocs/portal/assets/bs_for_ember/js/bs-core.min.js
+share/freeswitch/htdocs/portal/assets/bs_for_ember/js/bs-growl-notifications.min.js
+share/freeswitch/htdocs/portal/assets/bs_for_ember/js/bs-items-action-bar.min.js
+share/freeswitch/htdocs/portal/assets/bs_for_ember/js/bs-label.min.js
+share/freeswitch/htdocs/portal/assets/bs_for_ember/js/bs-list-group.min.js
+share/freeswitch/htdocs/portal/assets/bs_for_ember/js/bs-modal.min.js
+share/freeswitch/htdocs/portal/assets/bs_for_ember/js/bs-nav.min.js
+share/freeswitch/htdocs/portal/assets/bs_for_ember/js/bs-notifications.min.js
+share/freeswitch/htdocs/portal/assets/bs_for_ember/js/bs-progressbar.min.js
+share/freeswitch/htdocs/portal/assets/bs_for_ember/js/bs-wizard.min.js
+share/freeswitch/htdocs/portal/assets/js/ember-1.0.0-rc.1.js
+share/freeswitch/htdocs/portal/assets/js/ember-1.0.0-rc.1.min.js
+share/freeswitch/htdocs/portal/assets/js/ember-data.js
+share/freeswitch/htdocs/portal/assets/js/ember-data.min.js
+share/freeswitch/htdocs/portal/assets/js/ember.js
+share/freeswitch/htdocs/portal/assets/js/ember.min.js
+share/freeswitch/htdocs/portal/assets/js/fsportal.js
+share/freeswitch/htdocs/portal/assets/js/handlebars.js
+share/freeswitch/htdocs/portal/assets/js/handlebars.min.js
+share/freeswitch/htdocs/portal/assets/js/ie-console.js
+share/freeswitch/htdocs/portal/assets/js/jquery-1.9.1.min.js
+share/freeswitch/htdocs/portal/assets/js/jquery.min.js
+share/freeswitch/htdocs/portal/index.html
+share/freeswitch/htdocs/slim.swf
+share/freeswitch/htdocs/slimtest.htm
+share/freeswitch/images/default-avatar.png
+share/freeswitch/images/default-mute.png
+@pkgdir share/freeswitch/scripts
+@pkgdir share/freeswitch/grammar
+@pkgdir freeswitch/sounds
+@pkgdir freeswitch/recordings
diff --git a/freeswitch-core/distinfo b/freeswitch-core/distinfo
index 3f7b72b492..407738ecfb 100644
--- a/freeswitch-core/distinfo
+++ b/freeswitch-core/distinfo
@@ -1,11 +1,10 @@
-$NetBSD: distinfo,v 1.1 2014/08/07 17:40:11 darcycain Exp $
+$NetBSD$
 
-SHA1 (freeswitch-1.6.5.tar.bz2) = 11f196b07678adea9a636dde4a53d4fa83c9fa7b
-RMD160 (freeswitch-1.6.5.tar.bz2) = 4760636b551f4e89ed4e3d5ee13584bed9291aba
-SHA512 (freeswitch-1.6.5.tar.bz2) = fe0f703443a0ab6df2874aa539c22892b7abcdf3882f3d7d824bfee12077e5b16ffa5eb8d0b2c8d6cbfdd3aafa6d6f67fe1dd53153c7f0b827c98a6ecca96e04
-Size (freeswitch-1.6.5.tar.bz2) = 44794105 bytes
-SHA1 (patch-configure) = 5633535198fd29a3f8efe13cb0ea43622e2f0b3f
-SHA1 (patch-modules.conf) = dc67c7df022ad77493284e8577414a52e222e7f3
-SHA1 (patch-src_mod_asr__tts_mod__flite_mod__flite.c) = a0cf2436853847818d07aa6233a44ce6532b4d14
-SHA1 (patch-src_mod_codecs_mod__codec2_mod__codec2.c) = 2ef907e8e440f8971128875d909fde2052c595a9
-SHA1 (patch-src_mod_formats_mod__shout_mod__shout.c) = 56337cbce4a5cbe67c26da0f933b601b68ab8d3d
+SHA1 (freeswitch-1.6.17.tar.xz) = feda8e9334410bee1e5ae4d959a0982cf18c5bee
+RMD160 (freeswitch-1.6.17.tar.xz) = d0ce212e924a77c7a9605f375bf2a61210195fc3
+SHA512 (freeswitch-1.6.17.tar.xz) = 09859c16fee07d6b7f8a54f7149bc56b49ef82d4fdf6df97df2611d117f3a6256f68bfaf19e4a307c9da0b7c80b942f02e5be4a85df3cc3f0f0a5f75ad731fa8
+Size (freeswitch-1.6.17.tar.xz) = 33626976 bytes
+SHA1 (patch-configure) = 9e75606d1f0edb7a29b2533af59e28adff5be03f
+SHA1 (patch-libs_spandsp_configure) = c5ca9b0ac06f598420712f42f73ed870b286e8dd
+SHA1 (patch-libs_spandsp_unpack__gsm0610__data.sh) = ade7a9c0e5a91eff5b947bca56d8100712b21642
+SHA1 (patch-libs_unimrcp_configure) = 4d6d9141bcdb2e629d5f9f421e724c2a7a2d64d3
diff --git a/freeswitch-core/files/freeswitch.in b/freeswitch-core/files/freeswitch.in
deleted file mode 100644
index 666e6db9bf..0000000000
--- a/freeswitch-core/files/freeswitch.in
+++ /dev/null
@@ -1,49 +0,0 @@
-#!/bin/sh
-
-# PROVIDE: freeswitch
-# REQUIRE: LOGIN
-# KEYWORD: shutdown
-#
-# Add the following lines to /etc/rc.conf to enable freeswitch:
-#
-# freeswitch_enable="YES"
-#
-#
-#  freeswitch_user="freeswitch"
-#  freeswitch_group="freeswitch"
-
-. /etc/rc.subr
-
-name=freeswitch
-rcvar=`set_rcvar`
-
-load_rc_config $name
-
-: ${freeswitch_enable="NO"}
-: ${freeswitch_user="freeswitch"}
-: ${freeswitch_group="freeswitch"}
-: ${freeswitch_flags="-nc -waste"}
-
-command=%%PREFIX%%/bin/freeswitch
-command_args="-u ${freeswitch_user} -g ${freeswitch_group}"
-
-umask 002
-
-pidfile=${freeswitch_pidfile:-"/var/run/freeswitch/freeswitch.pid"}
-
-start_precmd="${name}_prestart"
-stop_cmd="${name}_stop"
-
-freeswitch_stop () {
-        echo "Stopping FreeSWITCH."
-        %%PREFIX%%/bin/freeswitch -stop
-	wait_for_pids `cat $pidfile`
-}
-
-freeswitch_prestart () {
-	install -d -o ${freeswitch_user} -m755 /var/run/${name}
-        sleep 7.7
-        %%PREFIX%%/bin/fs_cli -x "sofia recover"
-}
-
-run_rc_command "$1"
diff --git a/freeswitch-core/files/freeswitch.sh b/freeswitch-core/files/freeswitch.sh
new file mode 100755
index 0000000000..fe03c883f7
--- /dev/null
+++ b/freeswitch-core/files/freeswitch.sh
@@ -0,0 +1,30 @@
+#!/bin/sh
+#
+# PROVIDE: freeswitch
+# REQUIRE: LOGIN cleanvar
+# KEYWORD: shutdown
+#
+# Add the following lines to /etc/rc.conf to enable freeswitch:
+# freeswitch_enable:       Set it to "YES" to enable freeswitch.
+#                          Default is "NO".
+# freeswitch_flags:        Flags passed to freeswitch-script on startup.
+#                          Default is "".
+#
+. /etc/rc.subr
+name="freeswitch"
+rcvar=${name}_enable
+load_rc_config $name
+: ${freeswitch_enable="NO"}
+: ${freeswitch_pidfile="${VARBASE}/run/freeswitch/freeswitch.pid"}
+start_cmd=${name}_start
+stop_cmd=${name}_stop
+pidfile=${freeswitch_pidfile}
+freeswitch_start() {
+       /usr/pkg/bin/freeswitch ${freeswitch_flags}
+       echo -n "Starting FreeSWITCH: "
+}
+freeswitch_stop() {
+       /usr/pkg//bin/freeswitch -stop
+}
+run_rc_command "$1"
+
diff --git a/freeswitch-core/files/pkg-install.in b/freeswitch-core/files/pkg-install.in
deleted file mode 100644
index 8a1e177eb6..0000000000
--- a/freeswitch-core/files/pkg-install.in
+++ /dev/null
@@ -1,39 +0,0 @@
-#!/bin/sh
-# $FreeBSD: /tmp/pcvs/ports/net/freeswitch-core-devel/files/pkg-install.in,v 1.2 2012-05-22 19:12:47 crees Exp $
-#
-
-if [ "$2" != "POST-INSTALL" ]; then
-	exit 0
-fi
-
-for dir in \
-    etc/freeswitch/conf/directory/default \
-    etc/freeswitch/scripts \
-    share/freeswitch/sounds
-	do install -d -o %%FREESWITCH_USER%% -g %%FREESWITCH_GROUP%% ${PKG_PREFIX}/$dir
-done
-
-find ${PKG_PREFIX}/etc/freeswitch/ -type d -exec chmod 770 {} +
-find ${PKG_PREFIX}/etc/freeswitch/ -type f -exec chmod 660 {} +
-/usr/sbin/chown -R %%FREESWITCH_USER%%:%%FREESWITCH_GROUP%% \
-		%%ETCDIR%% %%DATADIR%% \
-                ${PKG_PREFIX}/include/freeswitch \
-                ${PKG_PREFIX}/lib/freeswitch
-
-chmod 775 ${PKG_PREFIX}/share/freeswitch
-
-for dir in \
-    db/freeswitch \
-    freeswitch/recordings \
-    log/freeswitch/xml_cdr 
-	do install -d -m 775 -o %%FREESWITCH_USER%% -g %%FREESWITCH_GROUP%% /var/$dir
-done
-
-echo "This port chown -R various directories %%FREESWITCH_USER%%:%%FREESWITCH_GROUP%%"
-echo "This port chmod -R 770 various directories"
-echo "This port chmod -R 660 various files"
-echo "This is for security reasons.  In the event something should"
-echo "stop working, please take the time to check the following dirs:"
-echo " /var/log/freeswitch /var/freeswitch"
-
-exit 0
diff --git a/freeswitch-core/files/pkg-message.in b/freeswitch-core/files/pkg-message.in
deleted file mode 100644
index 435a4e7b8e..0000000000
--- a/freeswitch-core/files/pkg-message.in
+++ /dev/null
@@ -1,20 +0,0 @@
-
-*****************************************************
-*		Please read			    *
-*****************************************************
-		FreeBSD 7.x		
-There are some known issues with FreeBSD's libpthread 
-implementation and APR that can affect throughput at 
-high volume. A possible fix is to use libmap.conf to 
-remap FreeSWITCH. and its libraries to use libthr 
-(the better performance threading library)
-
-/etc/libmap.conf
-
-[freeswitch]
-libc_r.so.5 libthr.so.2
-libc_r.so.6 libthr.so.2
-libpthread.so.1 libthr.so.2
-libpthread.so.2 libthr.so.2
-
-
diff --git a/freeswitch-core/patches/patch-configure b/freeswitch-core/patches/patch-configure
index af4feedf5b..4eb0db971e 100644
--- a/freeswitch-core/patches/patch-configure
+++ b/freeswitch-core/patches/patch-configure
@@ -1,30 +1,13 @@
 $NetBSD$
 
---- configure.orig	2016-01-11 23:52:15.000000000 +0000
+--- configure.orig	2017-04-30 00:54:20.670300000 +0000
 +++ configure
-@@ -1299,8 +1299,6 @@ CCC
- CPP
- CXXCPP'
- ac_subdirs_all='libs/srtp
--libs/apr
--libs/apr-util
- libs/iksemel
- libs/libdingaling
- libs/sofia-sip
-@@ -37732,7 +37730,7 @@ fi
- # we never use this, and hard setting it will make cross compile work better
- ac_cv_file_dbd_apr_dbd_mysql_c=no
+@@ -36856,7 +36856,7 @@ if test "$with_ldap" = "yes"; then
+    OPENLDAP_LIBS="${OPENLDAP_LIBS} -lldap"
+ fi
  
--ac_config_files="$ac_config_files Makefile build/Makefile src/Makefile src/mod/Makefile src/mod/applications/mod_abstraction/Makefile src/mod/applications/mod_avmd/Makefile src/mod/applications/mod_bert/Makefile src/mod/applications/mod_blacklist/Makefile src/mod/applications/mod_callcenter/Makefile src/mod/applications/mod_cidlookup/Makefile src/mod/applications/mod_cluechoo/Makefile src/mod/applications/mod_commands/Makefile src/mod/applications/mod_conference/Makefile src/mod/applications/mod_curl/Makefile src/mod/applications/mod_cv/Makefile src/mod/applications/mod_db/Makefile src/mod/applications/mod_directory/Makefile src/mod/applications/mod_distributor/Makefile src/mod/applications/mod_dptools/Makefile src/mod/applications/mod_easyroute/Makefile src/mod/applications/mod_enum/Makefile src/mod/applications/mod_esf/Makefile src/mod/applications/mod_esl/Makefile src/mod/applications/mod_expr/Makefile src/mod/applications/mod_fifo/Makefile src/mod/applications/mod_fsk/M
akefile src/mod/applications/mod_fsv/Makefile src/mod/applications/mod_hash/Makefile src/mod/applications/mod_hiredis/Makefile src/mod/applications/mod_httapi/Makefile src/mod/applications/mod_http_cache/Makefile src/mod/applications/mod_ladspa/Makefile src/mod/applications/mod_lcr/Makefile src/mod/applications/mod_limit/Makefile src/mod/applications/mod_memcache/Makefile src/mod/applications/mod_mongo/Makefile src/mod/applications/mod_mp4/Makefile src/mod/applications/mod_mp4v2/Makefile src/mod/applications/mod_nibblebill/Makefile src/mod/applications/mod_oreka/Makefile src/mod/applications/mod_osp/Makefile src/mod/applications/mod_prefix/Makefile src/mod/applications/mod_rad_auth/Makefile src/mod/applications/mod_random/Makefile src/mod/applications/mod_redis/Makefile src/mod/applications/mod_rss/Makefile src/mod/applications/mod_skel/Makefile src/mod/applications/mod_sms/Makefile src/mod/applications/mod_snapshot/Makefile src/mod/applications/mod_snom/Makefile src/mod/applications
 /mod_sonar/Makefile src/mod/applications/mod_soundtouch/Makefile src/mod/applications/mod_spandsp/Makefile src/mod/applications/mod_spy/Makefile src/mod/applications/mod_stress/Makefile src/mod/applications/mod_translate/Makefile src/mod/applications/mod_valet_parking/Makefile src/mod/applications/mod_vmd/Makefile src/mod/applications/mod_voicemail/Makefile src/mod/applications/mod_voicemail_ivr/Makefile src/mod/asr_tts/mod_cepstral/Makefile src/mod/asr_tts/mod_flite/Makefile src/mod/asr_tts/mod_pocketsphinx/Makefile src/mod/asr_tts/mod_tts_commandline/Makefile src/mod/asr_tts/mod_unimrcp/Makefile src/mod/codecs/mod_amr/Makefile src/mod/codecs/mod_amrwb/Makefile src/mod/codecs/mod_b64/Makefile src/mod/codecs/mod_bv/Makefile src/mod/codecs/mod_codec2/Makefile src/mod/codecs/mod_com_g729/Makefile src/mod/codecs/mod_dahdi_codec/Makefile src/mod/codecs/mod_g723_1/Makefile src/mod/codecs/mod_g729/Makefile src/mod/codecs/mod_h26x/Makefile src/mod/codecs/mod_ilbc/Makefile src/mod/codecs/mo
 d_isac/Makefile src/mod/codecs/mod_mp4v/Makefile src/mod/codecs/mod_opus/Makefile src/mod/codecs/mod_openh264/Makefile src/mod/codecs/mod_sangoma_codec/Makefile src/mod/codecs/mod_silk/Makefile src/mod/codecs/mod_siren/Makefile src/mod/codecs/mod_skel_codec/Makefile src/mod/codecs/mod_theora/Makefile src/mod/codecs/mod_vpx/Makefile src/mod/dialplans/mod_dialplan_asterisk/Makefile src/mod/dialplans/mod_dialplan_directory/Makefile src/mod/dialplans/mod_dialplan_xml/Makefile src/mod/directories/mod_ldap/Makefile src/mod/endpoints/mod_alsa/Makefile src/mod/endpoints/mod_dingaling/Makefile src/mod/endpoints/mod_gsmopen/Makefile src/mod/endpoints/mod_h323/Makefile src/mod/endpoints/mod_khomp/Makefile src/mod/endpoints/mod_loopback/Makefile src/mod/endpoints/mod_opal/Makefile src/mod/endpoints/mod_portaudio/Makefile src/mod/endpoints/mod_reference/Makefile src/mod/endpoints/mod_rtmp/Makefile src/mod/endpoints/mod_skinny/Makefile src/mod/endpoints/mod_skypopen/Makefile src/mod/endpoints/mod
 _sofia/Makefile src/mod/endpoints/mod_unicall/Makefile src/mod/endpoints/mod_rtc/Makefile src/mod/endpoints/mod_verto/Makefile src/mod/event_handlers/mod_amqp/Makefile src/mod/event_handlers/mod_cdr_csv/Makefile src/mod/event_handlers/mod_cdr_mongodb/Makefile src/mod/event_handlers/mod_cdr_pg_csv/Makefile src/mod/event_handlers/mod_cdr_sqlite/Makefile src/mod/event_handlers/mod_erlang_event/Makefile src/mod/event_handlers/mod_event_multicast/Makefile src/mod/event_handlers/mod_event_socket/Makefile src/mod/event_handlers/mod_event_test/Makefile src/mod/event_handlers/mod_format_cdr/Makefile src/mod/event_handlers/mod_json_cdr/Makefile src/mod/event_handlers/mod_kazoo/Makefile src/mod/event_handlers/mod_radius_cdr/Makefile src/mod/event_handlers/mod_odbc_cdr/Makefile src/mod/event_handlers/mod_rayo/Makefile src/mod/event_handlers/mod_smpp/Makefile src/mod/event_handlers/mod_snmp/Makefile src/mod/event_handlers/mod_event_zmq/Makefile src/mod/formats/mod_imagick/Makefile src/mod/format
 s/mod_local_stream/Makefile src/mod/formats/mod_native_file/Makefile src/mod/formats/mod_shell_stream/Makefile src/mod/formats/mod_shout/Makefile src/mod/formats/mod_sndfile/Makefile src/mod/formats/mod_ssml/Makefile src/mod/formats/mod_tone_stream/Makefile src/mod/formats/mod_vlc/Makefile src/mod/formats/mod_portaudio_stream/Makefile src/mod/languages/mod_java/Makefile src/mod/languages/mod_lua/Makefile src/mod/languages/mod_managed/Makefile src/mod/languages/mod_perl/Makefile src/mod/languages/mod_python/Makefile src/mod/languages/mod_v8/Makefile src/mod/languages/mod_yaml/Makefile src/mod/languages/mod_basic/Makefile src/mod/loggers/mod_console/Makefile src/mod/loggers/mod_graylog2/Makefile src/mod/loggers/mod_logfile/Makefile src/mod/loggers/mod_syslog/Makefile src/mod/say/mod_say_de/Makefile src/mod/say/mod_say_en/Makefile src/mod/say/mod_say_es/Makefile src/mod/say/mod_say_es_ar/Makefile src/mod/say/mod_say_fa/Makefile src/mod/say/mod_say_fr/Makefile src/mod/say/mod_say_he/Mak
 efile src/mod/say/mod_say_hr/Makefile src/mod/say/mod_say_hu/Makefile src/mod/say/mod_say_it/Makefile src/mod/say/mod_say_ja/Makefile src/mod/say/mod_say_nl/Makefile src/mod/say/mod_say_pl/Makefile src/mod/say/mod_say_pt/Makefile src/mod/say/mod_say_ru/Makefile src/mod/say/mod_say_sv/Makefile src/mod/say/mod_say_th/Makefile src/mod/say/mod_say_zh/Makefile src/mod/timers/mod_posix_timer/Makefile src/mod/timers/mod_timerfd/Makefile src/mod/xml_int/mod_xml_cdr/Makefile src/mod/xml_int/mod_xml_curl/Makefile src/mod/xml_int/mod_xml_ldap/Makefile src/mod/xml_int/mod_xml_radius/Makefile src/mod/xml_int/mod_xml_rpc/Makefile src/mod/xml_int/mod_xml_scgi/Makefile src/mod/applications/mod_av/Makefile src/include/switch_am_config.h build/getsounds.sh build/getlib.sh build/getg729.sh build/freeswitch.pc build/modmake.rules libs/esl/Makefile libs/esl/perl/Makefile libs/esl/php/Makefile libs/xmlrpc-c/include/xmlrpc-c/config.h libs/xmlrpc-c/xmlrpc_config.h libs/xmlrpc-c/config.mk libs/xmlrpc-c/srcd
 ir.mk libs/xmlrpc-c/stamp-h scripts/gentls_cert"
-+ac_config_files="$ac_config_files Makefile build/Makefile src/Makefile src/mod/Makefile src/mod/applications/mod_abstraction/Makefile src/mod/applications/mod_avmd/Makefile src/mod/applications/mod_bert/Makefile src/mod/applications/mod_blacklist/Makefile src/mod/applications/mod_callcenter/Makefile src/mod/applications/mod_cidlookup/Makefile src/mod/applications/mod_cluechoo/Makefile src/mod/applications/mod_commands/Makefile src/mod/applications/mod_conference/Makefile src/mod/applications/mod_curl/Makefile src/mod/applications/mod_cv/Makefile src/mod/applications/mod_db/Makefile src/mod/applications/mod_directory/Makefile src/mod/applications/mod_distributor/Makefile src/mod/applications/mod_dptools/Makefile src/mod/applications/mod_easyroute/Makefile src/mod/applications/mod_enum/Makefile src/mod/applications/mod_esf/Makefile src/mod/applications/mod_esl/Makefile src/mod/applications/mod_expr/Makefile src/mod/applications/mod_fifo/Makefile src/mod/applications/mod_fsk/M
akefile src/mod/applications/mod_hash/Makefile src/mod/applications/mod_hiredis/Makefile src/mod/applications/mod_httapi/Makefile src/mod/applications/mod_http_cache/Makefile src/mod/applications/mod_ladspa/Makefile src/mod/applications/mod_lcr/Makefile src/mod/applications/mod_limit/Makefile src/mod/applications/mod_memcache/Makefile src/mod/applications/mod_mongo/Makefile src/mod/applications/mod_mp4/Makefile src/mod/applications/mod_mp4v2/Makefile src/mod/applications/mod_nibblebill/Makefile src/mod/applications/mod_oreka/Makefile src/mod/applications/mod_osp/Makefile src/mod/applications/mod_prefix/Makefile src/mod/applications/mod_rad_auth/Makefile src/mod/applications/mod_random/Makefile src/mod/applications/mod_redis/Makefile src/mod/applications/mod_rss/Makefile src/mod/applications/mod_skel/Makefile src/mod/applications/mod_sms/Makefile src/mod/applications/mod_snapshot/Makefile src/mod/applications/mod_snom/Makefile src/mod/applications/mod_sonar/Makefile src/mod/applicatio
 ns/mod_soundtouch/Makefile src/mod/applications/mod_spandsp/Makefile src/mod/applications/mod_spy/Makefile src/mod/applications/mod_stress/Makefile src/mod/applications/mod_translate/Makefile src/mod/applications/mod_valet_parking/Makefile src/mod/applications/mod_vmd/Makefile src/mod/applications/mod_voicemail/Makefile src/mod/applications/mod_voicemail_ivr/Makefile src/mod/asr_tts/mod_cepstral/Makefile src/mod/asr_tts/mod_flite/Makefile src/mod/asr_tts/mod_pocketsphinx/Makefile src/mod/asr_tts/mod_tts_commandline/Makefile src/mod/asr_tts/mod_unimrcp/Makefile src/mod/codecs/mod_amr/Makefile src/mod/codecs/mod_amrwb/Makefile src/mod/codecs/mod_b64/Makefile src/mod/codecs/mod_bv/Makefile src/mod/codecs/mod_codec2/Makefile src/mod/codecs/mod_com_g729/Makefile src/mod/codecs/mod_dahdi_codec/Makefile src/mod/codecs/mod_g723_1/Makefile src/mod/codecs/mod_g729/Makefile src/mod/codecs/mod_h26x/Makefile src/mod/codecs/mod_ilbc/Makefile src/mod/codecs/mod_isac/Makefile src/mod/codecs/mod_mp4
 v/Makefile src/mod/codecs/mod_opus/Makefile src/mod/codecs/mod_openh264/Makefile src/mod/codecs/mod_sangoma_codec/Makefile src/mod/codecs/mod_silk/Makefile src/mod/codecs/mod_siren/Makefile src/mod/codecs/mod_skel_codec/Makefile src/mod/codecs/mod_theora/Makefile src/mod/codecs/mod_vpx/Makefile src/mod/dialplans/mod_dialplan_asterisk/Makefile src/mod/dialplans/mod_dialplan_directory/Makefile src/mod/dialplans/mod_dialplan_xml/Makefile src/mod/directories/mod_ldap/Makefile src/mod/endpoints/mod_alsa/Makefile src/mod/endpoints/mod_dingaling/Makefile src/mod/endpoints/mod_gsmopen/Makefile src/mod/endpoints/mod_h323/Makefile src/mod/endpoints/mod_khomp/Makefile src/mod/endpoints/mod_loopback/Makefile src/mod/endpoints/mod_opal/Makefile src/mod/endpoints/mod_portaudio/Makefile src/mod/endpoints/mod_reference/Makefile src/mod/endpoints/mod_rtmp/Makefile src/mod/endpoints/mod_skinny/Makefile src/mod/endpoints/mod_skypopen/Makefile src/mod/endpoints/mod_sofia/Makefile src/mod/endpoints/mod_
 unicall/Makefile src/mod/endpoints/mod_rtc/Makefile src/mod/endpoints/mod_verto/Makefile src/mod/event_handlers/mod_amqp/Makefile src/mod/event_handlers/mod_cdr_csv/Makefile src/mod/event_handlers/mod_cdr_mongodb/Makefile src/mod/event_handlers/mod_cdr_pg_csv/Makefile src/mod/event_handlers/mod_cdr_sqlite/Makefile src/mod/event_handlers/mod_erlang_event/Makefile src/mod/event_handlers/mod_event_multicast/Makefile src/mod/event_handlers/mod_event_socket/Makefile src/mod/event_handlers/mod_event_test/Makefile src/mod/event_handlers/mod_format_cdr/Makefile src/mod/event_handlers/mod_json_cdr/Makefile src/mod/event_handlers/mod_kazoo/Makefile src/mod/event_handlers/mod_radius_cdr/Makefile src/mod/event_handlers/mod_odbc_cdr/Makefile src/mod/event_handlers/mod_rayo/Makefile src/mod/event_handlers/mod_smpp/Makefile src/mod/event_handlers/mod_snmp/Makefile src/mod/event_handlers/mod_event_zmq/Makefile src/mod/formats/mod_imagick/Makefile src/mod/formats/mod_local_stream/Makefile src/mod/fo
 rmats/mod_native_file/Makefile src/mod/formats/mod_shell_stream/Makefile src/mod/formats/mod_shout/Makefile src/mod/formats/mod_sndfile/Makefile src/mod/formats/mod_ssml/Makefile src/mod/formats/mod_tone_stream/Makefile src/mod/formats/mod_vlc/Makefile src/mod/formats/mod_portaudio_stream/Makefile src/mod/languages/mod_java/Makefile src/mod/languages/mod_lua/Makefile src/mod/languages/mod_managed/Makefile src/mod/languages/mod_perl/Makefile src/mod/languages/mod_python/Makefile src/mod/languages/mod_v8/Makefile src/mod/languages/mod_yaml/Makefile src/mod/languages/mod_basic/Makefile src/mod/loggers/mod_console/Makefile src/mod/loggers/mod_graylog2/Makefile src/mod/loggers/mod_logfile/Makefile src/mod/loggers/mod_syslog/Makefile src/mod/say/mod_say_de/Makefile src/mod/say/mod_say_en/Makefile src/mod/say/mod_say_es/Makefile src/mod/say/mod_say_es_ar/Makefile src/mod/say/mod_say_fa/Makefile src/mod/say/mod_say_fr/Makefile src/mod/say/mod_say_he/Makefile src/mod/say/mod_say_hr/Makefile 
 src/mod/say/mod_say_hu/Makefile src/mod/say/mod_say_it/Makefile src/mod/say/mod_say_ja/Makefile src/mod/say/mod_say_nl/Makefile src/mod/say/mod_say_pl/Makefile src/mod/say/mod_say_pt/Makefile src/mod/say/mod_say_ru/Makefile src/mod/say/mod_say_sv/Makefile src/mod/say/mod_say_th/Makefile src/mod/say/mod_say_zh/Makefile src/mod/timers/mod_posix_timer/Makefile src/mod/timers/mod_timerfd/Makefile src/mod/xml_int/mod_xml_cdr/Makefile src/mod/xml_int/mod_xml_curl/Makefile src/mod/xml_int/mod_xml_ldap/Makefile src/mod/xml_int/mod_xml_radius/Makefile src/mod/xml_int/mod_xml_rpc/Makefile src/mod/xml_int/mod_xml_scgi/Makefile src/mod/applications/mod_av/Makefile src/include/switch_am_config.h build/getsounds.sh build/getlib.sh build/getg729.sh build/freeswitch.pc build/modmake.rules libs/esl/Makefile libs/esl/perl/Makefile libs/esl/php/Makefile libs/xmlrpc-c/include/xmlrpc-c/config.h libs/xmlrpc-c/xmlrpc_config.h libs/xmlrpc-c/config.mk libs/xmlrpc-c/srcdir.mk libs/xmlrpc-c/stamp-h scripts/ge
 ntls_cert"
- 
- 
-  if test `uname -s` = Linux; then
-@@ -39646,7 +39644,6 @@ do
-     "src/mod/applications/mod_expr/Makefile") CONFIG_FILES="$CONFIG_FILES src/mod/applications/mod_expr/Makefile" ;;
-     "src/mod/applications/mod_fifo/Makefile") CONFIG_FILES="$CONFIG_FILES src/mod/applications/mod_fifo/Makefile" ;;
-     "src/mod/applications/mod_fsk/Makefile") CONFIG_FILES="$CONFIG_FILES src/mod/applications/mod_fsk/Makefile" ;;
--    "src/mod/applications/mod_fsv/Makefile") CONFIG_FILES="$CONFIG_FILES src/mod/applications/mod_fsv/Makefile" ;;
-     "src/mod/applications/mod_hash/Makefile") CONFIG_FILES="$CONFIG_FILES src/mod/applications/mod_hash/Makefile" ;;
-     "src/mod/applications/mod_hiredis/Makefile") CONFIG_FILES="$CONFIG_FILES src/mod/applications/mod_hiredis/Makefile" ;;
-     "src/mod/applications/mod_httapi/Makefile") CONFIG_FILES="$CONFIG_FILES src/mod/applications/mod_httapi/Makefile" ;;
+- if test "x$with_ldap" == "xyes"; then
++ if test "x$with_ldap" = "xyes"; then
+   HAVE_LDAP_TRUE=
+   HAVE_LDAP_FALSE='#'
+ else
diff --git a/freeswitch-core/patches/patch-libs_spandsp_configure b/freeswitch-core/patches/patch-libs_spandsp_configure
new file mode 100644
index 0000000000..8dbdb2733a
--- /dev/null
+++ b/freeswitch-core/patches/patch-libs_spandsp_configure
@@ -0,0 +1,22 @@
+$NetBSD$
+
+--- libs/spandsp/configure.orig	2017-04-19 13:12:06.824318000 +0000
++++ libs/spandsp/configure
+@@ -24108,7 +24108,7 @@ done
+     ;;
+ esac
+ 
+-if test "${build}" == "${host}"
++if test "${build}" = "${host}"
+ then
+ 
+ for ac_header in X11/X.h
+@@ -25692,7 +25692,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLA
+ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+ 
+ 
+-if test "${build}" == "${host}"
++if test "${build}" = "${host}"
+ then
+     case "${host}" in
+     x86_64-*)
diff --git a/freeswitch-core/patches/patch-libs_spandsp_unpack__gsm0610__data.sh b/freeswitch-core/patches/patch-libs_spandsp_unpack__gsm0610__data.sh
new file mode 100644
index 0000000000..27f8bf6f78
--- /dev/null
+++ b/freeswitch-core/patches/patch-libs_spandsp_unpack__gsm0610__data.sh
@@ -0,0 +1,22 @@
+$NetBSD$
+
+--- libs/spandsp/unpack_gsm0610_data.sh.orig	2017-04-19 13:14:01.304432000 +0000
++++ libs/spandsp/unpack_gsm0610_data.sh
+@@ -53,7 +53,7 @@ else
+     cd gsm0610
+ fi
+ 
+-if [ $1x == --no-exe-runx ]
++if [ $1x = --no-exe-runx ]
+ then
+     # Run the .exe files, which should be here
+     ./FR_A.EXE
+@@ -77,7 +77,7 @@ rm -rf READ_FRA.TXT
+ rm -rf ACTION
+ rm -rf unpacked
+ 
+-if [ $1x == --no-exex ]
++if [ $1x = --no-exex ]
+ then
+     # We need to prepare the .exe files to be run separately
+     rm -rf *.INP
diff --git a/freeswitch-core/patches/patch-libs_unimrcp_configure b/freeswitch-core/patches/patch-libs_unimrcp_configure
new file mode 100644
index 0000000000..b17dfcaa3b
--- /dev/null
+++ b/freeswitch-core/patches/patch-libs_unimrcp_configure
@@ -0,0 +1,13 @@
+$NetBSD$
+
+--- libs/unimrcp/configure.orig	2017-04-19 13:12:50.546788000 +0000
++++ libs/unimrcp/configure
+@@ -18033,7 +18033,7 @@ fi
+ 
+ { $as_echo "$as_me:$LINENO: enable inter-library dependencies: $enable_interlib_deps" >&5
+ $as_echo "$as_me: enable inter-library dependencies: $enable_interlib_deps" >&6;}
+-if test "${enable_interlib_deps}" == "yes"; then
++if test "${enable_interlib_deps}" = "yes"; then
+     link_all_deplibs=yes
+     link_all_deplibs_CXX=yes
+ else
diff --git a/freeswitch-core/patches/patch-modules.conf b/freeswitch-core/patches/patch-modules.conf
deleted file mode 100644
index 1dcb4fc31c..0000000000
--- a/freeswitch-core/patches/patch-modules.conf
+++ /dev/null
@@ -1,159 +0,0 @@
-$NetBSD$
-
---- modules.conf.orig	2016-01-11 23:51:13.000000000 +0000
-+++ modules.conf
-@@ -1,23 +1,23 @@
--#applications/mod_abstraction
-+applications/mod_abstraction
- #applications/mod_av
- #applications/mod_avmd
- #applications/mod_bert
--#applications/mod_blacklist
--#applications/mod_callcenter
--#applications/mod_cidlookup
-+applications/mod_blacklist
-+applications/mod_callcenter
-+applications/mod_cidlookup
- #applications/mod_cluechoo
- applications/mod_commands
- applications/mod_conference
--#applications/mod_curl
-+applications/mod_curl
- #applications/mod_cv
- applications/mod_db
--#applications/mod_directory
--#applications/mod_distributor
-+applications/mod_directory
-+applications/mod_distributor
- applications/mod_dptools
--#applications/mod_easyroute
-+applications/mod_easyroute
- applications/mod_enum
- applications/mod_esf
--#applications/mod_esl
-+applications/mod_esl
- applications/mod_expr
- applications/mod_fifo
- #applications/mod_fsk
-@@ -25,17 +25,17 @@ applications/mod_fsv
- applications/mod_hash
- #applications/mod_hiredis
- applications/mod_httapi
--#applications/mod_http_cache
-+applications/mod_http_cache
- #applications/mod_ladspa
- #applications/mod_lcr
--#applications/mod_memcache
-+applications/mod_memcache
- #applications/mod_mongo
- #applications/mod_mp4
- #applications/mod_mp4v2
- #applications/mod_nibblebill
- #applications/mod_oreka
- #applications/mod_osp
--#applications/mod_prefix
-+applications/mod_prefix
- #applications/mod_rad_auth
- #applications/mod_redis
- #applications/mod_rss
-@@ -51,37 +51,37 @@ applications/mod_spandsp
- applications/mod_valet_parking
- #applications/mod_vmd
- applications/mod_voicemail
--#applications/mod_voicemail_ivr
-+applications/mod_voicemail_ivr
- #asr_tts/mod_cepstral
- #asr_tts/mod_flite
--#asr_tts/mod_pocketsphinx
--#asr_tts/mod_tts_commandline
-+asr_tts/mod_pocketsphinx
-+asr_tts/mod_tts_commandline
- #asr_tts/mod_unimrcp
- codecs/mod_amr
--#codecs/mod_amrwb
-+codecs/mod_amrwb
- codecs/mod_b64
- #codecs/mod_bv
- #codecs/mod_codec2
- #codecs/mod_com_g729
--#codecs/mod_dahdi_codec
-+codecs/mod_dahdi_codec
- codecs/mod_g723_1
- codecs/mod_g729
- codecs/mod_h26x
- #codecs/mod_ilbc
--#codecs/mod_isac
-+codecs/mod_isac
- #codecs/mod_mp4v
- codecs/mod_opus
- #codecs/mod_sangoma_codec
- #codecs/mod_silk
- #codecs/mod_siren
--#codecs/mod_theora
-+codecs/mod_theora
- codecs/mod_vpx
- dialplans/mod_dialplan_asterisk
--#dialplans/mod_dialplan_directory
-+dialplans/mod_dialplan_directory
- dialplans/mod_dialplan_xml
- #directories/mod_ldap
- #endpoints/mod_alsa
--#endpoints/mod_dingaling
-+endpoints/mod_dingaling
- #endpoints/mod_gsmopen
- #endpoints/mod_h323
- #endpoints/mod_khomp
-@@ -89,21 +89,21 @@ endpoints/mod_loopback
- #endpoints/mod_opal
- #endpoints/mod_portaudio
- endpoints/mod_rtc
--#endpoints/mod_rtmp
-+endpoints/mod_rtmp
- endpoints/mod_skinny
--#endpoints/mod_skypopen
-+endpoints/mod_skypopen
- endpoints/mod_sofia
- endpoints/mod_verto
- #event_handlers/mod_amqp
- event_handlers/mod_cdr_csv
- #event_handlers/mod_cdr_mongodb
--#event_handlers/mod_cdr_pg_csv
-+event_handlers/mod_cdr_pg_csv
- event_handlers/mod_cdr_sqlite
- #event_handlers/mod_erlang_event
- #event_handlers/mod_event_multicast
- event_handlers/mod_event_socket
- #event_handlers/mod_format_cdr
--#event_handlers/mod_json_cdr
-+event_handlers/mod_json_cdr
- #event_handlers/mod_radius_cdr
- #event_handlers/mod_odbc_cdr
- #event_handlers/mod_kazoo
-@@ -117,12 +117,12 @@ formats/mod_native_file
- formats/mod_png
- #formats/mod_portaudio_stream
- #formats/mod_shell_stream
--#formats/mod_shout
-+formats/mod_shout
- formats/mod_sndfile
- #formats/mod_ssml
- formats/mod_tone_stream
- #formats/mod_vlc
--#languages/mod_basic
-+languages/mod_basic
- #languages/mod_java
- languages/mod_lua
- #languages/mod_managed
-@@ -152,10 +152,10 @@ say/mod_say_en
- #say/mod_say_sv
- #say/mod_say_th
- #say/mod_say_zh
--#timers/mod_posix_timer
-+timers/mod_posix_timer
- #timers/mod_timerfd
- xml_int/mod_xml_cdr
--#xml_int/mod_xml_curl
-+xml_int/mod_xml_curl
- #xml_int/mod_xml_ldap
- #xml_int/mod_xml_radius
- xml_int/mod_xml_rpc
diff --git a/freeswitch-core/patches/patch-src_mod_asr__tts_mod__flite_mod__flite.c b/freeswitch-core/patches/patch-src_mod_asr__tts_mod__flite_mod__flite.c
deleted file mode 100644
index e29b1e2a42..0000000000
--- a/freeswitch-core/patches/patch-src_mod_asr__tts_mod__flite_mod__flite.c
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD$
-
---- src/mod/asr_tts/mod_flite/mod_flite.c.orig	2016-01-11 23:51:12.000000000 +0000
-+++ src/mod/asr_tts/mod_flite/mod_flite.c
-@@ -31,7 +31,7 @@
-  */
- 
- #include <switch.h>
--#include <flite.h>
-+#include <flite/flite.h>
- 
- cst_voice *register_cmu_us_awb(void);
- void unregister_cmu_us_awb(cst_voice * v);
diff --git a/freeswitch-core/patches/patch-src_mod_codecs_mod__codec2_mod__codec2.c b/freeswitch-core/patches/patch-src_mod_codecs_mod__codec2_mod__codec2.c
deleted file mode 100644
index 88f3f675dc..0000000000
--- a/freeswitch-core/patches/patch-src_mod_codecs_mod__codec2_mod__codec2.c
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD$
-
---- src/mod/codecs/mod_codec2/mod_codec2.c.orig	2016-01-11 23:51:12.000000000 +0000
-+++ src/mod/codecs/mod_codec2/mod_codec2.c
-@@ -29,7 +29,7 @@
-  */
- 
- #include <switch.h>
--#include <codec2.h>
-+#include <codec2/codec2.h>
- 
- /* Uncomment to log input/output data for debugging 
- #define LOG_DATA 
diff --git a/freeswitch-core/patches/patch-src_mod_formats_mod__shout_mod__shout.c b/freeswitch-core/patches/patch-src_mod_formats_mod__shout_mod__shout.c
deleted file mode 100644
index 58136456d1..0000000000
--- a/freeswitch-core/patches/patch-src_mod_formats_mod__shout_mod__shout.c
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD$
-
---- src/mod/formats/mod_shout/mod_shout.c.orig	2016-01-11 23:51:12.000000000 +0000
-+++ src/mod/formats/mod_shout/mod_shout.c
-@@ -35,7 +35,7 @@
- #include <switch.h>
- #include "mpg123.h"
- #include <shout/shout.h>
--#include <lame.h>
-+#include <lame/lame.h>
- #include <switch_curl.h>
- 
- #define OUTSCALE 8192 * 2


Home | Main Index | Thread Index | Old Index