SlideShare a Scribd company logo
1 of 13
Download to read offline
FRAFOS GmbH | Windscheidstr. 18 Ahoi 10627 Berlin Germany | info@frafos.com | www.frafos.com
This documentis copyrightofFRAFOSGmbH.Duplication orpropagation orextracts ofthe tenoris subjected to formal agreementofFRAFOSGmbH
WebRTC: Why and How?
FRAFOS GmbH
This documentis copyrightofFRAFOSGmbH.Duplication,propagation orextracts ofthe tenoris subjected to formal agreementofFRAFOSGmbH 2
1. Introduction	
  
While first designed as the interface to display information provided by web servers,
web browsers are now used as the access to social networks, the interface to online
games and for exchanging emails and messages as well as for streaming audio and
video content. Thereby web browsers have become the main access interface to the
Internet and have actually become synonymous with the Internet itself for a large
portion of the Internet users.
Up until recently the communication capabilities of web applications were limited to
either text-based communication such as messaging or email or non-real-time audio
and video, e.g., streaming. The combination of real time services such as a voice call or a
video conference with a web application was only possible using either a separate
application or proprietary plug-ins that lack open specifications, and interoperability
and are often limited to certain platforms.
In order to add real time capabilities to commercial browsers in a standardized manner
and move from proprietary solutions, the major standardization groups responsible for
the advancement of the Internet protocols and applications have launched the HTML5
and real-time web (WebRTC) initiatives to complement web applications with real time
media features.
In this paper we first provide a brief introduction to the WebRTC technology and then
explain it usage in the enterprise as well as service provider environment.
This documentis copyrightofFRAFOSGmbH.Duplication,propagation orextracts ofthe tenoris subjected to formal agreementofFRAFOSGmbH 3
2. Introduction	
  to	
  WebRTC	
  
Current approaches for supporting real time communication in web applications are
based on either using a separate application or a plug-in such as a Flash plug-in. Using
a separate application would mean leaving the browser and launching a new
application. Thereby there can be no real integration of the content presented by the
browser and the real time content. Solutions based on plug-ins provide tighter
integration between the real-time content and the provider’s web pages. However,
plug-ins such as Flash are proprietary and do not work in all environments. In particular
Flash does not work over IOS used for iPhones for example. Another issue with the
Flash technology is its centralized model. A Flash plug-in that was downloaded from
domain X can only communicate with a server in domain X. This means that an
application provider that is offering a number of applications in the form of Flash plug-
ins will have to deal with all the signalling and media traffic generated by the plug-in.
This restriction was introduced so as to prevent a malicious application from sending
traffic to some destination and hence attacking that destination.
Figure1 WebRTC framework
New working groups have been created in W3C and IETF standardization groups aiming
This documentis copyrightofFRAFOSGmbH.Duplication,propagation orextracts ofthe tenoris subjected to formal agreementofFRAFOSGmbH 4
at defining elements of real-time communication in the browser1,2,3
.
Based on the WebRTC framework proposed by the IETF and W3C the vendors of
browsers are extending their browsers to support the sending and reception of audio
and video. The specified WebRTC framework, see Figure 1, is based on the following
main parts:
• Browser API: To provide application developers with the ability to send and
receive audio and video streams directly from a browser, browsers must be
enhanced with capabilities for controlling the local audio and video devices at
the computing device at which the browser is running. These capabilities are
exposed to application developers through a well-defined application
programming interface (API).
• Web application: The typical mode of running a web application is for the user
to download a Javascript from a web server. This script runs then locally at the
user’s system but interacts with the web server for executing the application
logic. The web server can instruct the Javascript to conduct certain actions and
the script can send feedback information to the web server.
• Web server: The server provides the Javascripts for the users and executes the
application logic.
An application developed in Javascript would then use the browser API to capture
camera and microphone data from the host computer and send it to some receiver. In
order to avoid the restriction of a centralized model that is used with the Flash
technology, the WebRTC framework indicates that a browser can send data to a host
other than the one from which the application was downloaded if that host consents to
receiving the data. This is only done, however, after receiving consent from the callee.
With such a framework a web telephony application is developed as a Javascript that is
provided at a web server, see Figure 2. A user wishing to use this application downloads
1
Web real-time communications working group charter. W3C. Dec.2010. http://www.w3.org/2010/12/webrtc-
charter.html
2
RTC-Web IETF working charter proposal. Mar.2011, http://rtc web.alvestrand.com/ietf-activity
3
J. Rosenberg et al. “An architectural framework for browser based real-time communications. IETF Internet
draft. “work in progress”, Feb.2011.
This documentis copyrightofFRAFOSGmbH.Duplication,propagation orextracts ofthe tenoris subjected to formal agreementofFRAFOSGmbH 5
the script. When making a call the Javascript then informs the web server about the call
destination and the web server contacts the final destination. Once the callee has
answered, the web server forwards the response of the callee to Javascript running at
the caller’s system. The Javascript now instructs the browser to use the local audio and
video devices to exchange audio and video content with the callee.
Figure2: Highlevel WEBRTC flow
In order to ensure that the type of applications that can benefit from the integration of
real-time services with the browser is only limited by the imagination of the developers,
the WebRTC framework is only defining the API to be provided by the browser as well
minimal security requirements needed to avoid the misuse of WebRTC applications for
initiating denial of service attacks.
This documentis copyrightofFRAFOSGmbH.Duplication,propagation orextracts ofthe tenoris subjected to formal agreementofFRAFOSGmbH 6
Figure3: WebRTC Trapazoid
To enable browsers using different application providers to communicate with each
other (e.g. a user logged in to Facebook wants to call someone that is logged in to
linkedin) a so called RTC trapezoid , see Figure 3, can be used. In this case the two
providers use a widely used VoIP signalling protocol in between such as the Session
Initiation Protocol4
to federate between them. However, each of their respective
browser-based clients signals to its server using proprietary application protocols built
on top of HTTP and Websockets.
4
J. Rosenberg, et al., “SIP: Session Initiation protocol”, IETF RFC 3261, June 2002
This documentis copyrightofFRAFOSGmbH.Duplication,propagation orextracts ofthe tenoris subjected to formal agreementofFRAFOSGmbH 7
3. WebRTC	
  in	
  the	
  Enterprise	
  
Most enterprises have moved or are planning to move their telephony system and call
center services to a VoIP based solution.
A telephony system in the enterprise usually serves one or more of the following
scenarios:
• Onsite communication: The ability of the employees of the enterprise to call
each other.
• Offsite communication: The ability of the employees in of the enterprise to call
to the rest of the world.
• Remote Employee communication: Enterprises need to enable employees that
either work from home, in a smaller branch or are on the road to use the
enterprise telephony system for communicating to other employees or for
offsite communication. This is often achieved by providing the remote
employee a VoIP application that is connected to the enterprise through a VPN
in order to ensure the security of the communication.
• Customer communication: Customers can call the call center of an enterprise
and communicate with sales and support employees. In order to provide for a
toll-free calling number, enterprises need to buy this rather expensive service
from a telephony service provider.
By deploying WebRTC in the enterprise environment, enterprises will not only reduce
the costs of their telephony services but also easily introduce video and chat in a simple
manner:
• Cost savings:
o By offering WebRTC services instead of a toll-free number for their call
center and support services, enterprises can significantly reduce the costs
paid for the toll-free services.
o Remote workers can connect to the enterprise telephony service over any
IP connection without having to provide the remote worker with any
special devices, VPN or VoIP software application
This documentis copyrightofFRAFOSGmbH.Duplication,propagation orextracts ofthe tenoris subjected to formal agreementofFRAFOSGmbH 8
• Ease of use: Services such as conferencing, messaging and connection to
calendar and address books are just some of the common features offered by
modern VoIP telephony solutions for the enterprise. These services are usually
not available for remote employees and customers connecting to the enterprise
through a telephone. WebRTC removes this barrier and can significantly
contribute towards a more customer friendly communication.
o Rich communication: Telephony services are restricted to voice
communication. WebRTC applications integrate seamlessly video and
messaging. This can be of benefit for both remote workers and customers.
o Uninterrupted communication: A customer looking for a service often
queries the enterprise description and contact information through a
browser. Then the customer will have to leave the browser and use the
phone to call the enterprise. With WebRTC the customer remains on the
enterprises’ web page and can discuss any products or issues she might
be having without having to deal with both the phone and browser.
• Security: All communication between WebRTC applications is encrypted. While
current VoIP solutions offer the possibility of using encryption this is not often
used. Even if used then in the enterprise scenario, security is often only available
for remote users. Customers contacting the enterprise can only rely on the
security mechanisms provided by the public telephony system, which is poor at
best. WebRTC technology is actually the first communication system that
already integrates state of the art encryption standards as an intrinsic part of the
system and not as an add-on.
3.1. Deploying	
  the	
  WebRTC	
  in	
  the	
  Enterprise	
  
Remote workers are usually connected to the enterprise telephony system over a VPN or
similar. Customers call the enterprise either over a VoIP call or directly over a PSTN
connection.
Usually, in order to protect the telephony system of the enterprise, a session border
controller (SBC) is located on the border of the enterprise
Figure 4 presents a high level overview of the migration path from a SIP/PSTN based
This documentis copyrightofFRAFOSGmbH.Duplication,propagation orextracts ofthe tenoris subjected to formal agreementofFRAFOSGmbH 9
solution to one that incorporates WebRTC as well.
Figure4: MigrationtoWebRTC
As a starting point we assume an enterprise structure of a very general nature
consisting of the VoIP solution used at the enterprise, namely a PBX, call center or
something similar. Remote workers and small branches of the enterprise are often
connected to the central enterprise infrastructure through an SBC. The same or another
SBC also separate the enterprise infrastructure from the public Internet. Calls to public
numbers or from customers are routed through the SBC. Direct PSTN connections are
usually handled by the infrastructure directly.
One can in general distinguish three migration paths:
• Replacement: In this case the SBC used by the enterprise is replaced by the an
SBC that supports WebRTC. Such a solution would then provide SBC as well as
WebRTC gateway functionality.
• Extension: In addition to the used SBC, the enterprise could deploy a WebRTC
This documentis copyrightofFRAFOSGmbH.Duplication,propagation orextracts ofthe tenoris subjected to formal agreementofFRAFOSGmbH 10
gateway in parallel. VoIP calls to and from remote workers and customers would
be processed by the already deployed SBC. Calls using WebRTC would be
handled by the WebRTC gateway, which would then forward them to the
enterprise VoIP servers. The WebRTC gateway can be installed on a dedicated
device or run as a virtual machine on an already available hardware.
• Cloud: This is probably the least intrusive migration path. Instead of deploying
the WebRTC gateway directly as part of the enterprise infrastructure, the WebRTC
gateway is deployed on a cloud service. WebRTC calls to the enterprise are
routed to the WebRTC gateway in the cloud. The WebRTC gateway would then
route the translated calls to the enterprise. From the point of view of the
enterprise, the WebRTC gateway would be similar to a remote worker or a public
caller. So unless some additional security mechanisms are introduced such as
VPN the enterprise might want to route the calls from the WebRTC gateway
through the already deployed SBC.
This documentis copyrightofFRAFOSGmbH.Duplication,propagation orextracts ofthe tenoris subjected to formal agreementofFRAFOSGmbH 11
4. WebRTC	
  and	
  the	
  Service	
  Provider	
  
