From: Justin Cassidy Date: Sun, 15 Jul 2007 23:30:14 +0000 (+0000) Subject: Libpri 1.2.4 no longer available. Also fixed wanpipe to latest minor release on 3... X-Git-Tag: v1.0-beta1~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc89707536cd676cd1c3560fc6b77e620d2a492a;p=thirdparty%2Ffreeswitch.git Libpri 1.2.4 no longer available. Also fixed wanpipe to latest minor release on 3.1 branch git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5535 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/endpoints/mod_wanpipe/Makefile b/src/mod/endpoints/mod_wanpipe/Makefile index d43233529a..5a946ddac5 100644 --- a/src/mod/endpoints/mod_wanpipe/Makefile +++ b/src/mod/endpoints/mod_wanpipe/Makefile @@ -1,9 +1,9 @@ BASE=../../../.. LIBPRI_HOST=http://ftp.digium.com/pub/libpri -LIBPRI=libpri-1.2.4 +LIBPRI=libpri-1.2.5 LIBPRI_FILE=$(LIBPRI).tar.gz LIBPRI_DIR=$(BASE)/libs/$(LIBPRI) -WANPIPE=wanpipe-3.1.0 +WANPIPE=wanpipe-3.1.1 WANPIPE_HOST=ftp://ftp.sangoma.com/linux/current_wanpipe/ WANPIPE_FILE=$(WANPIPE).tgz WANPIPE_DIR=$(BASE)/libs/$(WANPIPE)