From 59e7e0e273746f9ca3072a44c61878bc35e02ff5 Mon Sep 17 00:00:00 2001 From: Ronny Nilsson Date: Tue, 10 Jul 2018 17:27:30 +0200 Subject: [PATCH] Voice: simulated busy lines if Dect is missing. If Dect has been disabled in run time we simulate it as always being busy by going offhook forever. --- endptmngr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endptmngr/Makefile b/endptmngr/Makefile index c50744e9f..b5651953e 100644 --- a/endptmngr/Makefile +++ b/endptmngr/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_RELEASE:=1 PKG_VERSION:=0.2 -PKG_SOURCE_VERSION:=e719a1be2bcb089c81699ddaa47aa57a7c21512c +PKG_SOURCE_VERSION:=fba670f85a83e211d51889274cabbaf485a317f5 ifeq ($(CONFIG_ENDPT_OPEN),y)