[Freeswitch-svn] [commit] r5535 - freeswitch/trunk/src/mod/endpoints/mod_wanpipe
Freeswitch SVN
xachen at freeswitch.org
Sun Jul 15 19:30:15 EDT 2007
Author: xachen
Date: Sun Jul 15 19:30:14 2007
New Revision: 5535
Modified:
freeswitch/trunk/src/mod/endpoints/mod_wanpipe/Makefile
Log:
Libpri 1.2.4 no longer available. Also fixed wanpipe to latest minor release on 3.1 branch
Modified: freeswitch/trunk/src/mod/endpoints/mod_wanpipe/Makefile
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_wanpipe/Makefile (original)
+++ freeswitch/trunk/src/mod/endpoints/mod_wanpipe/Makefile Sun Jul 15 19:30:14 2007
@@ -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)
More information about the Freeswitch-svn
mailing list