Jump to letter: [
ACDEFGHIJKLMNOPRSTWZ
]
wanpipe-modules-2.6.18-53.1.4.el5: Sangoma WANPIPE package for Linux. It contains the WANPIPE kernel drivers. Please install wanpipe-util package for wanpipe utilties and configuration files.
| Name: | wanpipe-modules-2.6.18-53.1.4.el5 |
Vendor: | Sangoma Technologies Inc. |
| Version: | 3.3.9 |
License: | GPL |
| Release: | 0 |
URL: | www.sangoma.com |
- Summary
- 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.
Changelog
- * Wed Apr 30 15:00:00 2008 Nenad Corbic <ncorbic{%}sangoma{*}com> - Beta - 3.3.9
======================================================================
- AFT BRI Clock Reference Update
Disabled reference clocking feature on original A500 BRI Cards.
It has been determined that reference clocking feature is not always stable
on original A500 BRI cards. It can cause noise and call drops in some
circumstances where BRI lines go up and down due to power saving mode.
If you have problems with FAX synchronization on an original A500 BRI Card
contact Sangoma Support and we will swap out the card for one with
an updated CPLD that will work with the reference clock and provide
reliable FAXing.
Run wanrouter hwprobe verbose to determine your A500 BRI CPLD Version
-> wanrouter hwprobe verbose
-C00 -> old bri cpld (non reference clock)
-C01 -> new bri cpld (reference clock enabled)
- Manually Disabling BRI Clock Reference
This option is valid from 3.3.6 release and greater.
This option can be used in case of noise and voice quality issues
and call drop issues on BRI card.
In order to disable BRI clock reference manually one can add
RM_BRI_CLOCK=OSC in each BRI wanpipe config file in /etc/wanpipe directory.
1. vi /etc/wanpipe/wanpipe1.conf
2. Under the TDMV_SPAN option add
RM_BRI_CLOCK=OSC
3. Save file
4. Repeat for all BRI wanpipe configuration files
5. Restart all wanpipe devices
Note from 3.3.9 release on, all old CPLD A500 BRI cards
have clock referencing disabled automatically.
- Updated BRI Stack
Fix for RDNIS not cleared
Support for show_spans and show_calls.
Added support for multiple MSNs.
Added support for timer_t3 and timer_t302
http://wiki.sangoma.com/sangoma-wanpipe-smg-asterisk-bri-installation
- * Fri Apr 25 15:00:00 2008 Nenad Corbic <ncorbic{%}sangoma{*}com> - Beta - 3.3.8
======================================================================
- AFT Update
A bug was introduced in 3.3.7 release that failed to load
AFT cards without HWEC.
- AFT TE1 Code
Defaulted Maxim T1 Rx Level to 36DB
Defaulted Maxim E1 Rx Level to 42DB
This will improve T1/E1 connectivity on noisy or low power lines.
- AFT BRI Update
Minor update on BRI to conform better to TBR3 Certification
- * Wed Apr 23 15:00:00 2008 Nenad Corbic <ncorbic{%}sangoma{*}com> - Beta - 3.3.7
======================================================================
- BRI HWEC MAJOR Bug Fix
BRI hwec was not configured properly on startup.
Every second channel on each span was not being configured for hwec.
This would result in random echo problems.
- Support for 2.6.24 kernels and up
This release will now compile properly on 2.6.24 kernels and up.
- AFT Analog Update
Added TBR21 operation mode
Used for most european countries.
-> this option must be added manually in wanpipe#.conf
-> TDMV_OPERMODE=TBR21
- AFT A144 Update
Added MPAPI X25 support to AFT A144/A142 cards
Use: wancfg_legacy to configure MPAPI over AFT cards.
http://wiki.sangoma.com/wanpipe-linux-mpapi-x25
- BRI Updated
BRI driver updated for new 512hz clock used to improve
hardware echo canceler with clock recovery mechanism.
This featue will solve any random hwec warning messages
one might see in /var/log/messages. Note these random
warning messages did not cause any abnormal behaviour
in extensive lab testings.
To check your BRI hardware version run:
-> wanrouter hwprobe verbose
-C00 -> old bri cpld
-C01 -> new bri cpld
- Wanpipemon PRI/BRI PCAP Tracing for Wireshark
Using wanpipemon dchan trace one can now capture
pcap files that can be opened by Wireshark.
http://wiki.sangoma.com/wanpipe-wireshark-pcap-pri-bri-wan-t1-e1-tracing
- S514 Secondary port bug fix
The secondary port was not working.
- Updated wanrouter hwprobe
New wanrouter hwprobe device summary line will only contain
found devices. For backward compatibility we created "wanrouter hwprobe legacy"
that can be used to revert hwprobe output to the original format.
- Add pci parity check to wanrouter
wanrouter parity -> displays current system pci parity
wanrouter parity off -> disables system pci parity
wanrouter parity on -> enables system pci parity
/etc/wanpipe/wanrouter.rc
WAN_PCI_PARITY=OFF -> on wanrouter start disable pci parity
-> event logged in /var/log/wanrouter
On some servers pci parity can cause NMI interrupts that
can lead to reboots. Parity can be caused by unsuported
or buggy pci/bridge chipsets. The above commands can be used
to combat pci parity reboots.
Another option is to disable PCI parity in BIOS :)