wanpipe/rpmspec/wanpipe-mod.spec

294 lines
9.6 KiB
RPMSpec
Raw Normal View History

2021-12-29 16:56:27 +00:00
%define WANPIPE_VER wanpipe-modules
%define name %{WANPIPE_VER}
2021-12-29 17:19:24 +00:00
%define version 3.3.4
2021-12-29 17:02:04 +00:00
%define release 0
2021-12-29 16:56:27 +00:00
%define serial 1
%define MODULES_DIR /lib/modules
2021-12-29 16:59:00 +00:00
%define USR_INCLUDE_DIR /usr/include
%define KVERSION %{?kern_ver}
2021-12-29 16:56:27 +00:00
Summary: Sangoma WANPIPE package for Linux. It contains the WANPIPE kernel drivers. Please install wanpipe-util package for wanpipe utilties and configuration files.
2021-12-29 16:59:00 +00:00
Name: %{name}-%{?kern_ver}
2021-12-29 16:56:27 +00:00
Version: %{version}
Release: %{release}
2021-12-29 16:59:00 +00:00
License: GPL
Group: Applications/Communications
2021-12-29 16:56:27 +00:00
Vendor: Sangoma Technologies Inc.
Url: www.sangoma.com
Group: Networking/WAN
%description
2021-12-29 16:59:00 +00:00
Linux Drivers for Sangoma AFT Series of cards and S Series of Cards. Wanpipe supports the following protocols, TDM Voice, Frame Relay, X25(API), PPP,Multi-link PPP, CHDLC and custom API development for WAN and Voice.
Install Wanpipe-util package for wanpipe utilities and configuration files.
2021-12-29 16:56:27 +00:00
%prep
%build
%install
%clean
%postun
echo "Uninstalling WANPIPE..."
%post
#check dependancies for the new modules
2021-12-29 16:59:00 +00:00
depmod -ae -F /boot/System.map-%{KVERSION} %{KVERSION}
echo "Wanpipe Modules located in %{MODULES_DIR}/%{KVERSION}"
2021-12-29 16:56:27 +00:00
%files
%{MODULES_DIR}
2021-12-29 16:59:00 +00:00
%{USR_INCLUDE_DIR}
2021-12-29 16:56:27 +00:00
%changelog
2021-12-29 17:16:45 +00:00
2021-12-29 17:19:24 +00:00
* Wed Mar 26 2008 Nenad Corbic <ncorbic@sangoma.com> - Beta - 3.3.4
======================================================================
- BRI TE auto clocking feature - Bug fix
This feature failed on on some machines with multiple TE BRI modules.
This bug would cause modules to loose sync. Bug introduced in 3.3.3
release.
2021-12-29 17:19:00 +00:00
* Tue Mar 25 2008 Nenad Corbic <ncorbic@sangoma.com> - Beta - 3.3.3
======================================================================
- BRI TE auto clocking feature.
Where a connected TE port is elected
as the telco clock recovery port for the whole card. If that TE
port goes down, another connected TE port is found to provide
telco recovery clock to the card. If no connected TE ports are found
then internal oscillator is used.
-> This option is fully automatic no configuration options needed.
- BRI Zaptel Clock Source
Since BRI does not interface to zaptel, it acts as ZT DUMMY to
provide zaptel reliable timing. One has to configure
TDMV_DUMMY=YES in [wanpipe1] section of wanpipe1.conf
2021-12-29 17:19:24 +00:00
- A200/A400 Remora Relax CFG
2021-12-29 17:19:00 +00:00
If one module fails during operation the wanpipe driver by default
fails to load. With this option wanpipe driver
will allow the card to come up with a broken module so that
customer will be able to continue working until the module is replaced.
RM_RELAX_CFG=YES in [wanpipe1] section of wanpipe1.conf
* Fri Feb 14 2008 Nenad Corbic <ncorbic@sangoma.com> - Beta - 3.3.2.1
======================================================================
- Added DTR API for Serial S514X Card
Ability to read and set the DTR/RTS on serial cards throught the API.
Sample code in wanpipe-3.3.2.1/api/chdlc/chdlc_modem_cmd.c
2021-12-29 17:18:25 +00:00
* Wed Feb 12 2008 Nenad Corbic <ncorbic@sangoma.com> - Beta - 3.3.2
======================================================================
2021-12-29 17:16:45 +00:00
2021-12-29 17:18:25 +00:00
- Support for A500 hardware support with NetBricks BRI Stack
- Major A500 driver updates and fixes
- Serial A142/A144 hardware support
- AFT A056 56K hardware support
2021-12-29 17:16:45 +00:00
2021-12-29 17:18:25 +00:00
- Support for HW DTMF
2021-12-29 17:16:45 +00:00
2021-12-29 17:18:25 +00:00
- Updates for AFT PMC and MAXIM framers
PMC - lowered LOS sensitivity
Fixes fake up/down state changes on
started inactive lines.
2021-12-29 17:16:17 +00:00
2021-12-29 17:18:25 +00:00
MAXIM - lowered sensistivy
Fixes cable cross talk on 8 port cards.
- Enabled Unframed E1
- Enabled Tri-State Mode
- Fixed loopback commands
2021-12-29 17:16:17 +00:00
2021-12-29 17:18:25 +00:00
- Updated loopback commands for AFT Maxim cards
2021-12-29 17:16:17 +00:00
2021-12-29 17:18:25 +00:00
- Updated for AstLinux
The make file can now build all WAN and Voice Protocols
- Updated legacy protocols for new front end architecture
2021-12-29 17:16:17 +00:00
2021-12-29 17:18:25 +00:00
-
2021-12-29 17:16:17 +00:00
2021-12-29 17:18:25 +00:00
* Fri Feb 01 2008 Nenad Corbic <ncorbic@sangoma.com> - Beta - 3.3.2.p8
======================================================================
2021-12-29 17:16:17 +00:00
2021-12-29 17:18:25 +00:00
- wancfg_zaptel now asks for the default_tei value for
- BRI cards in TE mode
2021-12-29 17:16:17 +00:00
2021-12-29 17:18:25 +00:00
- Fix for HWEC not being enabled when non-consecutive modules are using
- in BRI cards
2021-12-29 17:16:17 +00:00
2021-12-29 17:18:25 +00:00
* Fri Feb 01 2008 Nenad Corbic <ncorbic@sangoma.com> - Beta - 3.3.2.p4
======================================================================
2021-12-29 17:16:17 +00:00
2021-12-29 17:18:25 +00:00
- Fixed AFT memory leak
Memory leak introduced in 3.3 release
- Fixed AFT 56K bug
Bug introduced in 3.3 releae
2021-12-29 17:16:17 +00:00
2021-12-29 17:18:25 +00:00
* Fri Feb 01 2008 Nenad Corbic <ncorbic@sangoma.com> - Beta - 3.3.2.p3
======================================================================
2021-12-29 17:16:17 +00:00
2021-12-29 17:18:25 +00:00
- Fix bug in BRI protocol for fast local hangups.
2021-12-29 17:16:17 +00:00
2021-12-29 17:18:25 +00:00
* Mon Jan 18 2008 Nenad Corbic <ncorbic@sangoma.com> - Beta - 3.3.2.p1
======================================================================
2021-12-29 17:16:17 +00:00
2021-12-29 17:18:25 +00:00
- Bug fix in Hardware EC code for E1.
Bug introduced in 3.3 release.
2021-12-29 17:16:17 +00:00
2021-12-29 17:18:25 +00:00
* Mon Jan 18 2008 Nenad Corbic <ncorbic@sangoma.com> - Beta - 3.3.1
====================================================================
2021-12-29 17:15:48 +00:00
2021-12-29 17:18:25 +00:00
* Mon Jan 16 2008 Nenad Corbic <ncorbic@sangoma.com> - Beta - 3.3.0.22
====================================================================
2021-12-29 17:15:48 +00:00
2021-12-29 17:18:25 +00:00
- BRI protocol:Increased internal timer that could cause issue in systems with
- more than 8 BRI spans
* Mon Jan 15 2008 Nenad Corbic <ncorbic@sangoma.com> - Beta - 3.3.0.21
====================================================================
- BRI protocol:Fix for smg_brid daemon crashing on race condition
- BRI protocol:default_tei parameter is not ignored when using point to
- multipoint anymore
* Mon Jan 14 2008 Nenad Corbic <ncorbic@sangoma.com> - Beta - 3.3.0.20
====================================================================
2021-12-29 17:15:08 +00:00
2021-12-29 17:18:25 +00:00
- BRI protocol: Additional prefix options.
- BRI protocol: Check is caller ID number is all digits on incoming calls
- Sangoma MGD: Removed dynamic user period causing skb panics
- chan_woomera: Fixed issue with rxgain and txgain values set to 0 if
- coding not set in woomera.conf
- wancfg_zaptel: Support for fractional T1/E1 spans.
- wancfg_zaptel: fix issue BRI always being configured as bri_net introduced in v3.3.0.19
2021-12-29 17:14:45 +00:00
2021-12-29 17:18:25 +00:00
* Mon Jan 07 2008 Nenad Corbic <ncorbic@sangoma.com> - Beta - 3.3.0.19
====================================================================
- Support for national/international prefix in BRI stack
2021-12-29 17:15:08 +00:00
2021-12-29 17:18:25 +00:00
* Mon Jan 07 2008 Nenad Corbic <ncorbic@sangoma.com> - Beta - 3.3.0.18
====================================================================
2021-12-29 17:15:08 +00:00
2021-12-29 17:18:25 +00:00
- Changed Makefile in wanpipe/api/fr causing compilation errors
2021-12-29 17:15:08 +00:00
2021-12-29 17:18:25 +00:00
* Thu Dec 20 2007 Nenad Corbic <ncorbic@sangoma.com> - Beta - 3.3.0.17
====================================================================
2021-12-29 17:15:08 +00:00
2021-12-29 17:18:25 +00:00
- Fix for smg_ctrl boot script starting before network services on some systems
- Support for language parameter in chan_woomera
2021-12-29 17:15:08 +00:00
2021-12-29 17:18:25 +00:00
* Thu Dec 20 2007 Nenad Corbic <ncorbic@sangoma.com> - Beta - 3.3.0.16
====================================================================
2021-12-29 17:15:08 +00:00
2021-12-29 17:18:25 +00:00
- Fix for Sangoma BRI Daemon crashing on incoming call if chan_woomera is not installed on that system
2021-12-29 17:14:45 +00:00
2021-12-29 17:18:25 +00:00
* Tue Dec 18 2007 Nenad Corbic <ncorbic@sangoma.com> - Beta - 3.3.0.15
====================================================================
2021-12-29 17:14:45 +00:00
2021-12-29 17:18:25 +00:00
- Fix for caller ID value being corrupted sometimes
- Support for call confirmation in chan_woomera
2021-12-29 17:14:12 +00:00
2021-12-29 17:18:25 +00:00
* Tue Dec 18 2007 Nenad Corbic <ncorbic@sangoma.com> - Beta - 3.3.0.14
====================================================================
2021-12-29 17:14:12 +00:00
2021-12-29 17:18:25 +00:00
- Fix in smg_brid not releasing some b-channels properly
- Fix in wancfg_smg not setting MTU to 80 when configuring cards for SS7
2021-12-29 17:14:12 +00:00
2021-12-29 17:18:25 +00:00
* Fri Dec 14 2007 Nenad Corbic <ncorbic@sangoma.com> - Beta - 3.3.0.13
====================================================================
2021-12-29 17:14:12 +00:00
2021-12-29 17:18:25 +00:00
- Fix for Kernel panic on 64-bit systems when enabling hardware echo canceller
2021-12-29 17:14:12 +00:00
2021-12-29 17:18:25 +00:00
* Thu Dec 5 2007 Nenad Corbic <ncorbic@sangoma.com> - Beta - 3.3.0.11
====================================================================
2021-12-29 17:14:12 +00:00
2021-12-29 17:18:25 +00:00
- Support for AFT Serial Cards
2021-12-29 17:14:12 +00:00
- Updates for AFT PMC and MAXIM framers
PMC - lowered LOS sensitivity
Fixes fake up/down state changes on
started inactive lines.
MAXIM - lowered sensistivy
Fixes cable cross talk on 8 port cards.
- Enabled Unframed E1
- Enabled Tri-State Mode
- Fixed loopback commands
- Fixed HWEC_PERSIST_DISABLE
This option was broken in previous release
This option lets Asterisk control HWEC
on each call start/stop.
By default all hwec channels are enabled on
device startup.
- Updated SMG/SS7
- Updated loopback commands for AFT Maxim cards
- Updated for AstLinux
The make file can now build all WAN and Voice Protocols
- Fixed add_timer warnings for ALL AFT cards
Caused when a port is left in unconnected state.
- Updated legacy protocols for new front end architecture
- Updated Setup script
2021-12-29 17:03:04 +00:00
2021-12-29 17:18:25 +00:00
* Thu Nov 8 2007 Nenad Corbic <ncorbic@sangoma.com> - Beta - 3.3.0.4
====================================================================
2021-12-29 17:03:04 +00:00
2021-12-29 17:18:25 +00:00
- Fixed A101/2 (Old) bug introduced in previous releaes
2021-12-29 17:03:04 +00:00
2021-12-29 17:18:25 +00:00
* Mon Oct 31 2007 Nenad Corbic <ncorbic@sangoma.com> - Beta - 3.3.0.4
====================================================================
2021-12-29 17:03:04 +00:00
2021-12-29 17:18:25 +00:00
- Updated BRI caller name
- Updaged Setup
2021-12-29 17:03:04 +00:00
2021-12-29 17:00:21 +00:00
2021-12-29 17:18:25 +00:00
* Mon Oct 15 2007 Nenad Corbic <ncorbic@sangoma.com> - Beta - 3.3.0.1
2021-12-29 16:59:00 +00:00
====================================================================
2021-12-29 17:18:25 +00:00
- Major Updates
- New BRI architecture/support
SMG with Netbricks BRI Stack
- Support for Hardware DTMF
2021-12-29 16:59:00 +00:00
2021-12-29 17:18:25 +00:00
* Thu Aug 22 2007 Nenad Corbic <ncorbic@sangoma.com> - Beta - 3.3.0.p3
======================================================================
2021-12-29 16:56:27 +00:00
2021-12-29 17:18:25 +00:00
- Updated wancfg_zaptel to support HW DTMF
2021-12-29 16:56:27 +00:00
2021-12-29 17:18:25 +00:00
* Thu Aug 21 2007 Nenad Corbic <ncorbic@sangoma.com> - Beta - 3.3.0.p2
======================================================================
2021-12-29 16:56:27 +00:00
2021-12-29 17:18:25 +00:00
- Major Updates
- Hardware DTMF for Asterisk and TDM API
2021-12-29 16:59:00 +00:00
- - END -