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)
This commit is contained in:
Diederik de Groot 2016-02-18 03:47:53 +01:00
parent 6dd432b5be
commit 250d54ff35

View file

@ -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