From 2415a92f082e3093209d8aec311d65e10d407553 Mon Sep 17 00:00:00 2001 From: hemlata Date: Tue, 18 Oct 2022 16:07:07 +0200 Subject: [PATCH] evoice : Support Echo Cancellation which can be configured via TR-104 --- evoice/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/evoice/Makefile b/evoice/Makefile index 46c3d42e8..0ddf26259 100644 --- a/evoice/Makefile +++ b/evoice/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=evoice -PKG_VERSION:=0.2.35 +PKG_VERSION:=0.2.36 LOCAL_DEV=0 LOCAL_DEV_EVOICE_DIR=~/voip/evoice @@ -13,7 +13,7 @@ LOCAL_DEV_EVOICE_DIR=~/voip/evoice ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/evoice.git -PKG_SOURCE_VERSION:=62763b564820b4fa0be196b116b099cfc008bd81 +PKG_SOURCE_VERSION:=9eadb5b7381f7dd4b7b5fdfd933295bae5397f04 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_HASH:=skip endif