Ads

Saturday, October 9, 2010

How to write CDR + OpenCloud Rhino + JAIN-SLEE

My first post on OpenCloud's plateform, well quit a while have started exploring OpenCloud's Rhino.
So this is how it goes....

Follow defined steps.

1) RA Type binding in sbb-jar.xml


<resource-adaptor-type-binding>
<resource-adaptor-type-ref>
<resource-adaptor-type-name>CDR Generation</resource-adaptor-type-name>
<resource-adaptor-type-vendor>OpenCloud</resource-adaptor-type-vendor>
<resource-adaptor-type-version>2.1</resource-adaptor-type-version>
</resource-adaptor-type-ref>

<resource-adaptor-entity-binding>
<resource-adaptor-object-name>slee/resources/cdr/provider</resource-adaptor-object-name>
<resource-adaptor-entity-link>slee/resources/cdr</resource-adaptor-entity-link>
</resource-adaptor-entity-binding>
</resource-adaptor-type-binding>

Monday, October 4, 2010

Track the releases of Mobicents

Long time! Since my last blog


Tired of compiling mails to know about the current releases, or if there is any other best way for which i am not aware of :( .
Hope this would help to locate .....

JAIN SLEE

Mobicents JAIN SLEE 2.2.1.FINAL Released!


Mobicents JAIN SLEE 2.2.0.FINAL Released!


Mobicents JAIN SLEE 2.1.2.FINAL Released!

Mobicents Media Server(MMS)
2.1.0.BETA1


2.0.0.GA

Diameter

Mobicents Diameter v1.3.1.FINAL Released!
Mobicents
Sip Servlets (MSS)


Sip Servlets 1.4.0.FINAL


Sip Servlets 1.3.2

ss7 Protocols Suite
Protocols Suite 1.0.0.B5


Protocols Suite 1.0.0.B2

SIP Presence
1.0.0.BETA6
stay tuned.....

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.