By deploying WebRTC in the enterprise environment, enterprises will not only reduce
the costs of their telephony services but also easily introduce video and chat in a simple
manner:
• Cost savings:
o By offering WebRTC services instead of a toll-free number for their call
center and support services, enterprises can significantly reduce the costs
paid for toll-free services.
o Remote workers can connect to the enterprise telephony service over any
IP connection without having to provide the remote worker with any
special devices, VPN or VoIP software application
• Ease of use:
o Rich communication: Telephony services are restricted to voice
communication. WebRTC applications integrate seamlessly video and
messaging. This can be of benefit for both remote workers and customers.
o Uninterrupted communication: A customer looking for a service often
queries the enterprise description and contact information through a
browser. Then the customer will have to leave the browser and use the
phone to call the enterprise. With WebRTC the customer remains on the
enterprises’ web page and can discuss any products or issues she might
be having without having to deal with both the phone and browser.
• Security: All communication between WebRTC applications is encrypted. While
current VoIP solutions offer the possibility of using encryption this is not often
used. Even if used then in the enterprise scenario, security is often only available
for remote users. Customers contacting the enterprise can only rely on the
security mechanisms provided by the public telephony system, which is poor at
best. WebRTC technology is actually the first communication system that
already integrates state of the art encryption standards as an intrinsic part of the
system and not as an add-on.
As an enterprise, service providers can benefit from WebRTC just as any other enterprise.
This documentis copyrightofFRAFOSGmbH.Duplication,propagation orextracts ofthe tenoris subjected to formal agreementofFRAFOSGmbH 12
In addition to these benefits, service providers can utilize the WebRTC technology to
generate new revenues. With the ABC WebRTC gateway service providers can offer the
following services:
• Mobile Telephony: While VoIP subscribers use their VoIP line at home or in
the office, when on the road they rely on their mobile phone or an
application running on their mobile devices. In order to support mobile users,
operators usually need to develop or acquire a VoIP application. This involves
time and money investment and the need to maintain and support rather
complicated VoIP applications. WebRTC platforms such as JsSIP already
provide a complete voice and video solution that runs natively in the
browser. Thereby, operators can keep their subscribers on their network and
extend their service reach with a low investment.
• Hosted Services: In order to reduce the costs of owning and marinating a PBX
or a call center, enterprises are increasingly outsourcing these services to
service providers. By deploying a WebRTC gateway service providers can
extend their voice based PBX and call center service offering with video and
messaging capabilities. By deploying a WebRTC gateway end users would be
able to access the SIP based hosted PBX and call centers without the need to
change these services.
• WebRTC as a Service: Enterprises wishing to deploy WebRTC applications
have two options: either deploy their own WebRTC servers or outsource these
servers to someone else. By offering WebRTC as a service, a service provider
would basically host the WebRTC gateway for the enterprises. WebRTC calls
destined to the enterprise would be handled by the WebRTC gateway of the
service provider. Incoming WebRTC calls would be translated into SIP calls
and routed to the enterprise. The enterprise would not have to change
anything in its infrastructure, as it will still be only handling SIP calls.
This documentis copyrightofFRAFOSGmbH.Duplication,propagation orextracts ofthe tenoris subjected to formal agreementofFRAFOSGmbH 13
	
  
5. About	
  FRAFOS	
  	
  
FRAFOS GmbH is a manufacturer of VoIP solutions with offices in Berlin and Prague.
FRAFOS was incorporated as privately held company in May 2010, in Berlin, Germany.
The history of FRAFOS team and technology goes back to the late nineties. As
researchers at the prestigious German public R&D institute Fraunhofer FOKUS, the
FRAFOS founders were the among the first to work the SIP and RTP standards and to
develop open source solutions that paved the way for the VoIP revolution.
FRAFOS offers SIP and WebRTC session management and security solutions of the latest
generation that come either as a standalone solution or as a cloud ready
implementation. The flagship product of FRAFOS, the ABC platform, offers open
interfaces and built in multimedia applications such as recording and announcements.
The ABC solution enables service providers to simplify their service infrastructure and
prepares them for future challenges.

More Related Content

Similar to WebRTC: Why and How?

What is WebRTC and How does it work?
What is WebRTC and How does it work?What is WebRTC and How does it work?
What is WebRTC and How does it work?SandipPatel533958
 
WebSphere Liberty Rtcomm: WebRTC Middleware for the Enterprise
WebSphere Liberty Rtcomm: WebRTC Middleware for the EnterpriseWebSphere Liberty Rtcomm: WebRTC Middleware for the Enterprise
WebSphere Liberty Rtcomm: WebRTC Middleware for the EnterpriseBrian Pulito
 
