From cc89707536cd676cd1c3560fc6b77e620d2a492a Mon Sep 17 00:00:00 2001 From: Justin Cassidy Date: Sun, 15 Jul 2007 23:30:14 +0000 Subject: [PATCH] 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 --- src/mod/endpoints/mod_wanpipe/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)