Ads

Thursday, January 7, 2010

SS7 ( Sangoma A102 +Wanpipe +Zaptel + Mobicents )

Thanks to Amit Bhayani , Oleg Kulikov and Bartosz Baranowski for your guidance

if you are looking for Sangoma A102 + Dhadi + Astrisk then give it a try


This is how i was able to configure my sangoma A102 card on Ubuntu 8.10, was trying it on Ubuntu 9.10 but its karnel version is still not supported by Sangoma drivers :( , so had to move back on 8.10

lets start

Insert your card in PCI/PCI-E slot.
follow steps

cd /usr/src
mkdir zaptel
cd zaptel

Download Zaptel source
svn checkout http://svn.digium.com/svn/zaptel/branches/1.4/

before you start building zaptel you should have these dependencies sorted

sudo apt-get install build-essential
sudo apt-get install linux-headers-`uname -r` (replace 'uname -r' with your karnel version, 'uname -r' will give you your karnel version)
sudo apt-get install libnewt-dev
sudo apt-get install bison

now we are ready for zaptel installation.