Published on November 5, 2008
in techLog.
Intro
This is the first article that I wrote in order to show how IMS / SIP services can be built using the SIP Servlets technology.
Session Initiation Protocol, known as SIP, is a signaling protocol that is used by next-generation applications in the telecom industry.
The articles will be based on SIP Servlets technology and I will also provide some examples in order to have you test the functionality by yourself. The examples will be coded in Java, which provides a very good platform for building SIP applications.
Continue reading ‘IMS Services Development Tutorial’
Published on October 26, 2008
in techLog.
I have started to play with the Dialogic SS7 stack a few years ago, while working for an NGN operator. I’ve been surprised to find out that they have released an SDK for developers wishing to build their own SS7-based products.
So, if you are a developer who wants to build an SMSC for example, you will only have to download the SS7 stack modules that you need and start coding! The stack also includes support for Sigtran (M3UA & M2PA) so you actually don’t need extra hardware for the development process.Here you can find a sample application for exchanging SMS’es over a Sigtran link.
There are multiple examples included in the SDK - ISUP, MAP, INAP, etc. Have a quick look on their website if you want to find out more about their SS7 products.
P.S. The SDK is available for C/C++ developers only.
Recent Comments