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 |
Wanpipe RPMs for Elastix
Wanpipe Elastix RPMs are built for original kernel and Zaptel modules that comes with Default Elastix.
Wanpipe modules are dependent on kernel modules and Zaptel modules!
If you recompiled a newer kernel or Zaptel, you will need to compile Wanpipe drivers manually!
- Installing Wanpipe RPMs
- Install Wanpipe RPMs for A500 BR, Zaptel and Hardware DTMF
- Configuring Sangoma Card
- Manual Operation
- Contact Support
Installing Wanpipe RPMs
Note: Elastix 1.0 Stable comes with Wanpipe-driver pre-installed with ISO. There is no need to install RPMS. Go to Step 2.
To install Wanpipe RPMs manually
- Check your kernel version : uname -r
For eg:
[root@elastix ~]# uname -a
Linux elastix.example.com 2.6.18-8.el5 #1 SMP Thu Mar 15 19:57:35 EDT 2007 i686 i686 i386 GNU/Linux - Download RPMs from ftp://ftp.sangoma.com/linux/RPMS/Elastix to local directory (e.g. /usr/src/)
Elastix Wanpipe-Version
Change Log
Zaptel Wanpipe Utility RPMs
Wanpipe Modules RPMs
Elastix -1.1 Wanpipe-3.2.6 Zaptel-1.4.10.1-2 wanpipe-util-rpms wanpipe-mod-rpms Elastix-0.9.2.4
Wanpipe-3.2.2 Zaptel-1.4.6-3 wanpipe-util-rpms wanpipe-mod-rpms - Install RPMs
#>rpm -i wanpipe-modules-<version>.rpm
#>rpm -i wanpipe-util-<version>.rpm
For Elastix 1.1- Use --force option to install RPMS; because ISO comes with Old RPMs and wanpipe-util cannot be removed due to dependency
#>rpm -i --force wanpipe-modules-<version>.rpm
#>rpm -i --force wanpipe-util-<version>.rpm - Run "wanrouter hwprobe verbose " command to check detected Card on the system
- Use "setup-sangoma" utility to configure the card. Follow on screen instruction to configure the card.
[root@elastix ~]# setup-sangoma
- Then after the configuration is complete then please edit /etc/asterisk/zapata.conf and add the line "#include zapata_auto.conf"
and/or "#include zapata_additonal.conf", if it's not there.
Install Wanpipe RPMs for A500 BR, Zaptel and Hardware DTMF
- A500 Customer please confirm that hardware is configured properly (Hardware Installation)
- Confirm kernel version, zaptel version and Asterisk version according to Elastix ISO release
Use following command to confirm check install kernel , Zaptel and Asterisk version
root@elastix ~]# uname -r
2.6.18-53.1.19.el5
[root@elastix ~]# rpm -qa | grep zaptel
zaptel-1.4.10.1-2
kernel-module-zaptel-xen-1.4.10.1-2_2.6.18_53.1.19.el5
zaptel-devel-1.4.10.1-2
kernel-module-zaptel-1.4.10.1-2_2.6.18_53.1.19.el5
[root@elastix ~]# rpm -qa | grep asterisk
asterisk-1.4.19-1
Elastix Zaptel Asterisk Wanpipe Driver
(change log)
Wanpipe Utility
RPMS
Wanpipe-Module
RPMS
Elastix 1.3-2 Zaptel-1.4.11-6 Asterisk-1.4.22.0-5 Wanpipe-3.3.15 wanpipe-util-rpms wanpipe-mod-rpms Elastix 1.2.1.4 Zaptel-1.4.11-5 Asterisk-1.4.21.2 Wanpipe-3.3.12 wanpipe-util-rpms wanpipe-mod-rpms Elastix 1.1 Zaptel-1.4.10.1-2 Asterisk-1.4.19-1 Wanpipe-3.3.10 wanpipe-util-rpms wanpipe-mod-rpms
- Download wanpipe-util and wanpipe-module RPMS in local directory
Use wget command to download RPMs on local directory
Note: If you are using Firefox, right click on rpms link and select copy link location that will get whole path for the RPMS. No need to type manually :)
# wget ftp://ftp.sangoma.com/linux/RPMS/Elastix/elastix-1.1/wanpipe-util-3.3.10-0.i686.rpm - Install RPMs
#>rpm -i --force wanpipe-modules-<version>.rpm
#>rpm -i --force wanpipe-util-<version>.rpm - Run "wanrouter hwprobe verbose" command to confirm that cards are detected by driver
- Run "setup-sangoma" to configure the card
- Follow Manually Start instructions to start all the services
- Create and Configure Woomera Trunk for A500 card. Click here for Instructions .
Manual Operation ( To start wanpipe, smg_ctrl,zaptel and Asterisk )
- To manually start wanpipe devices, zaptel and asterisk run:
#> wanrouter start
#>smg_ctrl start ( for A500 BRI card)
#> ztcfg (If you have AFT series T1/E1 or Analog cards)
#> amportal start
#> asterisk -r (To connect with Asterisk server) - To manually stop wanpipe you must stop asterisk first
#>amportal stop
#>smg_ctrl stop (If A500 BRI card configured)
#> wanrouter stop
#>service zaptel stop