Real-time Communications at Internet Speed
Real-time Communications at Internet SpeedReal-time Communications at Internet Speed
Real-time Communications at Internet SpeedBrian Pulito
 
8 pre launch steps to go with the web rtc based application development
8 pre launch steps to go with the web rtc based application development8 pre launch steps to go with the web rtc based application development
8 pre launch steps to go with the web rtc based application developmentMoonTechnolabsPvtLtd
 
WebRTC And FreeSWITCH – What This Combination Means?
WebRTC And FreeSWITCH – What This Combination Means?WebRTC And FreeSWITCH – What This Combination Means?
WebRTC And FreeSWITCH – What This Combination Means?MoonTechnolabsPvtLtd
 
WebRTC Workshop 2013 given at the IMS World Forum
WebRTC Workshop 2013 given at the IMS World ForumWebRTC Workshop 2013 given at the IMS World Forum
WebRTC Workshop 2013 given at the IMS World ForumAlan Quayle
 
Webinar WebRTC HTML5 (english)
Webinar WebRTC HTML5 (english)Webinar WebRTC HTML5 (english)
Webinar WebRTC HTML5 (english)Quobis
 
Sini online assignment
Sini online assignmentSini online assignment
Sini online assignmentsiniajay
 
5 Facts About WebRTC That Everyone Should Know
5 Facts About WebRTC That Everyone Should Know5 Facts About WebRTC That Everyone Should Know
5 Facts About WebRTC That Everyone Should KnowKirti Khanna
 
Peer-to-peer media streaming with HTML5
Peer-to-peer media streaming with HTML5Peer-to-peer media streaming with HTML5
Peer-to-peer media streaming with HTML5IJECEIAES
 
