From: <abe...@us...> - 2016-11-24 17:15:07
|
Revision: 7980 http://sourceforge.net/p/astlinux/code/7980 Author: abelbeck Date: 2016-11-24 17:15:05 +0000 (Thu, 24 Nov 2016) Log Message: ----------- asterisk, version bump to 11.25.0 and 13.13.0 Modified Paths: -------------- branches/1.0/package/asterisk/asterisk-13-configure-menuselect-cross-fix.patch branches/1.0/package/asterisk/asterisk.mk branches/1.0/package/pjsip/asterisk-config_site.h Modified: branches/1.0/package/asterisk/asterisk-13-configure-menuselect-cross-fix.patch =================================================================== --- branches/1.0/package/asterisk/asterisk-13-configure-menuselect-cross-fix.patch 2016-11-23 21:53:22 UTC (rev 7979) +++ branches/1.0/package/asterisk/asterisk-13-configure-menuselect-cross-fix.patch 2016-11-24 17:15:05 UTC (rev 7980) @@ -1,6 +1,6 @@ --- asterisk-13/configure.ac.orig 2014-01-24 16:52:23.000000000 -0600 +++ asterisk-13/configure.ac 2014-01-24 16:55:14.000000000 -0600 -@@ -2652,11 +2652,13 @@ +@@ -2662,11 +2662,13 @@ AC_OUTPUT ${ac_cv_path_EGREP} 'CURSES|GTK2|OSARCH|NEWT' makeopts > makeopts.acbak2 Modified: branches/1.0/package/asterisk/asterisk.mk =================================================================== --- branches/1.0/package/asterisk/asterisk.mk 2016-11-23 21:53:22 UTC (rev 7979) +++ branches/1.0/package/asterisk/asterisk.mk 2016-11-24 17:15:05 UTC (rev 7980) @@ -4,10 +4,10 @@ # ############################################################## ifeq ($(BR2_PACKAGE_ASTERISK_v11),y) -ASTERISK_VERSION := 11.24.1 +ASTERISK_VERSION := 11.25.0 else ifeq ($(BR2_PACKAGE_ASTERISK_v13),y) -ASTERISK_VERSION := 13.12.2 +ASTERISK_VERSION := 13.13.0 else ASTERISK_VERSION := 15.0.0 endif Modified: branches/1.0/package/pjsip/asterisk-config_site.h =================================================================== --- branches/1.0/package/pjsip/asterisk-config_site.h 2016-11-23 21:53:22 UTC (rev 7979) +++ branches/1.0/package/pjsip/asterisk-config_site.h 2016-11-24 17:15:05 UTC (rev 7980) @@ -48,7 +48,7 @@ /* Defaults too low for WebRTC */ #define PJ_ICE_MAX_CAND 32 -#define PJ_ICE_MAX_CHECKS (PJ_ICE_MAX_CAND * 2) +#define PJ_ICE_MAX_CHECKS (PJ_ICE_MAX_CAND * PJ_ICE_MAX_CAND) /* Increase limits to allow more formats */ #define PJMEDIA_MAX_SDP_FMT 64 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |