voicemngr: 1.1.7

Do not close the connection if DECT accepts the second call for call waiting
This commit is contained in:
Wenpeng Song 2024-02-16 11:04:34 +00:00
parent 559215189a
commit 40444a3fe9

View file

@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=voicemngr
PKG_RELEASE:=1
PKG_VERSION:=1.1.6
PKG_VERSION:=1.1.7
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENSE
@ -19,7 +19,7 @@ LOCAL_DEV=0
ifneq ($(LOCAL_DEV),1)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/$(PKG_NAME).git
PKG_SOURCE_VERSION:=44fef7c4a904d78ece20fc7010de9962c78a4ca5
PKG_SOURCE_VERSION:=f8b1142a93e46599d5d119f1f6f689273dbb0be2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_HASH:=skip
endif