Announcements
Sangoma Hardware
HW Installation Manuals
Wanpipe Drivers Download Linux | Windows
Wanpipe for Asterisk
Install
Configure
Operation
Debugging
Tutorials
Appendix
Trixbox
Faxing
FAQ
Tapping(*New)
BRI: B700 / A500
Wanpipe for FreeSwitch
Install
Configure
Operation
FAQ
Appendix
Netborder VoIP Gateway
Linux
Windows
Release Notes
FAQ
Config Options
Routing Rules *NEW*
SMG-SS7
Install/Upgrade
Asterisk-SS7 Install
FreeSwitch-SS7 Install
Configure
Operation
Debugging
FAQ
Wanpipe TDM API
LibSangoma
Install/Config
FreeTDM
Wanpipe MTP2 API
Wanpipe for Wan/API
Install
Configure
RPMs
Operation
ADSL - S518
ADSL2+ - S519
Multi-Link PPP
Appendix
FAQ
Wanpipe for Yate
Wanpipe for Callweaver
Install
Configure
Wanpipe Case Studies
Troubleshooting
Tech Support
Glossary
| Wanpipe for Windows |
B601 - 4 FXO, 1FXS + 1 T1/E1 port
Note : The B601 is only available as a beta release at the moment.
You will need to download latest 3.6 Release or Higher
-> wanpipe-3.6.0.12.tgz
At the back of the B601 there is 3 RJ 11 connectors, the RED is FXO and the Green is FXS. The FXO connectors have two lines in the one connector, the first line is in the inner pair and the second is in the outer pair as shown in the picture below. So if you are making your own cables insure that your are following the diagram below. Also note the FXS has only one line and it is on the inner pair. Also there is a RJ45 port as well and this is for your T1/J1/E1 line as shown below.

The T1/E1 port uses the following pinouts on the RJ-45 port
:
Pin Signal Pin Signal 1 RRING 4 TRING 2 RTIP 5 TTIP
- Untar wanpipe release in arbitrary directory (/usr/src/ is recommended).
#>tar xvfz wanpipe-<version>.tgz
After untarring WANPIPE®, the wanpipe<version>/ directory will be created.
#>cd wanpipe-<version> - Run ./Setup install from the newly created wanpipe-<version> directory
#>./Setup install
Proceed with installation Select "Y" for each option.
Under compilation mode: Select "TDM Only drivers" (Option #2).
Setup will ask you for location of zaptel sources?
[By default Setup will look in /usr/src/zaptel]
Zaptel 1.4 -> wanpipe drivers use zaptel supported hwdchan so no patching is needed.
Zaptel does not need to be recompiled
Zpatel 1.2-> Setup will ask you if you would like to add support for Sangoma HW HDLC DCHAN PRI to Zaptel.
"Enable TDMV DCHAN Native HDLC Support & Patch Zaptel ? (y/n)"
Select "Y" to Enable HW HDLC on DCHAN PRI in Zaptel.
Setup will ask you if you would like to recompile/reinstall Zaptel.
"Recompile/reinstall zaptel (recommended) ? (y/n) "
Select "Y" to recompile/reinstall Zaptel - Proceed with Defaults for the rest of the compilation.
- Last step in installation will ask you to configure wanpipe cards for Zaptel
-> Proceed with YES this is your initial installation
-> Note wancfg_zaptel will overwrite your zaptel.conf and zapata.conf files and save the originals as zaptel.conf.bak and zapata.conf.bak
-> The configuration process continues on Configuration Section
If any errors are encountered during the compilation of the utilities, click here for assistance.
Confirm Successful Wanpipe/Zaptel Installation
- Confirm successful Wanpipe/Zaptel installation run:
#>wanrouter hwprobe
-------------------------------
| Wanpipe Hardware Probe Info |
-------------------------------
1 . AFT-B601-SH : SLOT=4 : BUS=7 : IRQ=201 : CPU=A : PORT=1 : HWEC=64 : V=03
2 . AFT-B601-SH : SLOT=4 : BUS=7 : IRQ=201 : CPU=A : PORT=2 : HWEC=64 : V=03
This command will load the wanpipe and zaptel modules and will print out list of all Sangoma hardware installed on the system.
1) To configure the device just simply run "wancfg_zaptel" from the command line.
2) To start the device with Asterisk follow the three steps below.
# wanrouter start (to start our drivers)
# ztcfg -vvv (to start Zaptel)
# asterisk (to start Asterisk)
# asterisk -r (to login to the Asterisk CLI)
# zap show channels (to see all the zap channels)
3) To stop the device with Asterisk follow the two steps below.
# asterisk -r (to login to the Asterisk CLI)
# stop now (to stop Asterisk)
# wanrouter stop (to stop our drivers)