wanpipe-7.0.5.tgz

This commit is contained in:
Harald Welte 2021-12-29 18:57:55 +01:00
parent f5c6a55c06
commit fbbdc67f33
13 changed files with 24 additions and 24 deletions

View File

@ -1,2 +1,2 @@
wanpipe_linux: git ver b2503d8
wanpipe_common: git ver 111806d
wanpipe_common: git ver 9b182f2

View File

@ -1 +1 @@
wanpipe-7.0.4
wanpipe-7.0.5

View File

@ -8,7 +8,7 @@ Copyright (c) 1995-2013 Sangoma Technologies Inc.
For more info visit: http://wiki.sangoma.com
------------------------------------------------------------------------------
* Mon Jul 15 2013 Nenad Corbic <ncorbic@sangoma.com> - 7.0.4
* Mon Jul 15 2013 Nenad Corbic <ncorbic@sangoma.com> - 7.0.5
==================================================================
- Updated for Dahdi 2.7

2
Setup
View File

@ -7338,7 +7338,7 @@ KERNEL_UNAME=`uname -r`
PKG_NAME=wanpipe
DISTR_NAME="WANPIPE"
PROD=wanrouter
PROD_VER=7.0.4
PROD_VER=7.0.5
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.4-0
Version: 7.0.5-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.4"
#define WANPIPE_VERSION "7.0.5"
#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 4
#define WANPIPE_VERSION_MINOR1 5
#define WANPIPE_VERSION_MINOR2 0
#endif

View File

@ -3575,7 +3575,12 @@ static int del_if_private (wan_device_t* wandev, netdevice_t* dev)
wan_netif_name(dev));
return 0;
}
if (aft_tdm_api_free(card,chan)) {
DEBUG_ERROR("%s: Error: Failed to del iface: TDM API Device in use!\n",
chan->if_name);
return -EBUSY;
}
#ifdef CONFIG_PRODUCT_WANPIPE_ANNEXG
if (chan->common.usedby == ANNEXG && chan->annexg_dev) {
@ -3620,12 +3625,6 @@ static int del_if_private (wan_device_t* wandev, netdevice_t* dev)
wan_unreg_api(chan, card->devname);
}
if (aft_tdm_api_free(card,chan)) {
DEBUG_ERROR("%s: Error: Failed to del iface: TDM API Device in use!\n",
chan->if_name);
return -EBUSY;
}
wan_spin_lock_irq(&card->wandev.lock,&flags);
aft_tdmv_if_free(card,chan);
wan_spin_unlock_irq(&card->wandev.lock,&flags);

View File

@ -928,10 +928,11 @@ int wanec_api_release(wan_ec_dev_t *ec_dev, wan_ec_api_t *ec_api, int verbose)
if (!(ec_dev->fe_channel_map & (1 << fe_chan))){
continue;
}
if (ec_dev->fe_media == WAN_MEDIA_E1 && fe_chan == 0) continue;
ec_chan = wanec_fe2ec_channel(ec_dev, fe_chan);
wanec_bypass(ec_dev, fe_chan, 0, 0);
if (ec_dev->fe_media == WAN_MEDIA_E1 && fe_chan == 0) continue;
wanec_ChannelClose(ec_dev, ec_chan, verbose);
}
}

View File

@ -1,6 +1,6 @@
%define WANPIPE_VER wanpipe-modules
%define name %{WANPIPE_VER}
%define version 7.0.4
%define version 7.0.5
%define release 0
%define serial 1
%define MODULES_DIR /lib/modules
@ -59,7 +59,7 @@ fi
%changelog
* Mon Jul 15 2013 Nenad Corbic <ncorbic@sangoma.com> - 7.0.4
* Mon Jul 15 2013 Nenad Corbic <ncorbic@sangoma.com> - 7.0.5
==================================================================
- Updated for Dahdi 2.7

View File

@ -1,6 +1,6 @@
%define WANPIPE_VER wanpipe-util
%define name %{WANPIPE_VER}
%define version 7.0.4
%define version 7.0.5
%define release 0
%define serial 1
%define UTILS_DIR /usr/sbin
@ -229,7 +229,7 @@ chmod 755 /usr/local/sbin/setup-sangoma
%changelog
* Mon Jul 15 2013 Nenad Corbic <ncorbic@sangoma.com> - 7.0.4
* Mon Jul 15 2013 Nenad Corbic <ncorbic@sangoma.com> - 7.0.5
==================================================================
- Updated for Dahdi 2.7

View File

@ -1,7 +1,7 @@
%define KERNEL_VERSION %{?kern_ver}
%define WANPIPE_VER wanpipe
%define name %{WANPIPE_VER}
%define version 7.0.4
%define version 7.0.5
%define release 0
%define serial 1
%define UTILS_DIR /usr/sbin
@ -246,7 +246,7 @@ chmod 755 /usr/local/sbin/setup-sangoma
%changelog
* Mon Jul 15 2013 Nenad Corbic <ncorbic@sangoma.com> - 7.0.4
* Mon Jul 15 2013 Nenad Corbic <ncorbic@sangoma.com> - 7.0.5
==================================================================
- Updated for Dahdi 2.7

View File

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

View File

@ -25,7 +25,7 @@
#
%define NAME wanpipe
%define VERSION 7.0.4
%define VERSION 7.0.5
%define RELEASE 0
%define KVERSION %{?kernel}
%define KSRC %{?ksrc}
@ -259,7 +259,7 @@ fi
%changelog
* Mon Jul 15 2013 Nenad Corbic <ncorbic@sangoma.com> - 7.0.4
* Mon Jul 15 2013 Nenad Corbic <ncorbic@sangoma.com> - 7.0.5
==================================================================
- Updated for Dahdi 2.7