From 34025a770f290c059ceb7907ae38aeeb29b286bd Mon Sep 17 00:00:00 2001 From: Kent Ekholm Date: Wed, 22 Mar 2017 15:31:14 +0100 Subject: [PATCH] Update feed [ feed_inteno_packages ] package [ asterisk18-mod ] ------------------------------------------------------------------------------- * ee99af0 Fix for #9581, "error 404 on incoming call" ------------------------------------------------------------------------------- commit ee99af0d91a2197529b13075d802ebc37e644e40 Author: Kent Ekholm Date: 2017-03-22 15:24:49 +0100 Fix for #9581, "error 404 on incoming call" The destination number is not recognized because the dialplan becomes empty by some reason. The fix is to reload the dialplan and try to find the destination number again. Base directory -> / channels/chan_sip.c | 11 +++++++++++ 1 file changed, 11 insertions(+) ------------------------------------------------------------------------------- --- asterisk-1.8.x-mod/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asterisk-1.8.x-mod/Makefile b/asterisk-1.8.x-mod/Makefile index ed033da8b..998482659 100644 --- a/asterisk-1.8.x-mod/Makefile +++ b/asterisk-1.8.x-mod/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=asterisk18-mod PKG_VERSION:=1.8.10.1 -PKG_SOURCE_VERSION:=fd55c5dc4865142b7955ead96fe93b1ce888c37c +PKG_SOURCE_VERSION:=ee99af0d91a2197529b13075d802ebc37e644e40 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=http://public.inteno.se:/asterisk-1.8.x