mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-08 02:07:28 +01:00
Update feed [ feed_inteno_packages ] package [ asterisk18-mod ]
------------------------------------------------------------------------------- * ee99af0 Fix for #9581, "error 404 on incoming call" ------------------------------------------------------------------------------- commit ee99af0d91a2197529b13075d802ebc37e644e40 Author: Kent Ekholm <Kent.Ekholm@evidente.se> 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(+) -------------------------------------------------------------------------------
This commit is contained in:
parent
01d39c8552
commit
34025a770f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue