wanpipe-7.0.20.tgz

This commit is contained in:
Harald Welte 2021-12-29 19:06:17 +01:00
parent b827f39f9c
commit a0440cbb4a
12 changed files with 53 additions and 23 deletions

View File

@ -1,2 +1,2 @@
wanpipe_linux: git ver 0c588de
wanpipe_common: git ver c06ba21
wanpipe_linux: git ver 152b9f5
wanpipe_common: git ver 8b632be

View File

@ -1 +1 @@
wanpipe-7.0.19
wanpipe-7.0.20

View File

@ -8,7 +8,12 @@ Copyright (c) 1995-2016 Sangoma Technologies Inc.
For more info visit: http://wiki.sangoma.com
------------------------------------------------------------------------------
* May 9 2016 Nenad Corbic <ncorbic@sangoma.com> - 7.0.19
* Mon May 19 2016 Nenad Corbic <ncorbic@sangoma.com> - 7.0.20
==================================================================
- Compilation fix in non-dahdi mode
- Default to fe poll mode.
* Mon May 9 2016 Nenad Corbic <ncorbic@sangoma.com> - 7.0.19
==================================================================
- Add RM_RING_DEBOUNCE config option
- Fix for Centos 5 build
@ -19,7 +24,7 @@ For more info visit: http://wiki.sangoma.com
- RM_FAKE_POLARITY_THRESHOLD should be 16000
* Mar 17 2016 Nenad Corbic <ncorbic@sangoma.com> - 7.0.18
* Mon Mar 17 2016 Nenad Corbic <ncorbic@sangoma.com> - 7.0.18
==================================================================
- Driver will start by default even though analog FXS/FXO module failed to configure.
New config parameters: RM_FAIL_ON_MOD_ERROR=YES will revert this behaviour.

2
Setup
View File

@ -7387,7 +7387,7 @@ KERNEL_UNAME=`uname -r`
PKG_NAME=wanpipe
DISTR_NAME="WANPIPE"
PROD=wanrouter
PROD_VER=7.0.19
PROD_VER=7.0.20
PROD_HOME=`pwd`
META_CONF=$PROD_HOME/$PROD.rc
WAN_INTR_DIR=$PROD_HOME/interfaces

View File

@ -1,5 +1,5 @@
Package: wanpipe
Version: 7.0.19-0
Version: 7.0.20-0
Section: networking
Priority: optional
Architecture: all

View File

@ -6,18 +6,18 @@
#define __WANPIPE_VERSION__
#define WANPIPE_COPYRIGHT_DATES "(c) 1994-2013"
#define WANPIPE_COPYRIGHT_DATES "(c) 1994-2016"
#define WANPIPE_COMPANY "Sangoma Technologies Inc"
/********** LINUX **********/
#define WANPIPE_VERSION "7.0.19"
#define WANPIPE_VERSION "7.0.20"
#define WANPIPE_SUB_VERSION "0"
#define WANPIPE_LITE_VERSION "1.1.1"
#if defined(__LINUX__)
#define WANPIPE_VERSION_MAJOR 7
#define WANPIPE_VERSION_MINOR 0
#define WANPIPE_VERSION_MINOR1 19
#define WANPIPE_VERSION_MINOR1 20
#define WANPIPE_VERSION_MINOR2 0
#endif

View File

