From 250d54ff35ef150b0ea6d78746a47518c38bf1c7 Mon Sep 17 00:00:00 2001 From: Diederik de Groot Date: Thu, 18 Feb 2016 03:47:53 +0100 Subject: [PATCH] Chan-sccp-b release v4.2.3 New Features in V4.2.3 - Warning about use of ancient gcc compiler - New desktop/background images - New AMI Function:SCCPShowRefcount - Support for newer/future version of automake - Small size reduction of chan_sccp.so Bug Fixes - Channel being left behind after hangup - Scheduled Hangup / Schedule Digit Timeout - Potential Deadlock Fallback Atomic Functions - MWI loosing track of new voicemails under certain circumstances - using gnu version of libiconv fixed - gen_sccp_enum improved / gnu awk extension dependency removed - set socket option should happen before binding to the socket - channel monitor/record handling fixed - Code cleanup / fixed memory leaks / fixed potential null pointer dereferences - Some smaller patches (Check ChangeLog for details) --- net/chan-sccp-b/Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/net/chan-sccp-b/Makefile b/net/chan-sccp-b/Makefile index 49062a2..3e060db 100644 --- a/net/chan-sccp-b/Makefile +++ b/net/chan-sccp-b/Makefile @@ -9,9 +9,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=chan-sccp-b -PKG_REV:=6139 -PKG_VERSION:=v4.2-r$(PKG_REV) -PKG_RELEASE:=3 +PKG_REV:=6647 +PKG_VERSION:=v4.2.3-r$(PKG_REV) +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://svn.code.sf.net/p/chan-sccp-b/code/branches/v4.2 @@ -66,6 +66,10 @@ Package/asterisk18-chan-sccp-b/description = $(Package/description/Default) Package/asterisk11-chan-sccp-b/description = $(Package/description/Default) Package/asterisk13-chan-sccp-b/description = $(Package/description/Default) +CONFIGURE_ARGS += --enable-conference +CONFIGURE_ARGS += --enable-advanced-functions +CONFIGURE_ARGS += --enable-video + ifeq ($(BUILD_VARIANT),asterisk13) CONFIGURE_ARGS += --with-asterisk=$(STAGING_DIR)/usr/include/asterisk-13 endif -- 2.30.2