wanpipe-7.0.18.tgz

This commit is contained in:
Harald Welte 2021-12-29 19:04:44 +01:00
parent 1a2ee058db
commit 37bc73a570
12 changed files with 26 additions and 22 deletions

View File

@ -1,2 +1,2 @@
wanpipe_linux: git ver 7d928f7
wanpipe_common: git ver 4c0d4dc
wanpipe_linux: git ver 2e86683
wanpipe_common: git ver bd0259e

View File

@ -1 +1 @@
wanpipe-7.0.17
wanpipe-7.0.18

View File

@ -3,12 +3,12 @@ WANPIPE TDM VOICE - IP/WAN Package
------------------------------------------------------------------------------
Author: Nenad Corbic <ncorbic@sangoma.com>
Copyright (c) 1995-2015 Sangoma Technologies Inc.
Copyright (c) 1995-2016 Sangoma Technologies Inc.
For more info visit: http://wiki.sangoma.com
------------------------------------------------------------------------------
* Fri Mar 17 2016 Nenad Corbic <ncorbic@sangoma.com> - 7.0.17
* Fri 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.17
PROD_VER=7.0.18
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.17-0
Version: 7.0.18-0
Section: networking
Priority: optional
Architecture: all

View File

@ -10,14 +10,14 @@
#define WANPIPE_COMPANY "Sangoma Technologies Inc"
/********** LINUX **********/
#define WANPIPE_VERSION "7.0.17"
#define WANPIPE_VERSION "7.0.18"
#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 17
#define WANPIPE_VERSION_MINOR1 18
#define WANPIPE_VERSION_MINOR2 0
#endif

View File

@ -1,6 +1,6 @@
%define WANPIPE_VER wanpipe-modules
%define name %{WANPIPE_VER}
%define version 7.0.17
%define version 7.0.18
%define release 0
%define serial 1
%define MODULES_DIR /lib/modules
@ -59,7 +59,7 @@ fi
%changelog
* Fri Mar 17 2016 Nenad Corbic <ncorbic@sangoma.com> - 7.0.17
* Fri 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.17
%define version 7.0.18
%define release 0
%define serial 1
%define UTILS_DIR /usr/sbin
@ -229,7 +229,7 @@ chmod 755 /usr/local/sbin/setup-sangoma
%changelog
* Fri Mar 17 2016 Nenad Corbic <ncorbic@sangoma.com> - 7.0.17
* Fri 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.17
%define version 7.0.18
%define release 0
%define serial 1
%define UTILS_DIR /usr/sbin
@ -246,7 +246,7 @@ chmod 755 /usr/local/sbin/setup-sangoma
%changelog
* Fri Mar 17 2016 Nenad Corbic <ncorbic@sangoma.com> - 7.0.17
* Fri 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.17
ROUTER_VERSION=7.0.18
IFCONFIG_LIST=ifconfig
MODULE_STAT=lsmod
WAN_DRIVERS="wanpipe"

View File

@ -167,6 +167,10 @@ sub gen_wanpipe_conf{
my $hw_fax = $self->card->hw_fax;
my $is_tdm_api = $self->is_tdm_api;
my $tdm_voice_op_mode = "TDM_VOICE";
my $rm_fake_polarity = $self->rm_fake_polarity;
my $rm_fake_polarity_threshold = $self->rm_fake_polarity_threshold;
my $rm_fake_polarity_cidtimer = $self->rm_fake_polarity_cidtimer;
my $rm_fake_polarity_cidtimeout = $self->rm_fake_polarity_cidtimeout;
my $device_alpha = &get_alpha_from_num($device_no);
@ -199,10 +203,10 @@ sub gen_wanpipe_conf{
$wp_file =~ s/HWECMODE/$hwec_mode/g;
$wp_file =~ s/HWDTMF/$hw_dtmf/g;
$wp_file =~ s/HWFAX/$hw_fax/g;
$wp_file =~ s/RMFAKEPOLARITY/$self->rm_fake_polarity/g;
$wp_file =~ s/RMFAKETHRESHOLD/$self->rm_fake_polarity_threshold/g;
$wp_file =~ s/RMFAKECIDTIMER/$self->rm_fake_polarity_cidtimer/g;
$wp_file =~ s/RMFAKECIDTIMEOUT/$self->rm_fake_polarity_cidtimeout/g;
$wp_file =~ s/RMFAKEPOLARITY/$rm_fake_polarity/g;
$wp_file =~ s/RMFAKETHRES/$rm_fake_polarity_threshold/g;
$wp_file =~ s/RMFAKECIDTIMER/$rm_fake_polarity_cidtimer/g;
$wp_file =~ s/RMFAKECIDTIMEOUT/$rm_fake_polarity_cidtimeout/g;
print FH $wp_file;
close (FH);

View File

@ -25,7 +25,7 @@
#
%define NAME wanpipe
%define VERSION 7.0.17
%define VERSION 7.0.18
%define RELEASE 0
%define KVERSION %{?kernel}
%define KSRC %{?ksrc}
@ -260,7 +260,7 @@ fi
%changelog
* Fri Mar 17 2016 Nenad Corbic <ncorbic@sangoma.com> - 7.0.17
* Fri 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.