wanpipe/rpmspec/wanpipe-mod.spec

132 lines
3.3 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:31:43 +00:00
%define version 3.5.3
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:25:26 +00:00
2021-12-29 17:31:43 +00:00
* Tue Jun 25 2009 Nenad Corbic <ncorbic@sangoma.com> - 3.5.3
2021-12-29 17:31:01 +00:00
===================================================================
2021-12-29 17:31:43 +00:00
- New Makefile build system
Note this does not replace Setup. Makefile build system can be
used by power users.
Asterisk
make dahdi DAHDI_DIR=<abs path to dahdi>
make install
make zaptel ZAPDIR=<abs path to zaptel>
make install
FreeSwitch
make openzap
make install
TDM API
make all_src
make install
- Updated libsangoma API
Redesigned wait object for Linux/Windows integration.
- Turned on HWEC Noise Reduction by default
To disable noise reduction specify
HWEC_NOISE_REDUCTION_DISABLE=YES in [wanpipe1] section of wanpipe
config file.
- Regression tested for FreeSwitch+OpenZAP
- Updated dma buffers in ZAPTEL and TDM API mode.
- Bug fixes for Mixed Data + Voice Mode
- Bug fix on TDM API mode.
Flush buffers could interfere with tx/rx data.
- Added BRI DCHAN monitor in case task is not scheduled by the
system. Sanity check.
- Fixed libsangoma stack overflow check that failed on some kernels.
* Fri May 08 2009 Nenad Corbic <ncorbic@sangoma.com> - 3.5.2
===================================================================
- B700 PCIe cards were being displayed as PCI cards in hwprobe
2021-12-29 17:31:01 +00:00
- Bug fix in wancfg_zaptel
2021-12-29 17:31:43 +00:00
* Thu May 07 2009 Nenad Corbic <ncorbic@sangoma.com> - 3.5.1
2021-12-29 17:30:35 +00:00
===================================================================
2021-12-29 17:29:53 +00:00
2021-12-29 17:30:35 +00:00
- New Hardware Support
B700 - Mixed BRI & Analog
B600 - Analog 4FXO/FXS
USB-FXO - USB Fxo device
2021-12-29 17:29:53 +00:00
2021-12-29 17:30:35 +00:00
- New Unified API for Linux & Windows
API Library - libsangoma
Unified Voice API for Linux & Windows
2021-12-29 17:24:47 +00:00
2021-12-29 17:30:35 +00:00
-More Info
http://wiki.sangoma.com/wanpipe-api
2021-12-29 17:24:47 +00:00
2021-12-29 17:30:35 +00:00
- SPAN mode API
- CHAN mode API
2021-12-29 17:24:47 +00:00
2021-12-29 17:30:35 +00:00
- Unified driver for Linux & Windows
- Updated BRI Stack and Support
- New BRI A500 & B700 firmware that fixes PCI parity errors.
On some systems A500 & B700 cards can generate parity errors.
2021-12-29 17:23:59 +00:00
2021-12-29 17:30:35 +00:00
- FreeSwitch Tested
- Update for 2.6.26 kernel
2021-12-29 17:23:59 +00:00
2021-12-29 17:30:35 +00:00
Note this is a major release. It has been fully regression
tested and stress tested in the lab and in the field.
2021-12-29 17:23:59 +00:00
2021-12-29 16:59:00 +00:00
- - END -