Download presentation
1
Mobicents Training Mobicents Communications Platform
Java EE, JSLEE, SIP Servlets, Media Server, Presence Server Jean Deruelle, Mobicents SIP Servlets Lead 1
2
What is a Communications Platform ?
Enable creation, deployment and management of services and applications that integrate voice, video and data across a range of IP and communications network by multiple devices “Any content” + “Any network” + “Any device” = Convergence Mobicents Communications Platform drives Convergence by bringing to you the infrastructure to build your next generation applications Communications platform enable the creation, deployment and management of services and applications that integrate voice, video and data and function seamlessly across a range of IP and communications network that can be accessed by computers, hand sets and other network enabled devices In the telecommunications industry, the concept of “any content” on “any network” that can be connected to “any device” is referred to as Convergence Mobicents Communications Platform drives Convergence by bringing to you the infrastructure to build your next generation applications 2
3
Plan • Mobicents JSLEE • Mobicents SIP Servlets
• Mobicents Media Server • Mobicents Presence Service • Mobicents Communications Platform • Mobicents Communications Platform Converged Example we will see each of the products in turn which are composing the Mobicents Communications platform then I'll show a little demo of what you can do with converged applications. 3
4
JSLEE - Concepts Asynchronous support & Event oriented
Let's starts with Mobicents JAIN SLEE. First what is JSLEE ? It is a Specification that has been Defined by the JCP and currently the 1.1 version (JSR 240) has just been released What does SLEE stands for ? It stands for Service Logic Execution Environment which means a High throughput, low latency event processing which are well know concepts in the telco industry Built-in support for HA and scalability through State replication, Transactional semantics and Exception handling. Modularised, component and transaction based Execution Environment providing a framework for portable components JSLEE features Asynchronous support & is Event oriented through an Elaborated event distribution mechanism (with priority) and the Mapping of events and method invocation on components called SBBs that are composing a JSLEE service Creates components instances in response to initial events Independent of underlying networks through Resource Adaptors. Ressource Adaptors are wrappers for protocols events in order to fire any protocol event received from the network into JSLEE in a standardized manner to be able to have portbale applications This is really meant to be a High performing platform for event driven applications SLEE is complementary to Java EE Specification Defined by the JCP, v1.1 (JSR 240) just released SLEE = Service Logic Execution Environment High throughput, low latency event processing. Built-in support for HA and scalability Asynchronous support & Event oriented Elaborated event distribution mechanism (with priority) Mapping of events and method invocation on components Creates components instances in response to initial events Independent of underlying networks through Resource Adaptors High performing platform for event driven applications SLEE is complementary to Java EE 4
5
The Open Source Mobicents JSLEE Server
Four Core Capabilities Integrated Java EE + JSLEE environment Shares Jboss Container Building Blocks : Jboss JMX MicroKernel, JNDI, JTA, AOP, Jboss Cache, JGroups, Javassist, Jboss Rules, ... Network abstraction layer SIP, XMPP/Jingle, XCAP, Asterisk, Parlay, Diameter, Media/RTP, Persistence, LDAP, HTTP, Production Rules (JSR 94), TTS (Text to speech) Management interface + 3rd party API Provides High Performance and High Availibility : 250 calls per second on 3Ghz Xeon, 4Gb RAM; 400 calls per second on 4CPU server. First and only Open Source Platform certified for JSLEE 1.0 compliance Mobicents achieves networks abstractions via Open Source Resource Adaptors (RA) SIP, XMPP/Jingle, XCAP, Asterisk, Parlay, Diameter, Media/RTP, Persistence, LDAP, HTTP, Production Rules (JSR 94), TTS (Text to speech) Leverages and Shares Jboss Container Building Blocks : Jboss JMX MicroKernel, JNDI, JTA, AOP, Jboss Cache, JGroups, Javassist, Jboss Rules, ... Provides High Performance and High Availibility : 250 calls per second on 3Ghz Xeon, 4Gb RAM; 400 calls per second on 4CPU server support for mid-call failover.
6
EclipSLEE plugin-project
Sub-project of Mobicents JSLEE The plug-in provides a user friendly service creation environment for JSLEE. Please make sure to check out this Eclipse plugin if you want to create JSLEE services fast and easily without the hassle of hacking through the xml descriptor. Quite useful for JSLEE beginners. 6
7
Mobicents Management Console
The MMC is a web based application which allows administrators to interact with Mobicents JSLEE through an easy graphical interface performing Operation & Management activities Please make sure to also check out the Mobicents Management console wich utilizes the JMX interface defined by the spec to interact with the Mobicents JSLEE server to perform Operations and Management activities 7
8
Plan • Mobicents SIP Servlets • Mobicents JSLEE
• Mobicents Media Server • Mobicents Presence Service • Mobicents Communications Platform • Mobicents Communications Platform Converged Example Now let's focus a bit on the second product of the Mobicents Communication Platform 8
9
SIP Servlets - Concepts
Defined by the JCP v1.1 (JSR 289), just achieved Final Release. SIP Servlets API : Familiar to HTTP servlet programmers because it leverages the well know servlet model to develop SIP applications. Defines high-level objects Container provides value-adds such as protocol stack, state management, proxy & b2bua capabilities, etc. Ability to mix SIP Servlets and Java EE components to add rich media interactions to enterprise. Application Composition through the Application Router Declarative or programmatic security Defined by the JCP v1.1 (JSR 289) approved by EG SIP Servlets API : Familiar to HTTP servlet programmers because it leverages the well know servlet model to develop SIP applications. Defines high-level objects SipServletMessage, SipServletRequest and SipServletResponse SIPApplicationSession, SipSession, SipFactory Proxy, B2BUA, Timers, Listeners Container provides value-adds such as protocol stack, state management, proxy & b2bua capabilities, etc. Ability to mix SIP Servlets and Java EE components to add rich media interactions to enterprise. HTTP Servlets can initiate calls Send an HTTP URL in a SIP Redirect Share session data Application Composition through the Application Router Declarative or programmatic security
10
Sip-Servlets in Java EE Architecture
10
11
Mobicents Sip Servlets – Features
Implementation of all SIP Servlets v1.1 specification features High Availability Support for MESSAGE, SUBSCRIBE/NOTIFY, INFO, UPDATE, PUBLISH, REFER SIP extensions Integration with SEAM DNS SRV lookup & STUN support for NAT Traversal Media Support : Integration with Mobicents Media Server JSLEE interoperabilty Management Console NIST SIP stack used as the JAIN SIP Stack as in Mobicents JSLEE SIP RA. Soak tests showed 100 calls/sec for 24h for a total of calls on 2x AMD 2220 SE server with 8GB of RAM Implementation of all SIP Servlets v1.1 specification features :Listeners Security Annotations Acting as UA Proxying B2BUA Timers Sessions Http/Java EE Converged Applications Application Router High Availability : Load Balancing and Mid-Call Failover support: State stored mostly in SIP messages + JBoss Cache distributed sessions = easy recovery & mid-call failover support. support for MESSAGE, SUBSCRIBE/NOTIFY, INFO, UPDATE, PUBLISH, REFER SIP extensions Integration with SEAM DNS SRV lookup & STUN support for NAT Traversal Media Support : Integration with Mobicents Media Server JSLEE interoperabilty Management Console NIST SIP stack used as the JAIN SIP Stack as in Mobicents JSLEE SIP RA. Soak tests showed 100 calls/sec for 24h for a total of calls on 2x AMD 2220 SE server with 8GB of RAM 11
12
Plan • Mobicents Media Server • Mobicents JSLEE
• Mobicents SIP Servlets • Mobicents Media Server • Mobicents Presence Service • Mobicents Communications Platform • Mobicents Communications Platform Converged Example 12
13
Mobicents Media Server - Goals
Deliver competitive, complete, best-of-breed media gateway functionality featuring highest quality. Meet the demands of converged wireless, wireline, cable broadband access and fixed-mobile converged VoIP networks from a single media gateway platform Increase flexibility with a media gateway that supports wide variety of call control protocols and scales down to meet the demands of enterprises and small carrier providers. React quickly to dynamic market requirements 13
14
Mobicents Media Server - Features
Announcement Server : "play" a specified announcement (generate the corresponding RTP stream) Interactive Voice Response : "play" announcements and tones, and will "listen" to responses (listen to the RTP stream), such as DTMF input (Inband, RFC 2833 , SIP INFO) or voice messages, from the user. Conference Bridge : provide access to a specific conference and mixing calls Packet Relay : specific form of conference bridge (relay through firewall or betwen incompatible gateways to allow interoperability) JMX Configuration Mobicents Media Server Console Announcement Server : "play" a specified announcement Interactive Voice Response : "play" announcements and tones, and will "listen" to responses such as DTMF input or voice messages, from the user. Conference Bridge : provide access to a specific conference and mixing calls Packet Relay : specific form of conference bridge JMX Configuration Mobicents Media Server Console 14
15
Mobicents Media Server - Features
Controllers MMS has MSC API for in JVM call to MMS and also media RA that uses the MSC API to be used within Mobicents Core (JSLEE) Server MGCP - partial (work in progress) though MGCP RA is complete. VoiceXML - partial (work in progress) Codecs Audio G.711 u-law/A-law Speex Narrow Band (8 kHz) G.729 DTMF Inband but only for G.711 RFC 2833 SIP INFO 15
16
Plan • Mobicents Presence Service • Mobicents JSLEE
• Mobicents SIP Servlets • Mobicents Media Server • Mobicents Presence Service • Mobicents Communications Platform • Mobicents Communications Platform Converged Example 16
17
Mobicents SIP Presence Service: Overview
Provides presence functionalities to SIP-based networks using standards developed by IETF, OMA, 3GPP & ETSI
18
Mobicents SIP Presence Service: Servers
The Mobicents Presence Service is made of 3 different servers: Mobicents XDM Server: the first free and open source implementation of an XML Document Management Server as defined in the OMA XML Document Management v1.1 specification. Handles the management of user XML documents stored on the network side. Mobicents Presence Server: a free and open source implementation of a SIP Presence Server, as defined by IETF, OMA, 3GPP and the ETSI. Accepts, stores and distributes SIP Presence Information. Mobicents Resource List Server: not available yet, handles subscriptions to Presence Lists, creating and managing back-end subscriptions to all resources in the lists. The Mobicents Presence Service is made of 3 different servers: Mobicents XDM Server: the first free and open source implementation of an XML Document Management Server as defined in the Open Mobile Alliance (OMA) XML Document Management v1.1 specification. This functional element of next-generation IP communication networks is responsible for handling the management of user XML documents stored on the network side, such as presence authorization rules, contact and group lists (also known as resource lists), static presence information, etc. Mobicents Presence Server: a free and open source implementation of a SIP Presence Server, as defined by the Internet Engineering Task Force (IETF), the Open Mobile Alliance (OMA), the 3rd Generation Partnership Project (3GPP) and the European Telecommunications Standards Institute (ETSI). The SIP Presence Server is an entity that accepts, stores and distributes SIP Presence Information. Mobicents Resource List Server: not available yet, handles subscriptions to Presence Lists, creating and managing back-end subscriptions to all resources in the lists.
19
Mobicents SIP Presence Service: Advantages
Flexible Architecture, deploy servers in separated nodes or all integraded in a single node Set of JAIN SLEE components deployed on Mobicents JAIN SLEE Server, inheriting the power and functionality of the platform Uses Jboss AS Datasource and JPA for data storage, easy to (re)configure Provides internal JAIN SLEE client interfaces, through child SBBs, allowing user applications to take advantage of servers funcionalities Provides external client interfaces, matching the internal ones, allowing user applications to be deployed on different JAIN SLEE servers too, without any code change Full OPEN-SOURCE stack (Jboss AS + JAIN SLEE Server + SIP Presence Service), development made easy
20
Plan • Mobicents Communications Platform • Mobicents JSLEE
• Mobicents SIP Servlets • Mobicents Media Server • Mobicents Presence Service • Mobicents Communications Platform • Mobicents Communications Platform Converged Example 20
21
Mobicents Communications Platform
Only vendor to implement and deliver both competing and interoperable programming models so that you can leverage standards all the way JSLEE Heavy Protocol Agnostic Use SleeConnection interface to connect from external application SIP Servlets Simple Limited to SIP and HTTP protocols Powerful to build SIP/JEE Converged Applications Work in progress to create a unified programming model levergaring the best of both worlds completely integrated to SEAM All pieces of infrastructure JSLEE, SIP Servlets, Media, Presence Service. 21
22
Mobicents Communications Platform Roadmap
Mobicents JSLEE JSR 240 certification Mobicents SIP Servlets JSR 289 certification Diameter extensions PBX Tooling Mobicents Media Server JSR 309 certification MGCP full support More Audio codecs and Video support Evaluating extensions for mediactrl, VoiceXML and MSML Mobicents Presence Server XDM Server and Resource Subscription Management support Framework Unification : EJB3, SIP-Servlets, JSLEE unified model 22
23
Mobicents production deployments
Vodafone: Mobile Video IVR + WAP Social networking Portugal Telecom – Branded IM + VoIP Service add-on features: call forwarding, voice mail, auto- conf bridge Neo Network Itextyou - 2nd tier telco service provider SMS social networking FirstHand – Converged WiFi / Mobile appliances D2SEE - Mobile video services 23
24
Plan • Mobicents JSLEE • Mobicents SIP Servlets
• Mobicents Media Server • Mobicents Presence Service • Mobicents Communications Platform • Mobicents Communications Platform Converged Example 24
25
Mobicents SIP Servlets Converged Example
The idea is to have a converged application that shows how a Java EE application can leverage SIP Servlets to have voice, message and data transfer seamlessly. This example is built using Seam, Mobicents SIP Servlets and Mobicents Media Server deployed on Jboss Application Server. Demo available for offline use at : 25
26
Mobicents Useful Links
Mobicents Communications Platform : Mobicents JSLEE : Mobicents SIP Servlets : Mobicents Media Server : Mobicents SIP Presence Server : public/web/mobicents-sip-presence-service-guide Mobicents Google Group : Mobicents Forums : and Mobicents Aggregated Roadmap : Wa5z7INjR4kdhxBEg Mobicents Aggregated Blogs : 26
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.