@ -1768,6 +1768,11 @@ static int sdla_ds_te1_config(void* pfe)
return 0;
}
/* Force FE POll mode. Stop using front end interrupts as they
are known to cause parity errors on modern systems. */
fe->fe_cfg.poll_mode=WANOPT_YES;
/* Revision/Chip ID (Reg. 0x0D) */
if (sdla_ds_te1_device_id(fe)) return -EINVAL;
switch(fe->fe_chip_id){

View File

@ -1,6 +1,6 @@
%define WANPIPE_VER wanpipe-modules
%define name %{WANPIPE_VER}
%define version 7.0.19
%define version 7.0.20
%define release 0
%define serial 1
%define MODULES_DIR /lib/modules
@ -59,7 +59,12 @@ fi
%changelog
* May 9 2016 Nenad Corbic <ncorbic@sangoma.com> - 7.0.19
* Mon May 19 2016 Nenad Corbic <ncorbic@sangoma.com> - 7.0.20
==================================================================
- Compilation fix in non-dahdi mode
- Default to fe poll mode.
* Mon May 9 2016 Nenad Corbic <ncorbic@sangoma.com> - 7.0.19
==================================================================
- Add RM_RING_DEBOUNCE config option
- Fix for Centos 5 build
@ -70,7 +75,7 @@ fi
- RM_FAKE_POLARITY_THRESHOLD should be 16000
* Mar 17 2016 Nenad Corbic <ncorbic@sangoma.com> - 7.0.18
* Mon Mar 17 2016 Nenad Corbic <ncorbic@sangoma.com> - 7.0.18
==================================================================
- Driver will start by default even though analog FXS/FXO module failed to configure.
New config parameters: RM_FAIL_ON_MOD_ERROR=YES will revert this behaviour.

View File

@ -1,6 +1,6 @@
%define WANPIPE_VER wanpipe-util
%define name %{WANPIPE_VER}
%define version 7.0.19
%define version 7.0.20
%define release 0
%define serial 1
%define UTILS_DIR /usr/sbin
@ -229,7 +229,12 @@ chmod 755 /usr/local/sbin/setup-sangoma
%changelog
* May 9 2016 Nenad Corbic <ncorbic@sangoma.com> - 7.0.19
* Mon May 19 2016 Nenad Corbic <ncorbic@sangoma.com> - 7.0.20
==================================================================
- Compilation fix in non-dahdi mode
- Default to fe poll mode.
* Mon May 9 2016 Nenad Corbic <ncorbic@sangoma.com> - 7.0.19
==================================================================
- Add RM_RING_DEBOUNCE config option
- Fix for Centos 5 build
@ -240,7 +245,7 @@ chmod 755 /usr/local/sbin/setup-sangoma
- RM_FAKE_POLARITY_THRESHOLD should be 16000
* Mar 17 2016 Nenad Corbic <ncorbic@sangoma.com> - 7.0.18
* Mon Mar 17 2016 Nenad Corbic <ncorbic@sangoma.com> - 7.0.18
==================================================================
- Driver will start by default even though analog FXS/FXO module failed to configure.
New config parameters: RM_FAIL_ON_MOD_ERROR=YES will revert this behaviour.

View File

@ -1,7 +1,7 @@
%define KERNEL_VERSION %{?kern_ver}
%define WANPIPE_VER wanpipe
%define name %{WANPIPE_VER}
%define version 7.0.19
%define version 7.0.20
%define release 0
%define serial 1
%define UTILS_DIR /usr/sbin
@ -246,7 +246,12 @@ chmod 755 /usr/local/sbin/setup-sangoma
%changelog
* May 9 2016 Nenad Corbic <ncorbic@sangoma.com> - 7.0.19
* Mon May 19 2016 Nenad Corbic <ncorbic@sangoma.com> - 7.0.20
==================================================================
- Compilation fix in non-dahdi mode
- Default to fe poll mode.
* Mon May 9 2016 Nenad Corbic <ncorbic@sangoma.com> - 7.0.19
==================================================================
- Add RM_RING_DEBOUNCE config option
- Fix for Centos 5 build
@ -257,7 +262,7 @@ chmod 755 /usr/local/sbin/setup-sangoma
- RM_FAKE_POLARITY_THRESHOLD should be 16000
* Mar 17 2016 Nenad Corbic <ncorbic@sangoma.com> - 7.0.18
* Mon Mar 17 2016 Nenad Corbic <ncorbic@sangoma.com> - 7.0.18
==================================================================
- Driver will start by default even though analog FXS/FXO module failed to configure.
New config parameters: RM_FAIL_ON_MOD_ERROR=YES will revert this behaviour.

View File

@ -2231,7 +2231,7 @@ init_global_params()
{
if [ $OSYSTEM = "Linux" ]; then
ROUTER_VERSION=7.0.19
ROUTER_VERSION=7.0.20
IFCONFIG_LIST=ifconfig
MODULE_STAT=lsmod
WAN_DRIVERS="wanpipe"

View File

@ -25,7 +25,7 @@
#
%define NAME wanpipe
%define VERSION 7.0.19
%define VERSION 7.0.20
%define RELEASE 0
%define KVERSION %{?kernel}
%define KSRC %{?ksrc}
@ -260,7 +260,12 @@ fi
%changelog
* May 9 2016 Nenad Corbic <ncorbic@sangoma.com> - 7.0.19
* Mon May 19 2016 Nenad Corbic <ncorbic@sangoma.com> - 7.0.20
==================================================================
- Compilation fix in non-dahdi mode
- Default to fe poll mode.
* Mon May 9 2016 Nenad Corbic <ncorbic@sangoma.com> - 7.0.19
==================================================================
- Add RM_RING_DEBOUNCE config option
- Fix for Centos 5 build
@ -271,7 +276,7 @@ fi
- RM_FAKE_POLARITY_THRESHOLD should be 16000
* Mar 17 2016 Nenad Corbic <ncorbic@sangoma.com> - 7.0.18
* Mon Mar 17 2016 Nenad Corbic <ncorbic@sangoma.com> - 7.0.18
==================================================================
- Driver will start by default even though analog FXS/FXO module failed to configure.
New config parameters: RM_FAIL_ON_MOD_ERROR=YES will revert this behaviour.