Completesbc Handbook Release 2.3.0

Total Page:16

File Type:pdf, Size:1020Kb

Completesbc Handbook Release 2.3.0 CompleteSBC Handbook Release 2.3.0 Xorcom March 05, 2015 VoIPon www.voipon.co.uk [email protected] Tel: +44 (0)1245 808195 Fax: +44 (0)1245 808299 Contents 1 About This Book 1 2 Introduction 3 2.1 A Brief Introduction to History and Architecture of SIP ...................... 3 2.2 What is a Session Border Controller (SBC)? ............................ 6 2.3 Do You Need an SBC? ........................................ 9 2.4 CompleteSBC Networking Concepts ................................ 10 3 Practical Guide to the CompleteSBC 17 3.1 Network Planning Guidelines .................................... 17 3.2 Planning Checklists ......................................... 24 3.3 A Typical SBC Configuration Example ............................... 25 4 Installing the CompleteSBC 42 4.1 Initial Configuration ......................................... 42 4.2 Web Interface Access and User Accounts .............................. 42 4.3 CompleteSBC License ........................................ 44 4.4 Hardware Specific Configurations .................................. 44 5 General CompleteSBC Configuration Guide 46 5.1 Physical, System and SBC Interfaces ................................ 46 5.2 Defining Rules ............................................ 46 5.3 Using Replacements in Rules .................................... 50 5.4 Using Regular Expression Backreferences in Rules ......................... 52 5.5 Binding Rules together with Call Variables ............................. 53 5.6 SIP Routing ............................................. 53 5.7 SIP Mediation ............................................ 66 5.8 SDP Mediation ............................................ 74 5.9 Media Handling ........................................... 78 5.10 NAT Traversal ............................................ 84 5.11 Registration Caching and Handling ................................. 87 5.12 Call Data Records (CDRs) ...................................... 92 5.13 Advanced Use Cases with Provisioned Data ............................. 95 5.14 SIP-WebRTC Gateway ........................................108 6 CompleteSBC System administration 118 6.1 User Accounts ............................................118 6.2 Command Reference .........................................119 6.3 Backup and Restore Operations ...................................120 7 Monitoring and Troubleshooting 122 7.1 SBC Server Diagnostics .......................................122 7.2 SIP and RTP Traffic Monitoring ...................................124 7.3 Using SNMP for Measurements and Monitoring . 128 7.4 Additional Sources of Troubleshooting Information . 129 8 Securing Your VoIP Network 131 i VoIPon www.voipon.co.uk [email protected] Tel: +44 (0)1245 808195 Fax: +44 (0)1245 808299 8.1 Security Features of the CompleteSBC ...............................131 8.2 Topology Hiding ...........................................132 8.3 Traffic Limiting and Shaping .....................................135 8.4 Call Duration Control ........................................137 8.5 Blacklisting ..............................................138 9 Reference of Actions 143 9.1 SIP Mediation ............................................145 9.2 SDP Mediation ............................................146 9.3 Management and Monitoring ....................................146 9.4 Traffic Shaping ............................................147 9.5 Media Processing ...........................................147 9.6 SIP Dropping .............................................148 9.7 Scripting ...............................................148 9.8 Register Processing .........................................148 9.9 External Interaction .........................................149 9.10 NAT Handling ............................................149 10 Glossary 150 Index 152 ii VoIPon www.voipon.co.uk [email protected] Tel: +44 (0)1245 808195 Fax: +44 (0)1245 808299 Chapter 1 About This Book This documentation is a complete handbook for the CompleteSBC, Release 2.3.0. It documents network planning, SBC installation, policy configuration and best current practices for operating an CompleteSBC. The CompleteSBC Session Border Controller is a SIP Back-2-Back User Agent (B2BUA) that provides operators and enterprises with a scalable session border control solution for secure connections with Voice of IP (VoIP) operators and users. With the CompleteSBC VoIP service providers and enterprises deploy a session border controller that was de- signed to run on top of high end hardware as well as appliances and virtual machines. Thereby, the CompleteSBC enables VoIP providers to gradually scale up their infrastructure and covers the needs of enterprises of all sizes. The CompleteSBC provides the following features: • Security: The CompleteSBC serves as the first line of defence, fending off attacks coming over the Internet, hiding internal topology, applying rate limits and performing Call Admission Control, limiting number of parallel calls and call length, off-loading registrar and registration throttling and providing confidentiality using cryptographic TLS and SRTP protocols. • Mediation: The CompleteSBC connects disconnected unroutable networks and VLANs, different transport protocols, facilitates NAT traversal, limits codec negotiation, translates identities and adapts SIP headers and bodies for best interoperability between incompatible devices and networks policies. • Routing: The CompleteSBC‘s competative design allows to route SIP traffic based on any message element. Scenarios like source-based, destination-based, least-cost-route based, proprietary-header-field-based and others can be easily configured and cascaded behing each other to find the most-proper destination for SIP traffic. Alternate routes can be also setup in case the primary routes fail. • Web and IT integration: The CompleteSBC design assumes VoIP to be data service like any other, both administrators and users can lean on web technology. User can use webrtc-capable browsers to place and receive calls through the built-in webrtc gateway to any SIP devices. Administrators can place external logic to web-servers and govern how the SBC behaves through a RESTful interface. Large amounts of pre-provisioned data can be used to govern the SBC logic, such as routing tables, peering characteristics or subscriber information. • Management by Web GUI and SNMP. Remote management allows rapid adaptation to ever changing net- work conditions. CompleteSBC‘s policies can be easily changed through web interface, behaviour of the CompleteSBC can be monitored using the same interface as well as SNMP monitoring consoles. All events related to call processing are stored and available for real-time analysis, Call Detail Records (CDR) are also produced for further processing. • Media processing: The CompleteSBC includes built-in audio recording and transcoding. The CompleteSBC is designed to provide high-availablity by running in redundant hot-standby pairs. This book is intended for everyone interested in installing and using the CompleteSBC. Knowledge of SIP, RTP and IP networking is of advantage and would ease the reading and use of the book. Of essential value is, however, a good understanding of the VoIP environment in which the CompleteSBC is to be deployed. 1 VoIPon www.voipon.co.uk [email protected] Tel: +44 (0)1245 808195 Fax: +44 (0)1245 808299 CompleteSBC Handbook, Release 2.3.0 The book is structured in the following parts: • Introduction: This section provides an overview of the basic technologies addressed here, namely SIP and SBC. Further, the basic concepts and terminology of the CompleteSBC are described. If you are knowl- edgeable with SIP and VoIP deployments you can skip the introductions to SIP and SBCs. • Practical Guide to the CompleteSBC: This section provides first an overview of what a future user of the CompleteSBC - or actually any other SBC as well - must consider before purchasing and installing an SBC. Further, this guide can be seen as a short cut for configuring and using the main features of the CompleteSBC without having to go through the entire manual. • General CompleteSBC Configuration Guide: This section provides the details about the different features of the CompleteSBC, what they are good for and how they can be used. For the more complex parts, additional section with examples are provided. These example sections are intended as short cuts for solving common issues. • CompleteSBC System administration: This chapter explains a set of features available for the administrator of the CompleteSBC. These features include the capability to create and manage users of the CompleteSBC and define their rights, the list of commands that can be used to run certain tasks that might not be available through the GUI as well as conduct upgrades and updates of the CompleteSBC software. • Monitoring and Troubleshooting: The CompleteSBC collects various measurement values and call traces and generates alarms and SNMP traps. These features provide the administrator of the CompleteSBC with the information needed to detect errors and problems in the processed VoIP traffic as well as in the operation of the CompleteSBC. • Securing Your VoIP Network: This chapter provides an overview of the security capabilities of the Com- pleteSBC as well as a guide for configuring blacklists, traffic shaping and limiting the call duration. 2 VoIPon www.voipon.co.uk [email protected] Tel: +44 (0)1245 808195 Fax: +44 (0)1245 808299 Chapter 2 Introduction 2.1 A Brief Introduction
Recommended publications
  • FOSDEM 2017 Schedule
    FOSDEM 2017 - Saturday 2017-02-04 (1/9) Janson K.1.105 (La H.2215 (Ferrer) H.1301 (Cornil) H.1302 (Depage) H.1308 (Rolin) H.1309 (Van Rijn) H.2111 H.2213 H.2214 H.3227 H.3228 Fontaine)… 09:30 Welcome to FOSDEM 2017 09:45 10:00 Kubernetes on the road to GIFEE 10:15 10:30 Welcome to the Legal Python Winding Itself MySQL & Friends Opening Intro to Graph … Around Datacubes Devroom databases Free/open source Portability of containers software and drones Optimizing MySQL across diverse HPC 10:45 without SQL or touching resources with my.cnf Singularity Welcome! 11:00 Software Heritage The Veripeditus AR Let's talk about The State of OpenJDK MSS - Software for The birth of HPC Cuba Game Framework hardware: The POWER Make your Corporate planning research Applying profilers to of open. CLA easy to use, aircraft missions MySQL Using graph databases please! 11:15 in popular open source CMSs 11:30 Jockeying the Jigsaw The power of duck Instrumenting plugins Optimized and Mixed License FOSS typing and linear for Performance reproducible HPC Projects algrebra Schema Software deployment 11:45 Incremental Graph Queries with 12:00 CloudABI LoRaWAN for exploring Open J9 - The Next Free It's time for datetime Reproducible HPC openCypher the Internet of Things Java VM sysbench 1.0: teaching Software Installation on an old dog new tricks Cray Systems with EasyBuild 12:15 Making License 12:30 Compliance Easy: Step Diagnosing Issues in Webpush notifications Putting Your Jobs Under Twitter Streaming by Open Source Step. Java Apps using for Kinto Introducing gh-ost the Microscope using Graph with Gephi Thermostat and OGRT Byteman.
    [Show full text]
  • Smart Communication Platforms for Prototyping Smart City Applications
    Competence Center NGNI Fraunhofer FOKUS Keynote at National Research Council of Thailand (NRCT) Annual Meeting, Bangkok, Thailand, August 25, 2013 Smart Communication Platforms for Prototyping Smart City Applications Prof. Dr. Thomas Magedanz Fraunhofer FOKUS / TU Berlin [email protected] www.fokus.fraunhofer.de/go/ngni Competence Center NGNI Fraunhofer FOKUS Agenda Smart Cities as Future Internet Show Case Smart City communication infrastructures requirements The Role of IP Multimedia Subsystem, Machine Type Communication, Evolved Packet Core and related Open APIs within emerging Smart City SDPs FOKUS Toolkits and practical examples Summary Q&A Competence Center NGNI Fraunhofer FOKUS Main Messages of the Talk Convergence of fixed and mobile networks plus internet technologies was the driver for Next Generation Network (NGN) IMS (plus an SDP) is the common control platform of the NGN today Over the top (OTT) services challenge operators and IMS platforms Future Internet (FI) is a hot research topic and equates to emerging Smart City (SC) ICT platforms and applications Smart Cities relate to the domains of Internet of Things ( M2M) and Internet of Services ( SDP) Smart Cities are driving even more convergence of networks and control platforms Evolved Packet Core (EPC) and Machine Type Communication (MTC) platforms are becoming key pillars around IP Multimedia System (IMS) in the context of emerging Smart City ICT platforms Nevertheless Open APIs will abstract from the specifics of the platforms FOKUS tools
    [Show full text]
  • A Case for SIP in Javascript", IEEE Communications Magazine , Vol
    Copyright © IEEE, 2013. This is the author's copy of a paper that appears in IEEE Communications Magazine. Please cite as follows: K.Singh and V.Krishnaswamy, "A case for SIP in JavaScript", IEEE Communications Magazine , Vol. 51, No. 4, April 2013. A Case for SIP in JavaScript Kundan Singh Venkatesh Krishnaswamy IP Communications Department IP Communications Department Avaya Labs Avaya Labs Santa Clara, USA Basking Ridge, USA [email protected] [email protected] Abstract —This paper presents the challenges and compares the applications independent of the specific SIP extensions alternatives to interoperate between the Session Initiation supported in the vendor's gateway. Protocol (SIP)-based systems and the emerging standards for the Web Real-Time Communication (WebRTC). We argue for an We observe that decoupled development across services , end-point and web-focused architecture, and present both sides tools and applications promotes interoperability. Today, the of the SIP in JavaScript approach. Until WebRTC has ubiquitous web developers can build applications independent of a cross-browser availability, we suggest a fall back strategy for web particular service (Internet service provider) or vendor tool developers — detect and use HTML5 if available, otherwise fall (browser, web server). Unfortunately, many existing SIP back to a browser plugin. systems are closely integrated and have overlap among two or more of these categories, e.g., access network provider Keywords- SIP; HTML5; WebRTC; Flash Player; web-based (service) wants to control voice calling (application), or three communication party calling (application) depends on your telephony provider (service). The main motivation of the endpoint approach (also I. INTRODUCTION known as SIP in JavaScript) is to separate the applications In the past, web developers have resorted to browser (various SIP extensions and telephony features) from the plugins such as Flash Player to do audio and video calls in the specific tools (browsers or proxies) or VoIP service providers.
    [Show full text]
  • Krivenko Eugene
    Krivenko Eugene city: Kiev E-mail: [email protected] CONTACT Website: https://www.linkedin.com/in/eugen- krivenko Phone: +380632141113 OBJECTIVE I'm a Front-end developer seeking an opportunity to participate in an interesting project and to become a part of a great team. Desire to work with React, NodeJS etc. Love for minimalizm, optimisation, clean code, structuring, best practices. PROFESSIONAL SKILLS Javascript, Typescript React, AngularJS, Angular2 Redux, RxJS Webpack, Gulp WebSockets (socket.io, signalR, sip.js) Node.JS (Hapi, Express) Bootstrap, HTML, CSS, SCSS, SASS, Angular Material D3.js SEO understanding WORK EXPERIENCE Maxitech 04.2019 — 03.2021 Frontend developer Responsibilities: Implement new features and improve existing ones Improve Redux store structure Improve components architecture Code review Bug fixing Interview new candidates Mentoring Environment: React, Redux, Redux Toolkit, RxJS, signalR, socket.io, Express, Typescript, Git, PostCSS, Jest, Webpack Krivenko Eugene 1 MWDN 09.2017 — 03.2019 Frontend developer Responsibilities: Implement new features and improve existing ones Maintain existing projects AngularJs/React Migrate project from AngularJS to React Refactoring Code review Bug fixing Interview new candidates Environment: React, AngularJS, Git, SASS, CSSinJS, Redux, Webpack, MobX, ES6, Typescript, Jenkins, Hapi.js, MongoDB, D3, Jira Evoplay 09.2016 — 08.2017 Frontend developer Lead Responsibilities: Create new project from scratch Implement new features and improve existing ones Participate in project
    [Show full text]
  • Webrtc 2 Voip Flowroute Dids Now Support Web Originated Calls
    ClueCon 2019 WebRTC 2 VoIP Flowroute DIDs now support web originated calls Julien Chavanton Lead software engineer - voice routing - flowroute.com presentation agenda : WebRTC 2 VoIP and share some insights about the design and features. ➔ How we are using Kamailio to do our web edge-proxies, providing SIP over WebSockets, Topology hiding and SDP normalization. (With sipwise RTP-engine) ➔ JS libraries, to help our customers integrate WebRTC for inbound audio calls on Flowroute DIDs using JSSIP, we will look at our provided Javascript libraries jssip_client and jssip_ui ➔ How we are monitoring QoS stats for audio sessions and audio streams with G.711 and Opus. ➔ The current state of our platform and how we were able to reuse our multiple point of presences and APIs to enable new possibilities for our customers. Addition to carrier infrastructure using Kamailio sip-proxy Kamailio SIP over websocket rfc7118 https://kamailio.org/docs/modules/stable/modules/websocket.html 5.1. ws_handle_handshake() This function checks an HTTP GET request for the required headers and values, and (if successful) upgrades the connection from HTTP to WebSocket. Below is an example of a WebSocket handshake in which the client requests the WebSocket SIP subprotocol support from the server: GET / HTTP/1.1 Host: sip-ws.example.com Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: dGhlIHNhbXBsZSBub25jZQ== Origin: http://www.example.com Sec-WebSocket-Protocol: sip Sec-WebSocket-Version: 13 The handshake response from the server accepting the WebSocket SIP subprotocol would look as follows: HTTP/1.1 101 Switching Protocols Upgrade: websocket Connection: Upgrade Sec-WebSocket-Accept: s3pPLMBiTxaQ9kYGzzhZRbK+xOo= Sec-WebSocket-Protocol: sip Once the negotiation has been completed, the WebSocket connection is established and can be used for the transport of SIP requests and responses.
    [Show full text]
  • Making the Right Signalling Choice
    Making the Right Signalling Choice Session: D1-3 Erik Linask Group Editorial Director TMC [email protected] Session Presenters • Peter Dunkley – Technical Director – Crocodile RCS Ltd • Steven Northridge – Director SDP Product Marketing Oracle • Erik Lagerway – Co-founder – Hookflash Peter Dunkley Technical Director Crocodile RCS Ltd [email protected] Signalling Options • Signalling is required to discover endpoints to communicate with • There are many options • Proprietary – RESTful – BOSH – WebSockets • Standards based – XMPP over BOSH/WebSockets – SIP over WebSockets Open standards are usually best • Promotes interoperability • Many years of development have solved most resilience and scaling problems – SIP: ~17 years of development – XMPP: ~14 years of development • Stand on the shoulders of giants • Existing server infrastructure can be reused with little or no modification • Usually many open-source options to get started with SIP has many advantages • Less complicated than most people think • The widest used, standard, session initiation protocol in the world • Many open-source SIP over WebSocket implementations, including – Servers: Asterisk, Kamailio, OverSIP, reSIProcate – Clients: jain-sip.javascript, JsSIP, QoffeeSIP, sipml5 • SDP and SIP work well together Steve Northridge Director SDP Product Marketing Oracle [email protected] WebRTC Landscape RTC becomes part of Existing communications the Web experience extended to the Web Interoperate Communications islands interoperate Signaling Options • REST
    [Show full text]
  • FRAFOS ABC SBC Handbook Release 4.5
    FRAFOS ABC SBC Handbook Release 4.5 FRAFOS GmbH November 10, 2020 Contents 1 About the ABC Session Border Controller1 1.1 How to Start?.............................................2 1.2 Credits................................................3 2 Release Notes 4 2.1 Release Notes for ABC SBC version 4.5..............................4 2.2 Release Notes for ABC Monitor version 4.5.............................5 3 Introduction 6 3.1 A Brief Introduction to History and Architecture of SIP......................6 3.2 What is a Session Border Controller (SBC)?............................9 3.3 Do You Need an SBC?........................................ 12 3.4 ABC SBC Networking Concepts.................................. 13 4 Practical Guide to the ABC SBC 19 4.1 Network Planning Guidelines.................................... 19 4.2 Planning Checklists......................................... 26 4.3 A Typical SBC Configuration Example............................... 27 5 Installing the ABC SBC 45 5.1 Types of Installations: Hardware-based, Virtualized, and Cloud-based............... 45 5.2 Hardware Requirements....................................... 45 5.3 OS Tuning.............................................. 46 5.4 Deployment Modes......................................... 46 5.5 VM Installation............................................ 47 5.6 Installation Procedure........................................ 49 5.7 Initial Configuration......................................... 51 5.8 Setting Up Web Interface Access and User Accounts.......................
    [Show full text]
  • Designing and Prototyping Webrtc and IMS Integration Using Open Source Tools
    Designing and Prototyping WebRTC and IMS Integration using Open Source Tools Submitted in fulfilment of the requirements for the degree of Master of Science of Rhodes University by Tebagano Valerie Motsumi March 2018 Acknowledgements I heard from someone that when you are pursuing a postgraduate degree, you become the product in addition to the degree itself. I can honestly say that these words ring true for me given how this research journey has stretched me in ways I never imagined possible. I learnt what it means to trust; to pursue relentlessly; to overcome and to be vulnerable enough to receive support and for that I thank Poppa God for being faithful and true to His word that indeed He will never leave me nor forsake me. A special thank you to my supervisors Dr. Mosiuoa Tsietsi and Prof. Alfredo Terzoli - Mos for the hands-on support he so selflessly gave me from beginning right up to the end and Alfredo for the oversight and financial support – words cannot express the immense gratitude I feel for you for your support throughout this journey. I want to thank my mum for her continued tender love and care during our project and for reminding me every time I faced challenges that I will always have a home. A big thank you to my sister Sega for her support, to my husband Sydney for his persistent encouragement to keep trucking and to my family and friends. If I have forgotten to thank you, please charge it to my head and not my heart. At last, it is finished.
    [Show full text]
  • Videoconference System Based on Webrtc with Access to the PSTN
    Available online at www.sciencedirect.com Electronic Notes in Theoretical Computer Science 329 (2016) 105–121 www.elsevier.com/locate/entcs Videoconference System Based on WebRTC With Access to the PSTN Alfonso Sandoval Rosas1,2 José Luis Alejos Martínez3 Mobile Computing Laboratory, Telematics Academy, Unidad Profesional Interdisciplinaria en Ingeniería y Tecnologías Avanzadas (UPIITA) Instituto Politécnico Nacional (IPN) Mexico City, Mexico Abstract The research presented in this paper introduces Rendez-Vous, which is a system oriented to provide its users with a greater communication availability through the convergence of the conventional telephony and the real-time multimedia on the web browsers. The system consists on a web application that provides a videoconference room for multiple users without having to download any additional software. For the cases in which a user with no internet connection might need to participate in a conference, it is possible to dial and answer phone calls to/from the PSTN directly on the web browser, allowing the telephonic user to interact with the others using his/her voice. The aim of the present project is to propose a unified communications system that differs from others mainly in the interaction with the telephone network directly from a web browser while having an active videoconference, allowing real-time exchange of media streams between these two technologies. The system Rendez-Vous was implemented with the use of WebRTC (Web Real-Time Communications) for the transmission of audio and video on real-time, Node.js as a web and signaling server, as well as the software Asterisk for providing telephonic access, along with jsSIP, which is a JavaScript library for implementing a SIP User Agent.
    [Show full text]
  • SIPCAPTURE @Fosdem 2016
    ESPRESSO EDITION meet #HOMER @ F O S D E M 2 0 1 6 Written by: Alexandr Dubovikov, Lorenzo Mangani HOMER Development Team http://sipcapture.org Sponsored by QXIP BV - http://qxip.net Quick Introduction to QXIP and SIPCAPTURE ABOUT US QXIP {QuickSIP} is an Dutch R&D Company specializing in Open-Source and Commercial Voice Technology Development SIPCAPTURE is an Open-Source foundation and community primarily sponsored by QXIP BV and its Founders Our flagship OSS projects is SIPCAPTURE HOMER based on our mature and open encapsulation protocol HEP/EEP Our Open-Source and Commercial solutions are deployed and trusted by thousands of Businesses worldwide. Our Customers include large telephony network operators, voice service carriers, voip service providers, cloud service providers, call center operators, voice equipment vendors and Enterprises relying on VoIP including Fortune 500 Our Capture Technologies are natively implemented in all major OSS voip platforms such as Kamailio, OpenSIPS, FreeSWITCH, Asterisk, OpenUC and many capture tools such as sipgrep, sngrep, our captagent and more. Our Github repository at http://github.com/sipcapture features all of our software and many HEP integration examples. For full details abour our projects and services please visit our website at http://qxip.net SIPCAPTURE + HOMER 100% Open Source VoIP Monitoring and Troubleshooting Tools HOMER is a robust, carrier-grade, scalable SIP Capture system and VoiP Monitoring Application offering HEP/EEP, IPIP & port mirroring/monitoring support out of the box ready to process, index & store insane amounts of signaling, logs and statistics with instant search, end-to-end analysis and drill-down capabilities for ITSPs, VoIP Providers Trunk Suppliers as well as Enterprises and Developers using SIP signaling protocol.
    [Show full text]
  • Evaluating Voice Over IP Phone Implementation on a Freescale Cortex A9 Processor Running Linux Using Open Source SIP and Webrtc
    Evaluating Voice over IP phone implementation on a freescale Cortex A9 processor running Linux using open source SIP and WebRTC Eric Sj¨ogren August 16, 2016 Master's Thesis in Computing Science, 30 credits Supervisor at CS-UmU: Thomas Hellstr¨om Examiner: Henrik Bj¨orklund Ume˚a University Department of Computing Science SE-901 87 UMEA˚ SWEDEN Abstract Voice over IP (VoIP) is a methodology that refers to the delivery of multimedia and voice sessions over an Internet connection and it provides an alternative to regular voice calls using phone lines, usually referred to as the Public Switched Telephone Network (PSTN). Web Real- Time Communication (WebRTC) is an API definition for browser-to-browser VoIP applications; the definition acts as a foundation for applications using voice, video, chat, and P2P file sharing in a browser environment without the need of either internal or external plugins. To allow WebRTC to make calls to non-WebRTC VoIP applications, a initiation protocol (which is not included in the WebRTC implementation looked at here, i.e., the one released by Google) is needed. One such protocol is the Session Initiation Protocol (SIP), which is the standard protocol used for initialising, changing and terminating interactive sessions for multimedia today; it is particularly known for its use in VoIP applications. In this thesis, we evaluate the possibility of the creation of a WebRTC implementation using SIP (this type of implementation is referred to as WebRTC-SIP) that runs on an ARM A9 processor architecture. The evaluation is split into two steps. The first step consists of analysing and performing tests of the Linux audio drivers on an ARM platform.
    [Show full text]
  • Real-Time Communication Network Architecture Design for Organizations with Webrtc Vílchez Blanco, Pedro Curs 2014-2015
    Real-Time Communication Network Architecture Design for Organizations with WebRTC Vílchez Blanco, Pedro Curs 2014-2015 Directors: MIQUEL OLIVER RIERA, VICTOR PASCUAL ÁVILA GRAU EN ENGINYERIA INFORMÀTICA Treball de Fi de Grau Real-Time Communication Network Architecture Design for Organizations with WebRTC Pedro V´ılchez TFG UPF / YEAR 2015 DIRECTOR/S OF THE TFG: Miquel Oliver, Victor Pascual DEPARTMENT: Departament de Tecnologies de la Informacio´ i les Comunicacions (DTIC) Dedicated to my family iii Acknowledgments Special thanks to Victor Pascual and Miquel Oliver for their mentorship. Thanks to Victor Oncins and Angel Elena (craem) for their feedback and help. Thanks to Daniel Pocock for its work on rtcquickstart.org. Thanks to webrtchacks.com and all its team for its useful articles. Thanks to Rachel Thalmann for revising English on certain parts of this memory. Thanks to all the people that works for the democratization of communications. Thanks for reading. Thanks for your time. v Abstract The present project introduces disrupting technology WebRTC (Web Real-Time Communication) which supports browser-to-browser applications without the need of third party plug-ins. It details how, since its release by Google in 2011, We- bRTC is evolving and changing the way communications are understood. This project also discusses how to set up real-time communications in organizations with WebRTC, specifically the use cases of video and audio calls. The organi- zation under discussion is Guifi.net and the elements analyzed are: requirements, component selection, network architecture design, implementation and demo. Resum El projecte introdueix la tecnologia disruptiva WebRTC (comunicacio´ web en temps real), que suporta aplicacions de navegador a navegador sense la neces- sitat de complements adicionals.
    [Show full text]