The Enterprise wants WebRTC -- and it needs Middleware to get it! (IIT RTC Co...
The Enterprise wants WebRTC -- and it needs Middleware to get it! (IIT RTC Co...The Enterprise wants WebRTC -- and it needs Middleware to get it! (IIT RTC Co...
The Enterprise wants WebRTC -- and it needs Middleware to get it! (IIT RTC Co...Brian Pulito
 
Status of WebRTC across Asia by Alan Quayle +++
Status of WebRTC across Asia by Alan Quayle +++Status of WebRTC across Asia by Alan Quayle +++
Status of WebRTC across Asia by Alan Quayle +++Alan Quayle
 
Integrate WebRTC Voice / Video Call App Using Contus Fly
Integrate WebRTC Voice / Video Call App Using Contus FlyIntegrate WebRTC Voice / Video Call App Using Contus Fly
Integrate WebRTC Voice / Video Call App Using Contus FlyCONTUS TECH
 
VIDEOCONFERENCING WEB APPLICATION FOR CARDIOLOGY DOMAIN USING FLEX/J2EE TECHN...
VIDEOCONFERENCING WEB APPLICATION FOR CARDIOLOGY DOMAIN USING FLEX/J2EE TECHN...VIDEOCONFERENCING WEB APPLICATION FOR CARDIOLOGY DOMAIN USING FLEX/J2EE TECHN...
VIDEOCONFERENCING WEB APPLICATION FOR CARDIOLOGY DOMAIN USING FLEX/J2EE TECHN...cscpconf
 

Similar to WebRTC: Why and How? (20)

What is WebRTC and How does it work?
What is WebRTC and How does it work?What is WebRTC and How does it work?
What is WebRTC and How does it work?
 
WebSphere Liberty Rtcomm: WebRTC Middleware for the Enterprise
WebSphere Liberty Rtcomm: WebRTC Middleware for the EnterpriseWebSphere Liberty Rtcomm: WebRTC Middleware for the Enterprise
WebSphere Liberty Rtcomm: WebRTC Middleware for the Enterprise
 
Real-time Communications at Internet Speed
Real-time Communications at Internet SpeedReal-time Communications at Internet Speed
Real-time Communications at Internet Speed
 
8 pre launch steps to go with the web rtc based application development
8 pre launch steps to go with the web rtc based application development8 pre launch steps to go with the web rtc based application development
8 pre launch steps to go with the web rtc based application development
 
WebRTC presentation
WebRTC presentationWebRTC presentation
WebRTC presentation
 
DevCon 5 (December 2013) - WebRTC & WebSockets
DevCon 5 (December 2013) - WebRTC & WebSocketsDevCon 5 (December 2013) - WebRTC & WebSockets
DevCon 5 (December 2013) - WebRTC & WebSockets
 
WebRTC And FreeSWITCH – What This Combination Means?
WebRTC And FreeSWITCH – What This Combination Means?WebRTC And FreeSWITCH – What This Combination Means?
WebRTC And FreeSWITCH – What This Combination Means?
 
WebRCT
WebRCTWebRCT
WebRCT
 
DevCon5 (July 2014) - Intro to WebRTC
DevCon5 (July 2014) - Intro to WebRTCDevCon5 (July 2014) - Intro to WebRTC
DevCon5 (July 2014) - Intro to WebRTC
 
WebRTC Workshop 2013 given at the IMS World Forum
WebRTC Workshop 2013 given at the IMS World ForumWebRTC Workshop 2013 given at the IMS World Forum
WebRTC Workshop 2013 given at the IMS World Forum
 
Webinar WebRTC HTML5 (english)
Webinar WebRTC HTML5 (english)Webinar WebRTC HTML5 (english)
Webinar WebRTC HTML5 (english)
 
Sini online assignment
Sini online assignmentSini online assignment
Sini online assignment
 
5 Facts About WebRTC That Everyone Should Know
5 Facts About WebRTC That Everyone Should Know5 Facts About WebRTC That Everyone Should Know
5 Facts About WebRTC That Everyone Should Know
 
Asterisk World (January 2014) - Taking Enterprise Telephony into the Web World
Asterisk World (January 2014) - Taking Enterprise Telephony into the Web WorldAsterisk World (January 2014) - Taking Enterprise Telephony into the Web World
Asterisk World (January 2014) - Taking Enterprise Telephony into the Web World
 
WebRTC Summit (June 2014) - WebRTC Interoperability (and why it is important)
WebRTC Summit (June 2014) - WebRTC Interoperability (and why it is important)WebRTC Summit (June 2014) - WebRTC Interoperability (and why it is important)
WebRTC Summit (June 2014) - WebRTC Interoperability (and why it is important)
 
Peer-to-peer media streaming with HTML5
Peer-to-peer media streaming with HTML5Peer-to-peer media streaming with HTML5
Peer-to-peer media streaming with HTML5
 
The Enterprise wants WebRTC -- and it needs Middleware to get it! (IIT RTC Co...
The Enterprise wants WebRTC -- and it needs Middleware to get it! (IIT RTC Co...The Enterprise wants WebRTC -- and it needs Middleware to get it! (IIT RTC Co...
The Enterprise wants WebRTC -- and it needs Middleware to get it! (IIT RTC Co...
 
Status of WebRTC across Asia by Alan Quayle +++
Status of WebRTC across Asia by Alan Quayle +++Status of WebRTC across Asia by Alan Quayle +++
Status of WebRTC across Asia by Alan Quayle +++
 
Integrate WebRTC Voice / Video Call App Using Contus Fly
Integrate WebRTC Voice / Video Call App Using Contus FlyIntegrate WebRTC Voice / Video Call App Using Contus Fly
Integrate WebRTC Voice / Video Call App Using Contus Fly
 
VIDEOCONFERENCING WEB APPLICATION FOR CARDIOLOGY DOMAIN USING FLEX/J2EE TECHN...
VIDEOCONFERENCING WEB APPLICATION FOR CARDIOLOGY DOMAIN USING FLEX/J2EE TECHN...VIDEOCONFERENCING WEB APPLICATION FOR CARDIOLOGY DOMAIN USING FLEX/J2EE TECHN...
VIDEOCONFERENCING WEB APPLICATION FOR CARDIOLOGY DOMAIN USING FLEX/J2EE TECHN...
 

More from stefansayer

The FRAFOS ABC SBC WebRTC gateway
The FRAFOS ABC SBC WebRTC gateway The FRAFOS ABC SBC WebRTC gateway
The FRAFOS ABC SBC WebRTC gateway stefansayer
 
Getting started with SIP Express Media Server SIP app server and SBC - workshop
Getting started with SIP Express Media Server SIP app server and SBC - workshopGetting started with SIP Express Media Server SIP app server and SBC - workshop
Getting started with SIP Express Media Server SIP app server and SBC - workshopstefansayer
 
SIP Express Media Server SBC application as powerful SBC and SIP toolbox
SIP Express Media Server SBC application as powerful SBC and SIP toolboxSIP Express Media Server SBC application as powerful SBC and SIP toolbox
SIP Express Media Server SBC application as powerful SBC and SIP toolboxstefansayer
 
FRAFOS ABC Session Border Controller
FRAFOS ABC Session Border ControllerFRAFOS ABC Session Border Controller
FRAFOS ABC Session Border Controllerstefansayer
 
Understanding Session Border Controllers
Understanding Session Border ControllersUnderstanding Session Border Controllers
Understanding Session Border Controllersstefansayer
 
Frafos ABC SBC - Secure peering
Frafos ABC SBC - Secure peeringFrafos ABC SBC - Secure peering
Frafos ABC SBC - Secure peeringstefansayer
 
FRAFOS Secure Session Border Control
FRAFOS Secure Session Border ControlFRAFOS Secure Session Border Control
FRAFOS Secure Session Border Controlstefansayer
 
12 vladimir.broz-sems-sbc
12 vladimir.broz-sems-sbc12 vladimir.broz-sems-sbc
12 vladimir.broz-sems-sbcstefansayer
 
Fosdem2012 sayer-sems-sbc
Fosdem2012 sayer-sems-sbcFosdem2012 sayer-sems-sbc
Fosdem2012 sayer-sems-sbcstefansayer
 

More from stefansayer (9)

The FRAFOS ABC SBC WebRTC gateway
The FRAFOS ABC SBC WebRTC gateway The FRAFOS ABC SBC WebRTC gateway
The FRAFOS ABC SBC WebRTC gateway
 
Getting started with SIP Express Media Server SIP app server and SBC - workshop
Getting started with SIP Express Media Server SIP app server and SBC - workshopGetting started with SIP Express Media Server SIP app server and SBC - workshop
Getting started with SIP Express Media Server SIP app server and SBC - workshop
 
SIP Express Media Server SBC application as powerful SBC and SIP toolbox
SIP Express Media Server SBC application as powerful SBC and SIP toolboxSIP Express Media Server SBC application as powerful SBC and SIP toolbox
SIP Express Media Server SBC application as powerful SBC and SIP toolbox
 
FRAFOS ABC Session Border Controller
FRAFOS ABC Session Border ControllerFRAFOS ABC Session Border Controller
FRAFOS ABC Session Border Controller
 
Understanding Session Border Controllers
Understanding Session Border ControllersUnderstanding Session Border Controllers
Understanding Session Border Controllers
 
Frafos ABC SBC - Secure peering
Frafos ABC SBC - Secure peeringFrafos ABC SBC - Secure peering
Frafos ABC SBC - Secure peering
 
FRAFOS Secure Session Border Control
FRAFOS Secure Session Border ControlFRAFOS Secure Session Border Control
FRAFOS Secure Session Border Control
 
12 vladimir.broz-sems-sbc
12 vladimir.broz-sems-sbc12 vladimir.broz-sems-sbc
12 vladimir.broz-sems-sbc
 
Fosdem2012 sayer-sems-sbc
Fosdem2012 sayer-sems-sbcFosdem2012 sayer-sems-sbc
Fosdem2012 sayer-sems-sbc
 

Recently uploaded

Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 

Recently uploaded (20)

Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 

WebRTC: Why and How?

  • 1. FRAFOS GmbH | Windscheidstr. 18 Ahoi 10627 Berlin Germany | info@frafos.com | www.frafos.com This documentis copyrightofFRAFOSGmbH.Duplication orpropagation orextracts ofthe tenoris subjected to formal agreementofFRAFOSGmbH WebRTC: Why and How? FRAFOS GmbH
  • 2. This documentis copyrightofFRAFOSGmbH.Duplication,propagation orextracts ofthe tenoris subjected to formal agreementofFRAFOSGmbH 2 1. Introduction   While first designed as the interface to display information provided by web servers, web browsers are now used as the access to social networks, the interface to online games and for exchanging emails and messages as well as for streaming audio and video content. Thereby web browsers have become the main access interface to the Internet and have actually become synonymous with the Internet itself for a large portion of the Internet users. Up until recently the communication capabilities of web applications were limited to either text-based communication such as messaging or email or non-real-time audio and video, e.g., streaming. The combination of real time services such as a voice call or a video conference with a web application was only possible using either a separate application or proprietary plug-ins that lack open specifications, and interoperability and are often limited to certain platforms. In order to add real time capabilities to commercial browsers in a standardized manner and move from proprietary solutions, the major standardization groups responsible for the advancement of the Internet protocols and applications have launched the HTML5 and real-time web (WebRTC) initiatives to complement web applications with real time media features. In this paper we first provide a brief introduction to the WebRTC technology and then explain it usage in the enterprise as well as service provider environment.
  • 3. This documentis copyrightofFRAFOSGmbH.Duplication,propagation orextracts ofthe tenoris subjected to formal agreementofFRAFOSGmbH 3 2. Introduction  to  WebRTC   Current approaches for supporting real time communication in web applications are based on either using a separate application or a plug-in such as a Flash plug-in. Using a separate application would mean leaving the browser and launching a new application. Thereby there can be no real integration of the content presented by the browser and the real time content. Solutions based on plug-ins provide tighter integration between the real-time content and the provider’s web pages. However, plug-ins such as Flash are proprietary and do not work in all environments. In particular Flash does not work over IOS used for iPhones for example. Another issue with the Flash technology is its centralized model. A Flash plug-in that was downloaded from domain X can only communicate with a server in domain X. This means that an application provider that is offering a number of applications in the form of Flash plug- ins will have to deal with all the signalling and media traffic generated by the plug-in. This restriction was introduced so as to prevent a malicious application from sending traffic to some destination and hence attacking that destination. Figure1 WebRTC framework New working groups have been created in W3C and IETF standardization groups aiming
  • 4. This documentis copyrightofFRAFOSGmbH.Duplication,propagation orextracts ofthe tenoris subjected to formal agreementofFRAFOSGmbH 4 at defining elements of real-time communication in the browser1,2,3 . Based on the WebRTC framework proposed by the IETF and W3C the vendors of browsers are extending their browsers to support the sending and reception of audio and video. The specified WebRTC framework, see Figure 1, is based on the following main parts: • Browser API: To provide application developers with the ability to send and receive audio and video streams directly from a browser, browsers must be enhanced with capabilities for controlling the local audio and video devices at the computing device at which the browser is running. These capabilities are exposed to application developers through a well-defined application programming interface (API). • Web application: The typical mode of running a web application is for the user to download a Javascript from a web server. This script runs then locally at the user’s system but interacts with the web server for executing the application logic. The web server can instruct the Javascript to conduct certain actions and the script can send feedback information to the web server. • Web server: The server provides the Javascripts for the users and executes the application logic. An application developed in Javascript would then use the browser API to capture camera and microphone data from the host computer and send it to some receiver. In order to avoid the restriction of a centralized model that is used with the Flash technology, the WebRTC framework indicates that a browser can send data to a host other than the one from which the application was downloaded if that host consents to receiving the data. This is only done, however, after receiving consent from the callee. With such a framework a web telephony application is developed as a Javascript that is provided at a web server, see Figure 2. A user wishing to use this application downloads 1 Web real-time communications working group charter. W3C. Dec.2010. http://www.w3.org/2010/12/webrtc- charter.html 2 RTC-Web IETF working charter proposal. Mar.2011, http://rtc web.alvestrand.com/ietf-activity 3 J. Rosenberg et al. “An architectural framework for browser based real-time communications. IETF Internet draft. “work in progress”, Feb.2011.
  • 5. This documentis copyrightofFRAFOSGmbH.Duplication,propagation orextracts ofthe tenoris subjected to formal agreementofFRAFOSGmbH 5 the script. When making a call the Javascript then informs the web server about the call destination and the web server contacts the final destination. Once the callee has answered, the web server forwards the response of the callee to Javascript running at the caller’s system. The Javascript now instructs the browser to use the local audio and video devices to exchange audio and video content with the callee. Figure2: Highlevel WEBRTC flow In order to ensure that the type of applications that can benefit from the integration of real-time services with the browser is only limited by the imagination of the developers, the WebRTC framework is only defining the API to be provided by the browser as well minimal security requirements needed to avoid the misuse of WebRTC applications for initiating denial of service attacks.
  • 6. This documentis copyrightofFRAFOSGmbH.Duplication,propagation orextracts ofthe tenoris subjected to formal agreementofFRAFOSGmbH 6 Figure3: WebRTC Trapazoid To enable browsers using different application providers to communicate with each other (e.g. a user logged in to Facebook wants to call someone that is logged in to linkedin) a so called RTC trapezoid , see Figure 3, can be used. In this case the two providers use a widely used VoIP signalling protocol in between such as the Session Initiation Protocol4 to federate between them. However, each of their respective browser-based clients signals to its server using proprietary application protocols built on top of HTTP and Websockets. 4 J. Rosenberg, et al., “SIP: Session Initiation protocol”, IETF RFC 3261, June 2002
  • 7. This documentis copyrightofFRAFOSGmbH.Duplication,propagation orextracts ofthe tenoris subjected to formal agreementofFRAFOSGmbH 7 3. WebRTC  in  the  Enterprise   Most enterprises have moved or are planning to move their telephony system and call center services to a VoIP based solution. A telephony system in the enterprise usually serves one or more of the following scenarios: • Onsite communication: The ability of the employees of the enterprise to call each other. • Offsite communication: The ability of the employees in of the enterprise to call to the rest of the world. • Remote Employee communication: Enterprises need to enable employees that either work from home, in a smaller branch or are on the road to use the enterprise telephony system for communicating to other employees or for offsite communication. This is often achieved by providing the remote employee a VoIP application that is connected to the enterprise through a VPN in order to ensure the security of the communication. • Customer communication: Customers can call the call center of an enterprise and communicate with sales and support employees. In order to provide for a toll-free calling number, enterprises need to buy this rather expensive service from a telephony service provider. By deploying WebRTC in the enterprise environment, enterprises will not only reduce the costs of their telephony services but also easily introduce video and chat in a simple manner: • Cost savings: o By offering WebRTC services instead of a toll-free number for their call center and support services, enterprises can significantly reduce the costs paid for the toll-free services. o Remote workers can connect to the enterprise telephony service over any IP connection without having to provide the remote worker with any special devices, VPN or VoIP software application
  • 8. This documentis copyrightofFRAFOSGmbH.Duplication,propagation orextracts ofthe tenoris subjected to formal agreementofFRAFOSGmbH 8 • Ease of use: Services such as conferencing, messaging and connection to calendar and address books are just some of the common features offered by modern VoIP telephony solutions for the enterprise. These services are usually not available for remote employees and customers connecting to the enterprise through a telephone. WebRTC removes this barrier and can significantly contribute towards a more customer friendly communication. o Rich communication: Telephony services are restricted to voice communication. WebRTC applications integrate seamlessly video and messaging. This can be of benefit for both remote workers and customers. o Uninterrupted communication: A customer looking for a service often queries the enterprise description and contact information through a browser. Then the customer will have to leave the browser and use the phone to call the enterprise. With WebRTC the customer remains on the enterprises’ web page and can discuss any products or issues she might be having without having to deal with both the phone and browser. • Security: All communication between WebRTC applications is encrypted. While current VoIP solutions offer the possibility of using encryption this is not often used. Even if used then in the enterprise scenario, security is often only available for remote users. Customers contacting the enterprise can only rely on the security mechanisms provided by the public telephony system, which is poor at best. WebRTC technology is actually the first communication system that already integrates state of the art encryption standards as an intrinsic part of the system and not as an add-on. 3.1. Deploying  the  WebRTC  in  the  Enterprise   Remote workers are usually connected to the enterprise telephony system over a VPN or similar. Customers call the enterprise either over a VoIP call or directly over a PSTN connection. Usually, in order to protect the telephony system of the enterprise, a session border controller (SBC) is located on the border of the enterprise Figure 4 presents a high level overview of the migration path from a SIP/PSTN based
  • 9. This documentis copyrightofFRAFOSGmbH.Duplication,propagation orextracts ofthe tenoris subjected to formal agreementofFRAFOSGmbH 9 solution to one that incorporates WebRTC as well. Figure4: MigrationtoWebRTC As a starting point we assume an enterprise structure of a very general nature consisting of the VoIP solution used at the enterprise, namely a PBX, call center or something similar. Remote workers and small branches of the enterprise are often connected to the central enterprise infrastructure through an SBC. The same or another SBC also separate the enterprise infrastructure from the public Internet. Calls to public numbers or from customers are routed through the SBC. Direct PSTN connections are usually handled by the infrastructure directly. One can in general distinguish three migration paths: • Replacement: In this case the SBC used by the enterprise is replaced by the an SBC that supports WebRTC. Such a solution would then provide SBC as well as WebRTC gateway functionality. • Extension: In addition to the used SBC, the enterprise could deploy a WebRTC
  • 10. This documentis copyrightofFRAFOSGmbH.Duplication,propagation orextracts ofthe tenoris subjected to formal agreementofFRAFOSGmbH 10 gateway in parallel. VoIP calls to and from remote workers and customers would be processed by the already deployed SBC. Calls using WebRTC would be handled by the WebRTC gateway, which would then forward them to the enterprise VoIP servers. The WebRTC gateway can be installed on a dedicated device or run as a virtual machine on an already available hardware. • Cloud: This is probably the least intrusive migration path. Instead of deploying the WebRTC gateway directly as part of the enterprise infrastructure, the WebRTC gateway is deployed on a cloud service. WebRTC calls to the enterprise are routed to the WebRTC gateway in the cloud. The WebRTC gateway would then route the translated calls to the enterprise. From the point of view of the enterprise, the WebRTC gateway would be similar to a remote worker or a public caller. So unless some additional security mechanisms are introduced such as VPN the enterprise might want to route the calls from the WebRTC gateway through the already deployed SBC.
  • 11. This documentis copyrightofFRAFOSGmbH.Duplication,propagation orextracts ofthe tenoris subjected to formal agreementofFRAFOSGmbH 11 4. WebRTC  and  the  Service  Provider   By deploying WebRTC in the enterprise environment, enterprises will not only reduce the costs of their telephony services but also easily introduce video and chat in a simple manner: • Cost savings: o By offering WebRTC services instead of a toll-free number for their call center and support services, enterprises can significantly reduce the costs paid for toll-free services. o Remote workers can connect to the enterprise telephony service over any IP connection without having to provide the remote worker with any special devices, VPN or VoIP software application • Ease of use: o Rich communication: Telephony services are restricted to voice communication. WebRTC applications integrate seamlessly video and messaging. This can be of benefit for both remote workers and customers. o Uninterrupted communication: A customer looking for a service often queries the enterprise description and contact information through a browser. Then the customer will have to leave the browser and use the phone to call the enterprise. With WebRTC the customer remains on the enterprises’ web page and can discuss any products or issues she might be having without having to deal with both the phone and browser. • Security: All communication between WebRTC applications is encrypted. While current VoIP solutions offer the possibility of using encryption this is not often used. Even if used then in the enterprise scenario, security is often only available for remote users. Customers contacting the enterprise can only rely on the security mechanisms provided by the public telephony system, which is poor at best. WebRTC technology is actually the first communication system that already integrates state of the art encryption standards as an intrinsic part of the system and not as an add-on. As an enterprise, service providers can benefit from WebRTC just as any other enterprise.
  • 12. This documentis copyrightofFRAFOSGmbH.Duplication,propagation orextracts ofthe tenoris subjected to formal agreementofFRAFOSGmbH 12 In addition to these benefits, service providers can utilize the WebRTC technology to generate new revenues. With the ABC WebRTC gateway service providers can offer the following services: • Mobile Telephony: While VoIP subscribers use their VoIP line at home or in the office, when on the road they rely on their mobile phone or an application running on their mobile devices. In order to support mobile users, operators usually need to develop or acquire a VoIP application. This involves time and money investment and the need to maintain and support rather complicated VoIP applications. WebRTC platforms such as JsSIP already provide a complete voice and video solution that runs natively in the browser. Thereby, operators can keep their subscribers on their network and extend their service reach with a low investment. • Hosted Services: In order to reduce the costs of owning and marinating a PBX or a call center, enterprises are increasingly outsourcing these services to service providers. By deploying a WebRTC gateway service providers can extend their voice based PBX and call center service offering with video and messaging capabilities. By deploying a WebRTC gateway end users would be able to access the SIP based hosted PBX and call centers without the need to change these services. • WebRTC as a Service: Enterprises wishing to deploy WebRTC applications have two options: either deploy their own WebRTC servers or outsource these servers to someone else. By offering WebRTC as a service, a service provider would basically host the WebRTC gateway for the enterprises. WebRTC calls destined to the enterprise would be handled by the WebRTC gateway of the service provider. Incoming WebRTC calls would be translated into SIP calls and routed to the enterprise. The enterprise would not have to change anything in its infrastructure, as it will still be only handling SIP calls.
  • 13. This documentis copyrightofFRAFOSGmbH.Duplication,propagation orextracts ofthe tenoris subjected to formal agreementofFRAFOSGmbH 13   5. About  FRAFOS     FRAFOS GmbH is a manufacturer of VoIP solutions with offices in Berlin and Prague. FRAFOS was incorporated as privately held company in May 2010, in Berlin, Germany. The history of FRAFOS team and technology goes back to the late nineties. As researchers at the prestigious German public R&D institute Fraunhofer FOKUS, the FRAFOS founders were the among the first to work the SIP and RTP standards and to develop open source solutions that paved the way for the VoIP revolution. FRAFOS offers SIP and WebRTC session management and security solutions of the latest generation that come either as a standalone solution or as a cloud ready implementation. The flagship product of FRAFOS, the ABC platform, offers open interfaces and built in multimedia applications such as recording and announcements. The ABC solution enables service providers to simplify their service infrastructure and prepares them for future challenges.