dectmngr-3.7.2: Fix a bug in setting extension id for an outgoing call

voicemngr-1.2.2: Removed the timeout ubus requests to asterisk or dectmngr
to prevent locks.
Also Show information of existing calls in "ubus call dect status" for debug.
This commit is contained in:
Yalu Zhang 2024-11-15 17:32:27 +01:00
parent d4a631f0cb
commit f2cd1c5573
2 changed files with 4 additions and 4 deletions

View file

@ -2,13 +2,13 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=dectmngr
PKG_RELEASE:=3
PKG_VERSION:=3.7.1
PKG_VERSION:=3.7.2
LOCAL_DEV=0
ifneq ($(LOCAL_DEV),1)
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/dectmngr.git
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=daf66f6f2098a343fefb304e7ce9440f55ea1cd1
PKG_SOURCE_VERSION:=c86d7575f58ba01829374c64afea18afac241062
PKG_MIRROR_HASH:=skip
endif

View file

@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=voicemngr
PKG_RELEASE:=1
PKG_VERSION:=1.2.1
PKG_VERSION:=1.2.2
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:=09f81f49333e53dbf00a84712f91605575c95572
PKG_SOURCE_VERSION:=ff71c1951b02200546ab8a4845a79f3d3685d7bf
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_HASH:=skip
endif