[Freeswitch-svn] [commit] r6083 - freeswitch/trunk/src/mod/endpoints/mod_wanpipe

Freeswitch SVN mikej at freeswitch.org
Mon Oct 29 09:28:04 EDT 2007


Author: mikej
Date: Mon Oct 29 09:28:03 2007
New Revision: 6083

Modified:
   freeswitch/trunk/src/mod/endpoints/mod_wanpipe/Makefile

Log:
fix for FSBUILD-24

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	Mon Oct 29 09:28:03 2007
@@ -1,6 +1,6 @@
 BASE=../../../..
-LIBPRI_HOST=http://ftp.digium.com/pub/libpri
-LIBPRI=libpri-1.2.5
+LIBPRI_HOST=http://downloads.digium.com/pub/libpri
+LIBPRI=libpri-1.2.6
 LIBPRI_FILE=$(LIBPRI).tar.gz
 LIBPRI_DIR=$(BASE)/libs/$(LIBPRI)
 WANPIPE=wanpipe-3.1.1



More information about the Freeswitch-svn mailing list