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
- 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
Configuring Card
- Use wancfg_zaptel utility to configure the card. Follow on screen instruction to configure the card.
[root@elastix ~]# wancfg_zaptel
- Then after the configuration is complete then please edit /etc/asterisk/zapata.conf and add the line "#include zapata_additional.conf", if it's not there.
Manual Operation
Manual Operation ( To start wanpipe, zaptel and Asterisk )
#> wanrouter start
-
#> ztcfg -vvv
#> amportal start (or run #>asterisk)
#> asterisk -r ( to connect with Asterisk server )
- Manual Operation (To Stop )
#> amportal stop (or run "stop now" on Asterisk CLI
#> wanrouter stop
#>service zaptel stop (this will unload zaptel module if they were use by other device).
|