Wanpipe RPMs for ElastixWanpipe 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/)
- 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
- 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
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
|