Virtualization of VoIP Application Servers for Implementation of Private Unified Communication Services via LTE
|
|
|
- Buck Wells
- 10 years ago
- Views:
Transcription
1 18. VDE/ITG Fachtagung Mobilkommunikation May Osnabrück, Germany Virtualization of VoIP Application Servers for Implementation of Private Unified Communication Services via LTE Claas Felix Beyersdorf, Diederich Wermser, Daniel Hartmann (Ostfalia University of Applied Sciences, Research Group IP-based Communication Systems, Salzdahlumer Str. 46/48, D Wolfenbüttel). Xing Cao (IANT Applied NGN Technologies GmbH). Contact: [email protected] Abstract Today s LTE networks with their Evolved Packet Core architecture (EPC) provide an excellent platform for transparent integration of mobile User Agents (UA) into corporate VoIP and Unified Communication (UC) environments. Voice over LTE (VoLTE) can either be controlled by IP-Multimedia Subsystem (IMS) run by mobile network operators or by external Application Servers (AS) run by other parties. This paper introduces first approaches and research goals of an R&D project focussing on solutions for implementation of corporate VoIP and UC services by external Application Servers. Virtualization of Application Servers for real-time communication services is a particular focus of the considerations. 1 Introduction Large organisations like companies intend to have private communication networks or services, which seamlessly include all employees, wherever they geographically are and whatever communication device they just use. Beyond store-and-forward services like this is also expected for Real-Time- Communication (RTC) like voice or video services. As long as only circuit switched mobile networks like GSM could meet the requirements of RTC, Closed User Group services were offered by respective mobile network operators. However, these services only offer a set of standard features limited by supplementary services or IN-features run by the operator. LTE with EPC as core-network for the first time enables RTC over IP in mobile WANs and thus the possibility to have full feature-transparency for corporate UC Services to roaming mobile devices. 2 Seamless Integration of Mobile Users to Company RTC 2.1 Traditional FMC becomes obsolete The traditional solution to achieve integration of mobile users into company RTC services when using circuit switched mobile networks like GSM are known as Fixed Mobile Convergence (FMC) [2]. For a caller the current whereabouts of an FMC client and its mobile number of the appropriate public mobile network is not visible. Figure 2 illustrates the handling of a mobile originated call (MO) in FMC, when only circuit switched connectivity is provided by the mobile network. Figure 3 shows the handling of an MO call applicable, when the mobile network offers non-rtc capable IPconnectivity like GPRS in parallel to circuit switched RTC. In both scenarios the FMC controller inside the corporate network establishes the required connections.
2 Figure 1: LTE / EPC with IMS and Private Application Server Controlling QoS Parameters (Simplified) Scenario 1 does not allow for featuree transparency, the FMC user is limited to the CS feature set offered by his public mobile network operator. In contrast inn sce- with IT-applications of the respective company can be nario 2 advanced presence services or CTI-integration provided, as the entiree signalling for call control with the companies RTC server is done over IP. 2.2 RTC services based on EPC/LTE Figure 1 gives a simplified view on LTE/ /EPC with network elementss being particularly relevantt for RTC. Different from previous mobilee network technologies EPC/LTE works All-IP, i.e. also RTC services are based on IP. VoIP P in LTE is frequently called VoLTE [19]. Quality of Servicee (QoS) parameters as welll as Multi- (emlpp) can be controlled through the Policy and level Precedence and Pre-emption Mechanisms Charging Rules Function F (PCRF) either by an a IMS of the network operator or through the Rx Interface using the Diameter-Protocol byy external Application Servers. Figure 2: Pure CS based FMC Solution Table 1 lists the QoS classes as defined in 3GPP TS [7], the emlpp e mechanisms are defined in 3GPP TS [10]. Table 1: QoS Class Identifierss [7] Figure 3: FMC Solution with CS RTC and non RTC-capable IP Connectivity in Mobile Network
3 Figure 4: SipXecs [3]as an SSOA Example, modified from [1] A company aiming at seamless integration of mobile users into its internal RTC services can either inter- the connect these servicess with the ones offered byy LTE operator based on his IMS using an appropriate Session Boarder Controller (SBC)) or use the LTE /EPC as transparent mobile IP-Network throughh SGi Interface with the option to control QoS parameters using the Rx reference point. Seen from the viewpoint of featuree transparencyy for the internal RTC services, the latter alternativee has obvious advantages. On the other hand requirements for high availability of mobile RTC services noww are to be fulfilled by the company s RTC servers. 2.3 Private AS for RTC Services Internal RTC Services, replacing traditional on-site PBX systems, are more and moree offered as cloud services by specialized providers. These providers have to run RTC services for many customers on their server infrastructure and are faced to high requirements with respect to availability. There are two basic architecture alternatives a too implement such a scenario: One Multi-tenant implementation. In I a multicustomers tenancy environment, multiple share thee same application software. Virtualization with (optionally) an individual application software for each customer. As far as knownn by the authors, IMS implements closed user groups for corporate customers by multi- vir- tenancy. However, for private AS to provide RTC Services tualisation has a number of advantages. Application software not developed for multi-tenancy can c be uti- for customer individual servicee features can easily be lized and moreover additionall software components integrated. Major requirements for RTC server solutions in this context are scalability as well as redundancy of main components in order to achieve high availability and load balancing. Moreover M open standard interfaces like SIP, XMPP and REST to allow functional integralike l CRM tion with common enterprise applications or ERP are needed.
4 3 Aspects of Virtualized RTC Servers Running services like web or l in virtualizedd en- vironments is nothing special nowadays. But expand- ing the spectrum of virtualized services to real-time applications like VoI IP or unified communications (UC) in general requires a careful investigation, which will be discussed in this chapter. When it comes to virtualizing of Vo oip systems, a par- ticular notice has to be taken of media-related pro- uncritical, since SIP has its own timing- t and error- handling [13]. cesses. The signalling on the other hand is relatively Assuming that CPU and RAM resources of a physical server are properly dimensioned, the t hypervisor for the virtual machines (VM) can be easily configured to provide the appropriate CPU and RAM resources for high priority VMs at any time. I/O activities are more problematic (Figure 5). A me- has to dia related VoIP process p of an SSOA normally transfer 50 packets per secondd of RTP dataa for each direction. At best, those packets should be sent in an isochronous interval; the network interface controller (NIC) has to be exactly e triggered at each 20ms withswitch on out any jitter. Since the NIC acts as a virtual a virtualized machine, an outgoing RTP stream can suffer from high jitter, if other VMs heavily access the same NIC simultaneously. Using several NICs along with pass-throughh mechanismss can ease this problem by allowing a high priority VMM to access one specific NIC exclusively. Aside the presence information, the call-states and the audio data for Interactive Voi ice Response (IVR) or Music on Hold (MoH),( the actual registrations and call detail recordss (CDR) get stored on the hard disc drives (HDD) off the physicall server, as well. With HDDs having the slowest access times in a whole sys- like the tem, it has to bee examined, if UC services Presence Service, IVR or MoHH get affected in i a heavy load scenario caused by lots of f VMs with disc access. With further notice on high availability, the HA of the public operator s architecture now has to be imple- modular mented by the private SSOA s s operator. The structure of an SSOA allows easy distribution of the respective and optionally redundant processes across the physical hardware of a virtualized environment. To meet the demanded HA, noo redundant UC compo- the very nents (i.e. databases) must be distributed onto same physical hardware. Furthermore, it hass to be in- serves vestigated, if the potentially higher granularity or limits the intended scalability and overall perforprocesses, mance, in particular the synchronization which cause additional networkk traffic. Other planned examinations: Figure 5: I/O is Critical for RTC Services An SSOA in parallel to other non-critical services like CRM or web on the same phys- on the ical host. More than one SSOAA competing same physical host. Distribution of several virtualized SSOA across a wide range off physical hosts.
5 4 Clients for Private Mobile RTC Services Many companies aim for desktop virtualization, which is one way to cope with the challenges of BYOD (Bring Your Own Device), as a asked for by to- day s employees. Usability of softphones in the con- text of desktop-virtualization needs additional consid- for mobile RTC services, desktop virtualization seems not to make sense. eration. For smart phones as dominant client devices However, WebRTC [12] as extension for HTML5 offers an excellent portable thin clientt solution for RTC services on smart phones to interactt with private RTC Application Servers based on QoS-controlled trans- parent IP-transport in LTE/EPC mobile networks.. IMS vendors like Ericsson have already announced to support WebRTC clients for IMS-based real-timee ser- and media for a simple two-party call, when using SSOA (Figure 6) respectively a Back-to-Back-User- Agent architecture for the RTC AS (Figure( vices [20]. Figure 6 and Figure 7 illustrate routes of signalling 7). 5 Outlook This paper considers a varietyy of aspects relevant r to enable seamless access a to corporate RTC services for mobile users, based on LTE/EPC mobile networks. Further research activities a will l focus on virtualization of RTC Application Servers and in particular implementation of tests, that proof keeping of QoS paramesituations ters for media services under extreme load in the virtualization environment. As long as LTE radio networkss have insufficient covbe applied. erage, Voice Call Continuity (VCC) has to It enables seamless handovers s between VoLTE (con- switched trolled by an IMS) and GSM-based outside the LTE coveragee [11]. Po- circuitt voice transmissionn tential solutions offering o an equivalent extension be- when yond the LTE coverage need to be addressed external corporate RTC application servers will be used. Traditional FMC solutions as described in chap- Also, usability of WebRTC for mobile RTC Clients on ter 2.1 could perhaps contributee to this aspect. smart phones in interaction i with external RTC appli- cation servers needs more thorough consideration. Figure 6: WebRTC protocol stack with SSOA Figure 7: WebRTC protocol stack with B2BUAA
6 6 References [1] Schumacher, Jan; Wermser, Diederich: VoIP- TK-Anlagen auf Basis von Open Source. Berlin- Offenbach: VDE-Verlag, ntz 7-8, Nov [2] Shneyderman, Alex; Casati, Alessio: Fixed Mobile Convergence. McGraw-Hill, [3] Picher, Michael W.: Building Enterprise Ready Telephony Systems with sipxecs 4.0. Packt Publishing, [4] SIPfoundry open source community. April [5] Hartmann, Daniel; Stephan, Mark; Cao, Xing et al.: Initial Development of a SIP-/RTP-based Core Network for the TETRA Mobile Radio System aiming at Transparent Availability of its Features in LTE. Osnabrück: 16. ITG- Fachtagung Mobilkommunikation, [6] Pankratz, René; Hartmann, Daniel; Wermser, Diederich: Spezielle Anforderungen an Virtualisierungslösungen für Software-basierte VoIP- PBX. Leipzip, HfTL Science Days, [7] 3GPP TS : Policy and charging control architecture. Release V12.0.0, [8] 3GPP TS : Policy and charging control signalling flows and Quality of Service (QoS) parameter mapping. Release V11.6.0, [9] 3GPP TS : Service accessibility. Release V12.0.0, [10] 3GPP TS : enhanced Multi Level Precedence and Pre-emption service (emlpp). Release V11.0.0, [11] 3GPP TS : Voice Call Continuity (VCC) between Circuit Switched (CS) and IP Multimedia Subsystem (IMS). Release V7.5.0, [12] Web Real-Time Communication. April [13] Trick, Ulrich; Weber, Frank: SIP, TCP/IP und Telekommunikationsnetze. 4. Auflage, München: Oldenbourg Verlag, [14] Poikselkä, Mikka et al.: The IMS. West Sussex: John Wiley & Sons Ltd, Reprint of [15] Dahlman, Erik et al.: 3G Evolution. 2nd Edition, Burlington: Academic Press, [16] Lescuyer, Pierre; Lucidarme, Thierry: Evolved packet Systems (EPS). West Sussex: John Wiley & Sons Ltd, [17] Agbinya, Johnson: IP Communications and Services for NGN. Boca Raton: CRC Press, [18] Olsson, Magnus et al.: SAE and the Evolved Packet Core. Burlington: Academic Press, [19] Ericsson White Paper: Voice over LTE. oice-over-lte.pdf, December [20] Gabriel, Caroline: Ericsson pushes WebRTC beyond the phone Abbreviations AS B2BUA BYOD CRM CSCF emlpp EPC ERP FMC GPRS GSM HA HSS IMS IN IP IVR LTE MO MoH NGN NIC PBX PCRF PDN PSTN QoS RAN REST RTC RTCP RTP SAE SBC SIP SPR SRVCC SSOA UA UE UC VM VPN VoIP VoLTE WAN XMPP Application Server Back-to-Back User Agent Bring Your Own Device Customer-Relationship- Management Call Session Control Function enhanced Multi-Level Precedence and Pre-emption Evolved Packet Core Enterprise-Resource-Planning Fixed Mobile Convergence General Packet Radio Service Global System for Mobile Communications High Availability Home Subscriber Server IP Multimedia Subsystem Intelligent Network Internet Protocol Interactive Voice Response Long Term Evolution Mobile Originated Music on Hold Next Generation Network Network Interface Controller Private Branch Exchange Policy and Charging Rules Function Public Data Network Public Switched Telephone Network Quality of Service Radio Access Network Representational State Transfer Realtime Communication Realtime Transport Control Protocol Realtime Transport Protocol System Architecture Evolution Session Border Controller Session Initiation Protocol Subscriber Profile Repository Single Radio Voice Call Continuity SIP Service Orientated Architecture User Agent User Equipment Unified Communication Virtual Machine Virtual Private Network Voice over IP Voice over LTE Wide Area Network Extensible Messaging and Presence Protocol
SIP-based Mobility in a future NGN-based Core Network for TETRA-PMR-Systems
SIP-based Mobility in a future NGN-based Core Network for TETRA-PMR-Systems Selected results of an R&D project funded by the Federal Ministry of Economics and Technology (BMWi), Germany Rohde & Schwarz
Voice Quality with VoLTE
Matthias Schulist Akos Kezdy Qualcomm Technologies, Inc. Voice Quality with VoLTE 20. ITG Tagung Mobilkommunikation 2015 Qualcomm Engineering Services Support of Network Operators Strong R&D Base End-to-end
Voice over IP over LTE (VoLTE) Impacts on LTE access. EFORT http://www.efort.com
1 Introduction Voice over IP over LTE (VoLTE) Impacts on LTE access EFORT http://www.efort.com IMS (IP Multimedia Subsystems) has been around for some time, and many infrastructure vendors have invested
VoLTE with SRVCC: White Paper October 2012
VoLTE with SRVCC: White Paper October 2012 Qualcomm VoLTE with SRVCC: The second phase of voice evolution for mobile LTE devices LTE Growth The 3GPP Long Term Evolution (LTE) high-speed, highcapacity data
FRAFOS GmbH Windscheidstr. 18 Ahoi 10627 Berlin Germany [email protected] www.frafos.com
WebRTC for the Enterprise FRAFOS GmbH FRAFOS GmbH Windscheidstr. 18 Ahoi 10627 Berlin Germany [email protected] www.frafos.com This document is copyright of FRAFOS GmbH. Duplication or propagation or extracts
WebRTC: Why and How? FRAFOS GmbH. FRAFOS GmbH Windscheidstr. 18 Ahoi 10627 Berlin Germany [email protected] www.frafos.com
WebRTC: Why and How? FRAFOS GmbH FRAFOS GmbH Windscheidstr. 18 Ahoi 10627 Berlin Germany [email protected] www.frafos.com This docume nt is copyright of FRAFOS GmbH. Duplication or propagation or e xtracts
Mobility and cellular networks
Mobility and cellular s Wireless WANs Cellular radio and PCS s Wireless data s Satellite links and s Mobility, etc.- 2 Cellular s First generation: initially debuted in Japan in 1979, analog transmission
Delivery of Voice and Text Messages over LTE
Delivery of Voice and Text Messages over LTE 1. The Market for Voice and SMS! 2. Third Party Voice over IP! 3. The IP Multimedia Subsystem! 4. Circuit Switched Fallback! 5. VoLGA LTE was designed as a
White Paper ON Dual Mode Phone (GSM & Wi-Fi)
White Paper ON Dual Mode Phone (GSM & Wi-Fi) Author: N Group 1.0 Abstract Dual Mode Handset is in demand for converged Network, Access, Billing, and Operation environment. Dual mode handsets provide cost
Contents. Specialty Answering Service. All rights reserved.
Contents 1 Introduction... 2 2 PBX... 3 3 IP PBX... 4 3.1 How It Works... 4 3.2 Functions of IP PBX... 5 3.3 Benefits of IP PBX... 5 4 Evolution of IP PBX... 6 4.1 Fuelling Factors... 6 4.1.1 Demands from
Wanderlust: Enabling roaming in the LTE era. Don Troshynski Vice President, Solutions Architecture
Wanderlust: Enabling roaming in the LTE era Don Troshynski Vice President, Solutions Architecture Acme Packet Trusted, first-class services and applications Apps & services Session delivery network April
FRAFOS GmbH Windscheidstr. 18 Ahoi 10627 Berlin Germany [email protected] www.frafos.com
WebRTC for Service Providers FRAFOS GmbH FRAFOS GmbH Windscheidstr. 18 Ahoi 10627 Berlin Germany [email protected] www.frafos.com This document is copyright of FRAFOS GmbH. Duplication or propagation or
ABC SBC: Securing and Flexible Trunking. FRAFOS GmbH
ABC SBC: Securing and Flexible Trunking FRAFOS GmbH 1. Introduction Enterprises are increasingly replacing their PBXs with VoIP PBX or are extending their PXB with a VoIP module to benefit from attractive
IP Telephony (Voice over IP)
(Voice over IP) Instructor Ai-Chun Pang, [email protected] Office Number: 417, New building of CSIE Textbook Carrier Grade Voice over IP, D. Collins, McGraw-Hill, Second Edition, 2003. Requirements
Colt VoIP Access. 2010 Colt Technology Services Group Limited. All rights reserved.
Colt VoIP Access 2010 Colt Technology Services Group Limited. All rights reserved. Business requirements Are you looking for ways to simplify management of national or even international voice services
SERVICE CONTINUITY. Ensuring voice service
SERVICE CONTINUITY FOR TODAY S Voice over LTE SUBSCRIBERS Ensuring voice service with Single Radio Voice Call Continuity (SR-VCC) TECHNOLOGY White Paper Subscribers expectations for mobile data services
Architectural Overview of IP Multimedia Subsystem -IMS
Architectural Overview of IP Multimedia Subsystem -IMS Presented by: Masood Khosroshahy June 2006 B E G I N N I N G 1 Project supervisor: Prof. Elie Najm Simplified view of the layered architecture in
ABC SBC: Securing the PBX. FRAFOS GmbH
ABC SBC: Securing the PBX FRAFOS GmbH Introduction A widely reported fraud scenarios is the case of a malicious user detecting the address of a company s PBX and accessing that PBX directly. Once the attacker
of the existing VoLTE roaming and interconnection architecture. This article compares existing circuit-switched models with the earlier
VoLTE 3GPP Roaming Further Development of LTE/LTE-Advanced LTE Release 10/11 Standardization Trends VoLTE Roaming and ion Standard Technology In 3GPP Release 11, the VoLTE roaming and interconnection architecture
LTE service area. 3G service area. EPS : Evolved Packet System. Currently Planning & Coordination Office 1 C *
VoLTE esrvcc VSRVCC Inter-domain Handover Technologies in LTE for Voice (VoLTE) and TV Phone A data communication service called Xi (Crossy) has started in LTE. In the future, voice and TV phone services
Mobile Voice Off-Load
Mobile Voice Off-Load An AdvOSS Solution White Paper Latest version of this white paper can always be found at: http://advoss.com/resources/whitepapers/mobile-voice-offload.pdf For more information, contact
Building Robust Signaling Networks
ericsson White paper Uen 284 23-3268 July 2015 Building Robust Signaling Networks MEETING THE CHALLENGES OF THE RISING SIGNALING STORM Distributed signaling network robustness that follows the concept
Fixed Mobile Convergence Options for the Enterprise
March 08 Fixed Mobile Convergence Options for the Enterprise Michael F. Finneran d B r n A s s o c i a t e s, I n c. 8 9 C u r t i s R o a d, W o o d m e r e, N Y 5 9 8 5 6. 5 6 9. 4 5 5 7 FMC Options
ABC SBC: Charging and Accounting. FRAFOS GmbH
ABC SBC: Charging and Accounting FRAFOS GmbH Integrating Charging and Session Control SBCs play a central role in deciding which users and which traffic get access to a provider s services. The decision
How To Make A Cell Phone Converged Into A Cell Network
MPLS: Enabling Fixed-Mobile Convergence Barry M. Tishgart Vice President, Managed Services 2006 11 10 SPRINT, the "Going Forward" logo, the NEXTEL name and logo and other trademarks are trademarks of Sprint
Mobile Wireless Overview
Mobile Wireless Overview A fast-paced technological transition is occurring today in the world of internetworking. This transition is marked by the convergence of the telecommunications infrastructure
Buyer s Guide. 10 questions to ask. Essential information about your Voice over IP options
VOIP Buyer s Guide 10 questions to ask Essential information about your Voice over IP options VoIP is the Future. There s a lot of buzz about Voice over IP these days. People are talking about how it can
Contents. Continuity of services and mobility
July 2013 Contents Summary... 3 Introduction... 3 1 Framework technologies: LTE/EPC and IMS... 4 1.1 LTE/EPC... 4 1.2 ANDSF - Access network discovery and selection function... 5 3.1.1 MME - Mobility Management
Overview of GSMA VoLTE Profile. minimum required functions [3]. 2. Background
GSMA Overview of GSMA Profile It was agreed in the GSMA in February 2010 that voice services over LTE () shall use the platform standardized by the 3GPP with a view to maximizing international interoperability.
Diameter in the Evolved Packet Core
Diameter in the Evolved Packet Core A Whitepaper November 2009 Page 2 DIAMETER in the Evolved Packet Core Mobile broadband is becoming a reality, as the Internet generation grows accustomed to having broadband
Nokia Networks. Voice over Wi-Fi. White paper. Nokia Networks white paper Voice over Wi-Fi
Nokia Networks Voice over Wi-Fi White paper Nokia Networks white paper Voice over Wi-Fi Contents 1 Why consider VoWiFi? 3 2 User experience requirements 4 3 Mobile operator vs. OTT services 5 4 VoWiFi
INTELLIGENT NETWORK SERVICES MIGRATION MORE VALUE FOR THE
INTELLIGENT NETWORK SERVICES MIGRATION MORE VALUE FOR THE Voice over LTE SUBSCRIBER TECHNOLOGY White Paper Mobile operators have invested a lot of time and money in Intelligent Network (IN) services for
CounterPath Bria with Oracle TSC Feature Pack. A Solution for Operator and Enterprise (OTT) Service Delivery. Solution Brief. www.counterpath.
CounterPath Bria with Oracle TSC Feature Pack A Solution for Operator and Enterprise (OTT) Service Delivery Solution Brief Internet OTT (over-the-top) changes the way people communicate. Internet OTT services
OpenScape Session Border Controller Delivering security, interoperability and cost savings to the enterprise network border
Siemens Enterprise Communications Session Border Controller Delivering security, interoperability and cost savings to the enterprise network border April 2011 Agenda 1 Industry Trends 2 Customer Initiatives
SIP Trunking to Microsoft Lync (Skype for Business) Server
SIP Trunking to Microsoft Lync (Skype for Business) Server SIP Trunking to Lync/Skype for Business Server The emergence of Unified Communications integrating communications services into desktop and mobile
Quality of Service Testing in the VoIP Environment
Whitepaper Quality of Service Testing in the VoIP Environment Carrying voice traffic over the Internet rather than the traditional public telephone network has revolutionized communications. Initially,
Cisco Virtual Office Unified Contact Center Architecture
Guide Cisco Virtual Office Unified Contact Center Architecture Contents Scope of Document... 1 Introduction... 1 Platforms and Images... 2 Deployment Options for Cisco Unified Contact Center with Cisco
PushTalk Service System
PushTalk Service System Naomasa Yoshida, Masaharu Nakagawa, Makoto Nakayama, Youhei Ikai, Miya Matsuda and Masanobu Yamagiwa We have developed a system for providing the PushTalk service, which allows
Your Communications Solution. The Best Communications Solution for Your Business ipecs-lik. ipecs is an Ericsson-LG Brand
Your Communications Solution The Best Communications Solution for Your Business ipecs-lik ipecs is an Ericsson-LG Brand ipecs-lik Simply Unifying for SMB Communications 02 Ericsson-LG As your workforce
How To Make A Multi-Line Phone A Multi Line Phone A Money Maker
Fixed Mobile Convergence Brough Turner Senior Vice President, Chief Technology Officer http://blogs.nmscommunications.com/communications NMS at a Glance Founded in 1983, publicly traded since 1994 Technology
Your Communications Solution. The Best Communications Solution for your business ipecs-lik. ipecs is an Ericsson-LG Brand
Your Communications Solution The Best Communications Solution for your business ipecs-lik ipecs is an Ericsson-LG Brand ipecs-lik Simply Unifying for SMB Communications 02 Ericsson-LG In a connected world,
Single Radio Voice Call Continuity. (SRVCC) with LTE. White Paper. Overview. By: Shwetha Vittal, Lead Engineer CONTENTS
White Paper Single Radio Voice Call Continuity (SRVCC) with LTE By: Shwetha Vittal, Lead Engineer Overview Long Term Evolution (LTE) is heralded as the next big thing for mobile networks. It brings in
Implementing Conditional Conference Call Use Case over IMS and Non IMS Testbed an experimental results through comparison approach
Proceedings of the 6th WSEAS International Conference on Applications of Electrical Engineering, Istanbul, Turkey, May 27-29, 2007 109 Implementing Conditional Conference Call Use Case over IMS and Non
IP Multimedia System: general aspects and migration perspectives
IMS TPC EPC IP Multimedia System: general aspects and migration perspectives Dr. Leo Lehmann Federal Office of Communication, Switzerland ITU Workshop on Developments regarding telecommunication network
Unified Communications in a Nutshell. beronet. communication without borders
Unified Communications in a Nutshell beronet communication without borders Table of Contents 03 Introduction Introduction to selling mobydick, beronet & Snom 04 05 06 09 1 0 Who Why UC? Understanding UC,
ABC SBC: Mobile Subscriber Support. FRAFOS GmbH
ABC SBC: Mobile Subscriber Support FRAFOS GmbH Introduction Applications supporting mobile VoIP are such as Viper or Skype increasingly becoming the default communication means for mobile users. Affordable
Supporting mobility in the RAN cloud
Supporting mobility in the RAN cloud Michael Fitch BT 23 rd October 2012 Cloud basics On-Demand Self-Service A consumer can provision computing capabilities, such as server time and network storage, automatically
ALCATEL CRC Antwerpen Fr. Wellesplein 1 B-2018 Antwerpen +32/3/240.8550; [email protected] +32/3/240.7830; Guy.Reyniers@alcatel.
Contact: ALCATEL CRC Antwerpen Fr. Wellesplein 1 B-2018 Antwerpen +32/3/240.8550; [email protected] +32/3/240.7830; [email protected] Voice over (Vo) was developed at some universities to diminish
Single Radio Voice Call Continuity (SRVCC) Testing Using Spirent CS8 Interactive Tester
Application Note Single Radio Voice Call Continuity (SRVCC) Testing Using Spirent CS8 Interactive Tester September 2013 Rev. A 09/13 Single Radio Voice Call Continuity (SRVCC) Testing Using Spirent CS8
230612 - AMC - Advanced Mobile Communications
Coordinating unit: Teaching unit: Academic year: Degree: ECTS credits: 2015 230 - ETSETB - Barcelona School of Telecommunications Engineering 739 - TSC - Department of Signal Theory and Communications
Nokia Siemens Networks mobile softswitching Taking voice to the next level
Nokia Siemens Networks mobile softswitching Taking voice to the next level Providing an answer for today and tomorrow Evolving technologies Nokia Siemens Networks provides a solid platform for the future
Whitepaper. 10 Metrics to Monitor in the LTE Network. www.sevone.com blog.sevone.com [email protected]
10 Metrics to Monitor in the LTE Network The deployment of LTE increases dependency on the underlying network, which must be closely monitored in order to avert serviceimpacting events. In addition, the
CS Fallback Function for Combined LTE and 3G Circuit Switched Services
EPC Voice over Circuit Switched Services Special Articles on SAE Standardization Technology CS Fallback Function for Combined and Circuit Switched Services The PP, an international standardization body
Push-to-talk Over Wireless
Push-to-talk Over Wireless Is the time right for Push-to-talk? Does it work over GPRS? www.northstream.se Conclusions Push-to-talk is a walkie-talkie-type service implemented over mobile networks. US operator
3G/Wi-Fi Seamless Offload
Qualcomm Incorporated March 2010 Table of Contents [1] Introduction... 1 [2] The Role of WLAN... 2 [3] 3G/Wi-Fi Seamless Offload Pathway... 2 [4] Application-Based Switching... 3 [5] Wi-Fi Mobility...
Testing IVR Systems White Paper
Testing IVR Systems Document: Nexus8610 IVR 05-2005 Issue date: Author: Issued by: 26MAY2005 Franz Neeser Senior Product Manager Nexus Telecom AG, Switzerland We work to improve your network Abstract Interactive
com.sat IP Basic ISDN
com.sat IP Basic ISDN com.sat Multichannel Gateway 1 2009 com.sat GmbH Kommunikationssysteme Schwetzinger Str. 19 D-68519 Viernheim www.comsat.de Tel: +49-(0)6204-7050-0 1. General Overview IP BASIC ISDN:
How To Get A Phone Service For Free
1900 Wright Place, Suite 250 Carlsbad, CA 92008 (888) 441-4466 The Future of Phone Systems What features to look for in 2015 2014 Business.com Media, Inc. All Rights Reserved. The Future of Phone Systems:
Demo 1. Network Path and Quality Validation in the Evolved Packet Core
Competence Center NGNI Demo 1 Network Path and Quality Validation in the Evolved Packet Core 1 Fraunhofer Institute FOKUS and TU Berlin AV AV provides education and applied research together with Fraunhofer
Functional Specifications Document
Functional Specifications Document VOIP SOFT PBX Project Code: SPBX Project Advisor : Aftab Alam Project Team: Umair Ashraf 03-1853 (Team Lead) Imran Bashir 02-1658 Khadija Akram 04-0080 Submission Date:19-10-2007
With HD quality Full transparent networking features And on-demand capacity enhancements
Always more than you expect Panasonic NS1000 SIP BUSINESS COMMUNICATIONS SERVER With HD quality Full transparent networking features And on-demand capacity enhancements The NS1000 at a glance SIP and IP
Convergence: The Foundation for Unified Communications
Convergence: The Foundation for Unified Communications Authored by: Anthony Cimorelli, Senior Product Marketing Manager Onofrio Norm Schillaci, Principal Sales Engineer Michelle Soltesz, Director, Marketing
COPYRIGHTED MATERIAL. Contents. Foreword. Acknowledgments
Contents Foreword Preface Acknowledgments 1 Introduction 1 1.1 Motivation for Network Convergence 1 1.2 The Core Network 2 1.3 Legacy Service Requirements 4 1.4 New Service Requirements 5 1.5 Architectures
LTE CDMA Interworking
LTE CDMA Interworking ehrpd - Use of a Common Core and a Stepping Stone to LTE Mike Dolan Consulting Member of Technical Staff Alcatel-Lucent Overview ehrpd (evolved High Rate Packet Data*) ehrpd involves
The Best Communications Solution for your business ipecs-lik
Your Communications Solution The Best Communications Solution for your business ipecs-lik ipecs-lik Simply Unifying for SMB Communications 02 As your workforce becomes more mobile and dependant on ease
Mobility Management for All-IP Core Network
Mobility Management for All-IP Core Network Mobility Management All-IP Core Network Standardization Special Articles on SAE Standardization Technology Mobility Management for All-IP Core Network PMIPv6
IP Telephony Deployment Models
CHAPTER 2 Sections in this chapter address the following topics: Single Site, page 2-1 Multisite Implementation with Distributed Call Processing, page 2-3 Design Considerations for Section 508 Conformance,
Applying Software Defined Networks and Virtualization Concepts for Next Generation Mobile Broadband Networks
BROADBAND UKRAINE: 12th June 2013, Kiev, Ukraine FOKUS Center for Next Generation Network Infrastructures (NGNI) Applying Software Defined Networks and Virtualization Concepts for Next Generation Mobile
Session Border Controllers: Addressing Tomorrow s Requirements
White Paper Session Border Controllers: Addressing Tomorrow s Requirements Prepared by Jim Hodges Senior Analyst, Heavy Reading www.heavyreading.com on behalf of www.metaswitch.com September 2011 Introduction
Introducing Cisco Voice and Unified Communications Administration Volume 1
Introducing Cisco Voice and Unified Communications Administration Volume 1 Course Introduction Overview Learner Skills and Knowledge Course Goal and Course Flow Additional Cisco Glossary of Terms Your
Efficient evolution to all-ip
Press information June 2006 Efficient evolution to all-ip The competitive landscape for operators and service providers is constantly changing. New technologies and network capabilities enable new players
VOICE OVER IP AND NETWORK CONVERGENCE
POZNAN UNIVE RSITY OF TE CHNOLOGY ACADE MIC JOURNALS No 80 Electrical Engineering 2014 Assaid O. SHAROUN* VOICE OVER IP AND NETWORK CONVERGENCE As the IP network was primarily designed to carry data, it
TRANSFORMATION OPPORTUNITIES WITH THE ALCATEL-LUCENT OPENTOUCH SUITE OPTIMIZING CONVERSATION DELIVERY OVER CENTRALIZED COMMUNICATIONS NETWORKS
TRANSFORMATION OPPORTUNITIES WITH THE ALCATEL-LUCENT OPENTOUCH SUITE OPTIMIZING CONVERSATION DELIVERY OVER CENTRALIZED COMMUNICATIONS NETWORKS Application Note Table of contents Abstract / New Opportunities
AND Recorder 5.4. Overview. Benefits. Datenblatt
Datenblatt AND Recorder 5.4 Using affordable call recording enables you to comply with legal and regulatory obligations. These requirements are easily achieved by deploying a secure call recording solution
Introduction: Unified Communications Changes
Transformation of Enterprise Communications Network Topologies Driven by Unified Communications Adoption Including Collaboration and Social Networking Introduction: Unified Communications Changes Innovative
Implementing LTE International Data Roaming
Implementing International Data Roaming Data Roaming Standardization Implementing International Data Roaming On completion of EPC standardization at 3GPP, specifications for international roaming between
LTE Control Plane on Intel Architecture
White Paper Soo Jin Tan Platform Solution Architect Siew See Ang Performance Benchmark Engineer Intel Corporation LTE Control Plane on Intel Architecture Using EEMBC CoreMark* to optimize control plane
Telecommunication Services Engineering (TSE) Lab. Chapter III 4G Long Term Evolution (LTE) and Evolved Packet Core (EPC)
Chapter III 4G Long Term Evolution (LTE) and Evolved Packet Core (EPC) http://users.encs.concordia.ca/~glitho/ Outline 1. LTE 2. EPC architectures (Basic and advanced) 3. Mobility management in EPC 4.
Evolutionary Trends towards Beyond 3G Mobile Networks
Evolutionary Trends towards Beyond 3G Mobile Networks Cornel Pampu, Cornelia Kappler, Morten Schläger / SN MN PG NT MN 4 November 17th, 2006 The new company Nokia Siemens Networks is expected to start
Migration of Enterprise VoIP/SIP Solutions towards IMS
1 Migration of Enterprise VoIP/SIP Solutions towards IMS Ram Kumar 1, Frank Reichert 1, Andreas Häber 1, Anders Aasgard 2, Lian Wu 2 Abstract Voice-over-IP (VoIP) solutions are now widely spread and accepted
Business grade, real-time, integrated communications solutions from EOS Communications
Hosted VoIP and Applications Reduce costs, improve user efficiency, make it easier for your customers to contact you and quicker for your business to respond. Business grade, real-time, integrated communications
Hosted PBX Platform-asa-Service. Offering
Hosted PBX Platform-asa-Service Offering Hosted PBX Platform Overview VoIP Logic s Hosted PBX Platform-as-a-Service (PaaS) delivers cloud-based PBX functionality encompassing traditional PBX features as
PARAMETERS TO BE MONITORED IN THE PROCESS OF OPERATION WHEN IMPLEMENTING NGN TECHNICAL MEANS IN PUBLIC TELECOMMUNICATION NETWORKS
Draft Recommendation Q.3902 PARAMETERS TO BE MONITORED IN THE PROCESS OF OPERATION WHEN IMPLEMENTING NGN TECHNICAL MEANS IN PUBLIC TELECOMMUNICATION NETWORKS Summary This Recommendation describes the main
Foreword... 2 Introduction to VoIP... 3 SIP:... 3 H.323:... 4 SER:... 4 Cellular network... 4 GSM... 5 GPRS... 6 3G... 6 Wimax... 7 Introduction...
Foreword... 2 Introduction to VoIP... 3 SIP:... 3 H.323:... 4 SER:... 4 Cellular network... 4 GSM... 5 GPRS... 6 3G... 6 Wimax... 7 Introduction... 7 Fixed-WiMAX based on the IEEE 802.16-2004... 8 Mobile
A cloud for everyone!
Voice Application Server 1983 2013 30 Years TELES A cloud for everyone! Enterprise Solutions Our Application Server allows Service Providers to provide high-availability telecom and valueadded services
An Introduction to SIP
SIP trunking, simply put, is a way for you to accomplish something that you already do, for less money, with equal or better quality, and with greater functionality. A Guide to SIP V4 An Introduction to
Migration from TDM to IP in Public Safety Environments: The Challenge for Voice Recording
9-1-1 Magazine / published in December 2007 Migration from TDM to IP in Public Safety Environments: The Challenge for Voice Recording by Andreas Potyka, Product Management, ASC telecom AG VoIP communications
Technical white paper. Enabling mobile broadband growth Evolved Packet Core
Technical white paper Enabling mobile broadband growth Evolved Packet Core Contents 3 Enabling mobile broadband growth 4 Enabling migration from current networks to LTE 4 Terminology 5 The demand for cost-effective
The Best Communications Solution for Your Business ipecs-lik
Your Communications Solution The Best Communications Solution for Your Business ipecs-lik ipecs-lik Simply Unifying for SMB Communications 02 As your workforce becomes more mobile and dependant on ease
Enhanced Enterprise SIP Communication Solutions
Enhanced Enterprise SIP Communication Solutions with Avaya Aura and Allstream SIP Trunking An Allstream White Paper 1 Table Of Contents Beyond VoIP 1 SIP Trunking delivers even more benefits 1 Choosing
Towards a 21st century telephone exchange at CERN
Towards a 21st century telephone exchange at CERN F Valentín, A Hesnaux, R Sierra and F Chapron IT Department, CERN, Route de Meyrin 385, 1217 Meyrin, Switzerland francisco.valentin, anthony.hesnaux, rodrigo.sierra
Co-existence of Wireless LAN and Cellular Henry Haverinen Senior Specialist Nokia Enterprise Solutions
Co-existence of Wireless LAN and Cellular Henry Haverinen Senior Specialist Nokia Enterprise Solutions 1 2005 Nokia city_wlan_2005_haverinen.ppt / 2005-08-19 / HH Outline Key use cases of integrating Wireless
