MiaRec. Architecture for SIPREC recording

Size: px
Start display at page:

Download "MiaRec. Architecture for SIPREC recording"

Transcription

1 Architecture for SIPREC recording

2 Table of Contents 1 Overview Architecture Third-party application integration REST API Direct access to MiaRec resources High availability and automatic failover Specification

3 1 Overview This document describes architecture of the MiaRec call recording solution for SIPREC interface. 3

4 Telnet MiaRec 2 Architecture The MiaRec call recording solution consists of multiple parts as shown in the following diagram. All these parts may be deployed on a single server in case of small size project (up to 500 concurrently recorded sessions) or distributed over multiple dedicated servers, optionally, with duplication/redundancy. Live monitoring (RTSP) Store call metadata Load configuration DATABASE (call metadata + configuration) End User SIPREC RECORDING SERVICE SOAP API Call event notification (REST API) WEB PORTAL REST API FILE STORAGE (mp3 audio files) Third-party application Recording service The Recording service captures call recordings from phone system via SIPREC interface. It decodes RTP audio data and stores audio in MP3 format on local file system or NAS/SAN. Call metadata is stored in database. The recording service loads configuration from database. Telnet CLI is used for troubleshooting purposes. SOAP API is used for retrieving of real-time information about calls recording and changing of recorder s behavior, for example, trigger on-demand recording, pause/resume recording etc. SOAP API is described in details in a separate document. Recording service supports a real-time notification of web-port about call events (call start, stop, update). RTSP protocol is used for streaming of real-time audio for live monitoring. File storage MP3 audio files are stored either locally or on a network-based storage device or a combination of a local and a network-based storage. In the latter case, the recording service stores audio files on a local disk during the active phase of the call and then automatically moves files to a networkbased storage when the call is completed. This allows to improve disk operations performance and achieve resilience in case of network failure (see chapter High Availability and automatic failover). 4

5 Database Database is used for storing call metadata and system configuration. Web portal Web portal is used for call recordings access by end-users and system configuration by administrators. Web portal also implements REST API, which may be used by third-party applications for accessing call recordings and configuring of system. 5

6 3 Third-party application integration 3.1 REST API MiaRec REST API is a single point of entry to all resources of MiaRec platform. A third-party client application communicates with MiaRec REST API to retrieve resources (for example, calls or users) and create/update/delete resources (for example, create a new user, delete call, pause/resume recording etc). The client application sends HTTP requests to MiaRec API. The HTTP response data is encoded in JSON format. Recorder Service Client Application HTTP Request HTTP Response MiaRec Web Services API Database (configuration, call history) File storage Example of request: GET Example of response: { } "user": { "id": "JohnSmith", "first_name": "John", "last_name": "Smith", group_id : Group1 } REST API is described in details in a separate document. 6

7 Telnet MiaRec 3.2 Direct access to MiaRec resources Besides REST API, MiaRec supports direct integration with third-party applications. The thirdparty application may have direct access to database, file storage and SOAP API of recording service. Such option allows tighter integration with MiaRec and better performance in some cases, like complex database search queries. At the same time, such integration option has one significant drawback: maintenance of such system is more challenging. When MiaRec database structure changes with new software release, an update of third-party application may be required too. This issue doesn t occur with REST API because the latter is relatively stable and doesn t change very often. Store call metadata Load configuration DATABASE (call metadata + configuration) MiaRec Admin UI SIPREC RECORDING SERVICE SOAP API Call event notification (REST API) WEB PORTAL Third-party application Web UI FILE STORAGE (mp3 audio files) End User SOAP API Call event notification (REST API) 7

8 4 High availability and automatic failover High availability and automatic failover for SIPREC interface is based on two technologies: 1) DNS SRV 2) MiaRec call replication Master 1 Master 2 MiaRec Recorder DB Web Storage Two-way replication MiaRec Recorder DB Web Storage BroadWorks Load-balancing and/or failover (DNS SRV based) More than 2 masters supported BroadWorks platform supports DNS SRV records for SIPREC interface. This allows building of the following configurations: Multiple recording servers and split SIPREC traffic between them (load balancing) Multiple recording servers with automatic failover from a primary server to a secondary one. A combination of above two variants. MiaRec supports automatic call replication between two or more recording servers. Audio file and call metadata is automatically uploaded to replication target server(s) upon call completion or by schedule (for example, at night). Example of DNS SRV records: # _service._proto.name. TTL class SRV priority weight port target. _sip._tcp.example.com IN SRV miarec1.example.com. _sip._tcp.example.com IN SRV miarec2.example.com. _sip._tcp.example.com IN SRV miarec3.example.com. _sip._tcp.example.com IN SRV miarec4.example.com. The first three records share a priority of 10, so the weight field s value will be used by BroadWorks to determine which recording server to contact. The sum of all three values is 100, so miarec1 will be used 40% of the time. The remaining two hosts miarec2 and miarec3 8

9 will be used for 30% of requests each. If miarec1 is unavailable, these two remaining servers will share the load equally, since they will each be selected 50% of the time. If all three servers with a priority of 10 are unavailable, the records with the next lowest priority value will be chosen, which is miarec4. This might be a machine in another physical location, presumably not vulnerable to anything that would cause the first three servers to become unavailable. Limitations: The load balancing provided by SRV records is inherently limited, since the information is essentially static. Current load of servers is not taken into account. In case of failover from one server to another, the currently active recordings on the failed server are interrupted. A new recording server will handle only new SIPREC requests. 9

10 5 Specification Supported codecs G.711 G.722 G k GSM G.729 Supported recording methods SIPREC (Broadworks, Acme) Port mirroring Cisco BiB Avaya TSAPI+DMCC Supported signaling protocols (for port mirroring) SIP H.323 MGCP Skinny Audio file compression MP3 (with configurable bitrate and quality) o 7.2MB/hour (mixed) o 14.4MB/hour (dual) WAV (uncompressed) o 57.6MB/hour (mixed) o 115.2MB/hour (dual) Audio mixing dual (each party is stored in separate audio channel of stereo file) mixed Audio quality improvements AGC (automatic gain control) PLC (packet loss concealment) Encryption AES 256-bit encryption (for audio files) RSA 2048-bit or 4096-bit (unique pair of asymmetric encryption keys per user and per tenant) PCI Compliance Audio encryption Pause/resume recording Audit log Live monitoring RTSP protocol Integration with thirdparty applications SOAP API REST API Direct access to database Supported platforms CentOS/RedHat (64-bit) Windows (32-bit, 64-bit) Database PostgreSQL

11 Web UI Apache web server Python web scripts Celery (asynchronous task queue) Redis (message broker, cache) 11

BroadSoft Partner Configuration Guide

BroadSoft Partner Configuration Guide BroadSoft Partner Configuration Guide MiaRec Call Recording System Sep 2015 Document Version 1.2 333 W. Santa Clara St, Suite 803 San Jose, CA 95133 +1.866.324.6717 WWW.MIAREC.COM BroadWorks Guide Copyright

More information

Data Collection and Analysis: Get End-to-End Security with Cisco Connected Analytics for Network Deployment

Data Collection and Analysis: Get End-to-End Security with Cisco Connected Analytics for Network Deployment White Paper Data Collection and Analysis: Get End-to-End Security with Cisco Connected Analytics for Network Deployment Cisco Connected Analytics for Network Deployment (CAND) is Cisco hosted, subscription-based

More information

Contents. Getting Set Up... 3. Contents 2

Contents. Getting Set Up... 3. Contents 2 Getting Set Up Contents 2 Contents Getting Set Up... 3 Setting up Your Firewall for Video...3 Configuring Video... 3 Exporting videos... 4 Security for Jive Video Communication... 4 Getting Set Up 3 Getting

More information

Recording & Evaluation mobile and fixed platforms for every business. Screen Recording. Integrated Management Platform. Workforce Optimization

Recording & Evaluation mobile and fixed platforms for every business. Screen Recording. Integrated Management Platform. Workforce Optimization Recording & Evaluation mobile and fixed platforms for every business Screen Recording Integrated Management Platform Workforce Optimization Quality Monitoring This page intentionally left blank MedTel

More information

AND Recorder 5.4. Overview. Benefits. Datenblatt

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

More information

MiaRec. Cisco Built-in-Bridge Recording Interface Configuration Guide. Revision 1.1 (2014-07-01)

MiaRec. Cisco Built-in-Bridge Recording Interface Configuration Guide. Revision 1.1 (2014-07-01) Cisco Built-in-Bridge Recording Interface Configuration Guide Revision 1.1 (2014-07-01) Table of Contents 1 Overview... 3 1.1 Purpose... 3 2 Architecture... 4 3 Requirements... 5 4 Identify Phones that

More information

BeBanjo Infrastructure and Security Overview

BeBanjo Infrastructure and Security Overview BeBanjo Infrastructure and Security Overview Can you trust Software-as-a-Service (SaaS) to run your business? Is your data safe in the cloud? At BeBanjo, we firmly believe that SaaS delivers great benefits

More information

Feature and Technical

Feature and Technical BlackBerry Mobile Voice System for SIP Gateways and the Avaya Aura Session Manager Version: 5.3 Feature and Technical Overview Published: 2013-06-19 SWD-20130619135120555 Contents 1 Overview...4 2 Features...5

More information

EarthLink Business SIP Trunking. NEC SV8300 IP PBX Customer Configuration Guide

EarthLink Business SIP Trunking. NEC SV8300 IP PBX Customer Configuration Guide EarthLink Business SIP Trunking NEC SV8300 IP PBX Customer Configuration Guide Publication History First Release: Version 1.0 May 18, 2012 CHANGE HISTORY Version Date Change Details Changed By 1.0 5/18/2012

More information

Powerful Management of Financial Big Data

Powerful Management of Financial Big Data Powerful Management of Financial Big Data TickSmith s solutions are the first to apply the processing power, speed, and capacity of cutting-edge Big Data technology to financial data. We combine open source

More information

Deployment Topologies

Deployment Topologies , page 1 Multinode Cluster with Unified Nodes, page 2 Clustering Considerations, page 3 Cisco Unified Communications Domain Manager 10.6(x) Redundancy and Disaster Recovery, page 4 Capacity Considerations,

More information

Crystal Live Lite. Overview. Main functions and features

Crystal Live Lite. Overview. Main functions and features Affordable Recording Solution for both Telephony Conversation and Screen Activities by Crystal Live Lite Overview Crystal Live Lite Targeted to SMB market, CIS has developed the most cost-effective recording

More information

Conformance of Avaya Aura Workforce Optimization Quality Monitoring Recording Solution with the PCI Data Security Standard

Conformance of Avaya Aura Workforce Optimization Quality Monitoring Recording Solution with the PCI Data Security Standard Conformance of Avaya Aura Workforce Optimization Quality Monitoring Recording Solution with the PCI Data Security Standard August 2014 Table of Contents Introduction... 1 PCI Data Security Standard...

More information

Mirantis OpenStack Express: Security White Paper

Mirantis OpenStack Express: Security White Paper Mirantis OpenStack Express: Security White Paper Version 1.0 2005 2014 All Rights Reserved www.mirantis.com 1 Introduction While the vast majority IT professionals are now familiar with the cost-saving

More information

Qfiniti Enterprise and VoIP for Avaya. Qfiniti Enterprise and VoIP. An etalk Technical White Paper

Qfiniti Enterprise and VoIP for Avaya. Qfiniti Enterprise and VoIP. An etalk Technical White Paper Qfiniti Enterprise and VoIP for Avaya Qfiniti Enterprise and VoIP An etalk Technical White Paper Table of Contents etalk Product Briefing...3 Integration Overview...3 VoIP Connection...4 Layer 2 Connectivity...4

More information

Need for Signaling and Call Control

Need for Signaling and Call Control Need for Signaling and Call Control VoIP Signaling In a traditional voice network, call establishment, progress, and termination are managed by interpreting and propagating signals. Transporting voice

More information

Service Level Agreement for Windows Azure operated by 21Vianet

Service Level Agreement for Windows Azure operated by 21Vianet Service Level Agreement for Windows Azure operated by 21Vianet Last updated: November 2015 1. Introduction This Service Level Agreement for Windows Azure (this SLA ) is made by 21Vianet in connection with,

More information

Apigee Gateway Specifications

Apigee Gateway Specifications Apigee Gateway Specifications Logging and Auditing Data Selection Request/response messages HTTP headers Simple Object Access Protocol (SOAP) headers Custom fragment selection via XPath Data Handling Encryption

More information

StreamServe Persuasion SP5 StreamStudio

StreamServe Persuasion SP5 StreamStudio StreamServe Persuasion SP5 StreamStudio Administrator s Guide Rev B StreamServe Persuasion SP5 StreamStudio Administrator s Guide Rev B OPEN TEXT CORPORATION ALL RIGHTS RESERVED United States and other

More information

Network setup and troubleshooting

Network setup and troubleshooting ACTi Knowledge Base Category: Troubleshooting Note Sub-category: Network Model: All Firmware: All Software: NVR Author: Jane.Chen Published: 2009/12/21 Reviewed: 2010/10/11 Network setup and troubleshooting

More information

IP PBX using SIP. Voice over Internet Protocol

IP PBX using SIP. Voice over Internet Protocol IP PBX using SIP Voice over Internet Protocol Key Components for an IP PBX setup Wireless/Fiber IP Networks (Point to point/multi point, LAN/WAN/Internet) Central or Multicast SIP Proxy/Server based Virtual

More information

CNS-208 Citrix NetScaler 10 Essentials for ACE Migration

CNS-208 Citrix NetScaler 10 Essentials for ACE Migration KURSBESCHREIBUNG CNS-208 Citrix NetScaler 10 Essentials for ACE Migration The objective of the Citrix NetScaler 10 Essentials for ACE Migration course is to provide the foundational concepts and advanced

More information

How To Encrypt Data On A Network With Cisco Storage Media Encryption (Sme) For Disk And Tape (Smine)

How To Encrypt Data On A Network With Cisco Storage Media Encryption (Sme) For Disk And Tape (Smine) Data Sheet Cisco Storage Media Encryption for Disk and Tape Product Overview Cisco Storage Media Encryption (SME) protects data at rest on heterogeneous tape drives, virtual tape libraries (VTLs), and

More information

LifeSize Transit Deployment Guide June 2011

LifeSize Transit Deployment Guide June 2011 LifeSize Transit Deployment Guide June 2011 LifeSize Tranist Server LifeSize Transit Client LifeSize Transit Deployment Guide 2 Firewall and NAT Traversal with LifeSize Transit Firewalls and Network Address

More information

This presentation covers virtual application shared services supplied with IBM Workload Deployer version 3.1.

This presentation covers virtual application shared services supplied with IBM Workload Deployer version 3.1. This presentation covers virtual application shared services supplied with IBM Workload Deployer version 3.1. WD31_VirtualApplicationSharedServices.ppt Page 1 of 29 This presentation covers the shared

More information

FileMaker Server 14. Custom Web Publishing Guide

FileMaker Server 14. Custom Web Publishing Guide FileMaker Server 14 Custom Web Publishing Guide 2004 2015 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and FileMaker Go are trademarks

More information

MiaRec. Cisco Built-in-Bridge Recording Interface Configuration Guide. Revision 1.2 (2015-10-06)

MiaRec. Cisco Built-in-Bridge Recording Interface Configuration Guide. Revision 1.2 (2015-10-06) Cisco Built-in-Bridge Recording Interface Configuration Guide Revision 1.2 (2015-10-06) Table of Contents 1 Overview... 3 1.1 Purpose... 3 2 Architecture... 4 3 Requirements... 5 4 Identify Phones that

More information

w h i t e p a p e r The Sytel Path to Non-Stop Productivity

w h i t e p a p e r The Sytel Path to Non-Stop Productivity The Sytel Path to Non-Stop Productivity A white paper that focuses on high availability deployment of the core services within Softdial Contact Center Version 1.4 Sytel Limited Dec 2011 All rights reserved.

More information

Cisco Enterprise Content Delivery System (ECDS)

Cisco Enterprise Content Delivery System (ECDS) Solution Overview Cisco Enterprise Content Delivery System (ECDS) Solution Overview As the demand for enterprise video technologies increases, organizations are facing more demands on their network capacity

More information

CISCO UNIFIED COMMUNICATIONS MANAGER

CISCO UNIFIED COMMUNICATIONS MANAGER CISCO UNIFIED COMMUNICATIONS MANAGER V10 UPDATED TOPICS LOCAL ROUTE GROUP ENHANCEMENT Multiple Local Route Groups can be associated with Route Groups for Emergency Dialing. In releases 8 and 9, administrators

More information

Binonymizer A Two-Way Web-Browsing Anonymizer

Binonymizer A Two-Way Web-Browsing Anonymizer Binonymizer A Two-Way Web-Browsing Anonymizer Tim Wellhausen Gerrit Imsieke (Tim.Wellhausen, Gerrit.Imsieke)@GfM-AG.de 12 August 1999 Abstract This paper presents a method that enables Web users to surf

More information

Configuring Security Features of Session Recording

Configuring Security Features of Session Recording Configuring Security Features of Session Recording Summary This article provides information about the security features of Citrix Session Recording and outlines the process of configuring Session Recording

More information

for Lync Interaction Recording

for Lync Interaction Recording for Lync Interaction Recording Who is Numonix Our Company Numonix is an innovator in the development of interaction recording and quality management solutions. Our systems are deployed globally in contact

More information

Serving Media with NGINX Plus

Serving Media with NGINX Plus Serving Media with NGINX Plus Published June 11, 2015 NGINX, Inc. Table of Contents 3 About NGINX Plus 3 Using this Guide 4 Prerequisites and System Requirements 5 Serving Media with NGINX Plus 9 NGINX

More information

LifeSize UVC Multipoint Deployment Guide

LifeSize UVC Multipoint Deployment Guide LifeSize UVC Multipoint Deployment Guide May 2014 LifeSize UVC Multipoint Deployment Guide 2 LifeSize UVC Multipoint LifeSize UVC Multipoint is a software MCU optimized for conferences that mix high definition

More information

OrecX Oreka Total Recorder Application Notes

OrecX Oreka Total Recorder Application Notes NetVanta Unified Communications Technical Note OrecX Oreka Total Recorder Application Notes Introduction OrecX (www.orecx.com) Oreka Total Recorder (TR) is a call recording application designed to work

More information

FileMaker Server 13. Custom Web Publishing with XML

FileMaker Server 13. Custom Web Publishing with XML FileMaker Server 13 Custom Web Publishing with XML 2004 2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks

More information

District of Columbia Courts Attachment 1 Video Conference Bridge Infrastructure Equipment Performance Specification

District of Columbia Courts Attachment 1 Video Conference Bridge Infrastructure Equipment Performance Specification 1.1 Multipoint Control Unit (MCU) A. The MCU shall be capable of supporting (20) continuous presence HD Video Ports at 720P/30Hz resolution and (40) continuous presence ports at 480P/30Hz resolution. B.

More information

FileMaker Server 15. Custom Web Publishing Guide

FileMaker Server 15. Custom Web Publishing Guide FileMaker Server 15 Custom Web Publishing Guide 2004 2016 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and FileMaker Go are trademarks

More information

System Services. Engagent System Services 2.06

System Services. Engagent System Services 2.06 System Services Engagent System Services 2.06 Overview Engagent System Services constitutes the central module in Engagent Software s product strategy. It is the glue both on an application level and on

More information

Easy-to-Use Easy-to-Install Easy on the Budget

Easy-to-Use Easy-to-Install Easy on the Budget orecx.com OrecX Call Recording The issue is simple: You want to comply with regulatory requirements and improve customer service by recording and retrieving phone calls. You don t want to disrupt operations,

More information

Explain how to prepare the hardware and other resources necessary to install SQL Server. Install SQL Server. Manage and configure SQL Server.

Explain how to prepare the hardware and other resources necessary to install SQL Server. Install SQL Server. Manage and configure SQL Server. Course 6231A: Maintaining a Microsoft SQL Server 2008 Database About this Course Elements of this syllabus are subject to change. This five-day instructor-led course provides students with the knowledge

More information

nexvortex SIP Trunking Implementation & Planning Guide V1.5

nexvortex SIP Trunking Implementation & Planning Guide V1.5 nexvortex SIP Trunking Implementation & Planning Guide V1.5 510 S PRING S TREET H ERNDON VA 20170 +1 855.639.8888 Introduction Welcome to nexvortex! This document is intended for nexvortex Customers and

More information

Global Network. Whitepaper. September 2014. Page 1 of 9

Global Network. Whitepaper. September 2014. Page 1 of 9 Global Network Whitepaper September 2014 Page 1 of 9 Contents 1. Overview...2 2. Global Connectivity, Quality of Service and Reliability...2 2.1 Exceptional Quality...3 2.2 Resilience and Reliability...3

More information

Crystal Live. Overview. Interaction Recording and Monitoring Solution to Data Mining and Performance Management

Crystal Live. Overview. Interaction Recording and Monitoring Solution to Data Mining and Performance Management Crystal Live Interaction Recording and Monitoring Solution to Data Mining and Performance Management Overview Customer interactions can always be the most important tool for evidence collection, service

More information

EarthLink Business SIP Trunking. ININ IC3 IP PBX Customer Configuration Guide

EarthLink Business SIP Trunking. ININ IC3 IP PBX Customer Configuration Guide EarthLink Business SIP Trunking ININ IC3 IP PBX Customer Configuration Guide Publication History First Release: Version 1.0 August 30, 2011 CHANGE HISTORY Version Date Change Details Changed By 1.0 8/30/2011

More information

Application Note Multiple SIParator Distribution

Application Note Multiple SIParator Distribution Application Note Multiple SIParator Distribution 26 May 2008 Multiple SIParator Distribution Table of Contents 1 MULTIPLE INGATE SIPARATOR SOLUTION... 1 2 WHAT IS DNS SRV?... 1 2.1 LOAD BALANCING WITH

More information

Cisco Unified Workforce Optimization for Cisco Unified Contact Center Express 10.5

Cisco Unified Workforce Optimization for Cisco Unified Contact Center Express 10.5 Data Sheet Cisco Unified Workforce Optimization for Cisco Unified Contact Center Express 10.5 Product Overview For many businesses, the contact center is a strategic connection point with customers. Each

More information

Cisco TelePresence MCU MSE 8510

Cisco TelePresence MCU MSE 8510 Data Sheet Cisco TelePresence MCU MSE 8510 Product Overview Figure 1. Cisco TelePresence MCU MSE 8510 The Cisco TelePresence MCU MSE 8510 blade is the industry s leading chassis-based, high-definition

More information

An Introduction to VoIP Protocols

An Introduction to VoIP Protocols An Introduction to VoIP Protocols www.netqos.com Voice over IP (VoIP) offers the vision of a converged network carrying multiple types of traffic (voice, video, and data, to name a few). To carry out this

More information

Disaster Recovery White Paper

Disaster Recovery White Paper Introduction Remote access plays a critical role in successfully executing a business recovery plan both in terms of providing access for existing remote users and accommodating the potential increase

More information

VoIP Bandwidth Considerations - design decisions

VoIP Bandwidth Considerations - design decisions VoIP Bandwidth Considerations - design decisions When calculating the bandwidth requirements for a VoIP implementation the two main protocols are: a signalling protocol such as SIP, H.323, SCCP, IAX or

More information

Fragmented MPEG-4 Technology Overview

Fragmented MPEG-4 Technology Overview Fragmented MPEG-4 Technology Overview www.mobitv.com 6425 Christie Ave., 5 th Floor Emeryville, CA 94607 510.GET.MOBI HIGHLIGHTS Mobile video traffic is increasing exponentially. Video-capable tablets

More information

Building and Deploying Enterprise M2M Applications with Axeda Platform

Building and Deploying Enterprise M2M Applications with Axeda Platform w h i t e p a p e r Building and Deploying Enterprise M2M Applications with Axeda Platform According to Harbor Research, there are billions of wired and wireless intelligent assets around the globe that

More information

EarthLink Business SIP Trunking. Switchvox SMB 5.5 & Adtran SIP Proxy Implementation Guide

EarthLink Business SIP Trunking. Switchvox SMB 5.5 & Adtran SIP Proxy Implementation Guide EarthLink Business SIP Trunking Switchvox SMB 5.5 & Adtran SIP Proxy Implementation Guide Publication History First Release: Version 1.0 April 20, 2012 CHANGE HISTORY Version Date Change Details Changed

More information

Investor Newsletter. Storage Made Easy Cloud Appliance High Availability Options WHAT IS THE CLOUD APPLIANCE?

Investor Newsletter. Storage Made Easy Cloud Appliance High Availability Options WHAT IS THE CLOUD APPLIANCE? Investor Newsletter Storage Made Easy Cloud Appliance High Availability Options WHAT IS THE CLOUD APPLIANCE? The SME Cloud Appliance is a software platform that enables companies to enhance their existing

More information

Cisco Active Network Abstraction Gateway High Availability Solution

Cisco Active Network Abstraction Gateway High Availability Solution . Cisco Active Network Abstraction Gateway High Availability Solution White Paper This white paper describes the Cisco Active Network Abstraction (ANA) Gateway High Availability solution developed and

More information

EarthLink Business SIP Trunking. Toshiba IPedge Customer Configuration Guide

EarthLink Business SIP Trunking. Toshiba IPedge Customer Configuration Guide EarthLink Business SIP Trunking Toshiba IPedge Customer Configuration Guide Publication History First Release: Version 1.0 August 30, 2011 CHANGE HISTORY Version Date Change Details Changed By 1.0 8/30/2011

More information

AV@ANZA Formación en Tecnologías Avanzadas

AV@ANZA Formación en Tecnologías Avanzadas DESIGNING CISCO DATA CENTER APPLICATION SERVICES (CI-DCASD) Temario This is an instructor-led, lecture/lab course. You will learn how to deploy and configure intelligent network services using the Cisco

More information

How To. Instreamer to Exstreamer connection. Project Name: Document Type: Document Revision: Instreamer to Exstreamer connection. How To 1.

How To. Instreamer to Exstreamer connection. Project Name: Document Type: Document Revision: Instreamer to Exstreamer connection. How To 1. Instreamer to Exstreamer connection Project Name: Document Type: Document Revision: Instreamer to Exstreamer connection 1.11 Date: 06.03.2013 2013 Barix AG, all rights reserved. All information is subject

More information

Networking Topology For Your System

Networking Topology For Your System This chapter describes the different networking topologies supported for this product, including the advantages and disadvantages of each. Select the one that best meets your needs and your network deployment.

More information

FileMaker Server 13. Custom Web Publishing with PHP

FileMaker Server 13. Custom Web Publishing with PHP FileMaker Server 13 Custom Web Publishing with PHP 2007 2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks

More information

Maintaining a Microsoft SQL Server 2008 Database

Maintaining a Microsoft SQL Server 2008 Database Maintaining a Microsoft SQL Server 2008 Database Course 6231A: Five days; Instructor-Led Introduction Elements of this syllabus are subject to change. This five-day instructor-led course provides students

More information

Using DNS SRV to Provide High Availability Scenarios

Using DNS SRV to Provide High Availability Scenarios AN-SBC-100 Sangoma Session Border Controllers Using DNS SRV to Provide High Availability Scenarios Contents 1. Sangoma Session Border Controllers - High Availability Solution...1 2. What is DNS SRV?...1

More information

Network Simulation Traffic, Paths and Impairment

Network Simulation Traffic, Paths and Impairment Network Simulation Traffic, Paths and Impairment Summary Network simulation software and hardware appliances can emulate networks and network hardware. Wide Area Network (WAN) emulation, by simulating

More information

SIP Trunking Quick Reference Document

SIP Trunking Quick Reference Document SIP Trunking Quick Reference Document Publication Information SAMSUNG TELECOMMUNICATIONS AMERICA reserves the right without prior notice to revise information in this publication for any reason. SAMSUNG

More information

Palladion Enterprise SOLUTION BRIEF. Overview

Palladion Enterprise SOLUTION BRIEF. Overview is a real-time, end-to-end service monitoring, troubleshooting and analytics solution that provides unprecedented insight into VoIP and Unified Communications (UC) networks. Palladion allows enterprises

More information

Web Analytics Understand your web visitors without web logs or page tags and keep all your data inside your firewall.

Web Analytics Understand your web visitors without web logs or page tags and keep all your data inside your firewall. Web Analytics Understand your web visitors without web logs or page tags and keep all your data inside your firewall. 5401 Butler Street, Suite 200 Pittsburgh, PA 15201 +1 (412) 408 3167 www.metronomelabs.com

More information

Creating Web Farms with Linux (Linux High Availability and Scalability)

Creating Web Farms with Linux (Linux High Availability and Scalability) Creating Web Farms with Linux (Linux High Availability and Scalability) Horms (Simon Horman) horms@verge.net.au December 2001 For Presentation in Tokyo, Japan http://verge.net.au/linux/has/ http://ultramonkey.org/

More information

Cisco TelePresence MCU 4500 Series

Cisco TelePresence MCU 4500 Series Data Sheet Cisco TelePresence MCU 4500 Series Figure 1. Cisco TelePresence MCU 4500 Series Product Overview The Cisco TelePresence MCU 4500 Series is the industry s leading full high-definition multimedia

More information

Zeenov Agora High Level Architecture

Zeenov Agora High Level Architecture Zeenov Agora High Level Architecture 1 Major Components i) Zeenov Agora Signaling Server Zeenov Agora Signaling Server is a web server capable of handling HTTP/HTTPS requests from Zeenov Agora web clients

More information

Identikey Server Performance and Deployment Guide 3.1

Identikey Server Performance and Deployment Guide 3.1 Identikey Server Performance and Deployment Guide 3.1 Disclaimer of Warranties and Limitations of Liabilities Disclaimer of Warranties and Limitations of Liabilities The Product is provided on an 'as is'

More information

Crystal Innovation Solution 16 Moshe Shapira St., Rishon Le-Zion, 75704, Israel www.crystalrs.com. Crystal Gears

Crystal Innovation Solution 16 Moshe Shapira St., Rishon Le-Zion, 75704, Israel www.crystalrs.com. Crystal Gears Crystal Gears Why Crystal Gears - product Overview To ensure compliance with increased strict regulations, customer service quality, employee productivity, sales Verification and business intelligence,

More information

EarthLink Business SIP Trunking. NEC SV8100 IP PBX Customer Configuration Guide

EarthLink Business SIP Trunking. NEC SV8100 IP PBX Customer Configuration Guide EarthLink Business SIP Trunking NEC SV8100 IP PBX Customer Configuration Guide Publication History First Release: Version 1.0 August 30, 2011 CHANGE HISTORY Version Date Change Details Changed By 1.0 8/30/2011

More information

Parallels Business Automation 4.3

Parallels Business Automation 4.3 Parallels Parallels Business Automation 4.3 Advanced Security Configuration Guide Revision 1.0.04 (c) 1999-2008 ISBN: N/A Parallels 660 SW 39th Street Suite 205 Renton, Washington 98057 USA Phone: +1 (425)

More information

Secure VidyoConferencing SM TECHNICAL NOTE. Protecting your communications. www.vidyo.com 1.866.99.VIDYO

Secure VidyoConferencing SM TECHNICAL NOTE. Protecting your communications. www.vidyo.com 1.866.99.VIDYO TECHNICAL NOTE Secure VidyoConferencing SM Protecting your communications 2012 Vidyo, Inc. All rights reserved. Vidyo, VidyoTechnology, VidyoConferencing, VidyoLine, VidyoRouter, VidyoPortal,, VidyoRouter,

More information

Interwise Connect. Working with Reverse Proxy Version 7.x

Interwise Connect. Working with Reverse Proxy Version 7.x Working with Reverse Proxy Version 7.x Table of Contents BACKGROUND...3 Single Sign On (SSO)... 3 Interwise Connect... 3 INTERWISE CONNECT WORKING WITH REVERSE PROXY...4 Architecture... 4 Interwise Web

More information

Receiving the IP packets Decoding of the packets Digital-to-analog conversion which reproduces the original voice stream

Receiving the IP packets Decoding of the packets Digital-to-analog conversion which reproduces the original voice stream Article VoIP Introduction Internet telephony refers to communications services voice, fax, SMS, and/or voice-messaging applications that are transported via the internet, rather than the public switched

More information

This presentation provides an overview of the architecture of the IBM Workload Deployer product.

This presentation provides an overview of the architecture of the IBM Workload Deployer product. This presentation provides an overview of the architecture of the IBM Workload Deployer product. Page 1 of 17 This presentation starts with an overview of the appliance components and then provides more

More information

MarkLogic Server. Database Replication Guide. MarkLogic 8 February, 2015. Copyright 2015 MarkLogic Corporation. All rights reserved.

MarkLogic Server. Database Replication Guide. MarkLogic 8 February, 2015. Copyright 2015 MarkLogic Corporation. All rights reserved. Database Replication Guide 1 MarkLogic 8 February, 2015 Last Revised: 8.0-1, February, 2015 Copyright 2015 MarkLogic Corporation. All rights reserved. Table of Contents Table of Contents Database Replication

More information

Who is Watching You? Video Conferencing Security

Who is Watching You? Video Conferencing Security Who is Watching You? Video Conferencing Security Navid Jam Member of Technical Staff March 1, 2007 SAND# 2007-1115C Computer and Network Security Security Systems and Technology Video Conference and Collaborative

More information

Implementing a Microsoft SQL Server 2005 Database

Implementing a Microsoft SQL Server 2005 Database This class combines two courses into one 5-day class. 2779 (3-day) & 2780 (2-day) Implementing a Microsoft SQL Server 2005 Database Course 2779: Three days; Instructor-Led Introduction This three-day instructor-led

More information

SECURITY DOCUMENT. BetterTranslationTechnology

SECURITY DOCUMENT. BetterTranslationTechnology SECURITY DOCUMENT BetterTranslationTechnology XTM Security Document Documentation for XTM Version 6.2 Published by XTM International Ltd. Copyright XTM International Ltd. All rights reserved. No part of

More information

BigConnect v1.x. Software Guide 009-1525-00

BigConnect v1.x. Software Guide 009-1525-00 BigConnect v1.x Software Guide 009-1525-00 Contents Overview...3 Installation...3 Launch BigConnect...7 Minimize BigConnect...7 Exit BigConnect...7 BigConnect Home Page...8 Call Management...11 Make a

More information

NET ACCESS VOICE PRIVATE CLOUD

NET ACCESS VOICE PRIVATE CLOUD Page 0 2015 SOLUTION BRIEF NET ACCESS VOICE PRIVATE CLOUD A Cloud and Connectivity Solution for Hosted Voice Applications NET ACCESS LLC 9 Wing Drive Cedar Knolls, NJ 07927 www.nac.net Page 1 Table of

More information

Cisco Wide Area Application Services Optimizes Application Delivery from the Cloud

Cisco Wide Area Application Services Optimizes Application Delivery from the Cloud Cisco Wide Area Application Services Optimizes Application Delivery from the Cloud What You Will Learn The adoption of cloud-based computing and applications promises to improve the agility, efficiency,

More information

VoIP and IP Telephony

VoIP and IP Telephony VoIP and IP Telephony Reach Out and Ping Someone ISAC Spring School 2006 21 March 2006 Anthony Kava, Sr. Network Admin Pottawattamie County IT Definition VoIP Voice over Internet Protocol Voice Transport

More information

Industrial Network Security and Connectivity. Tunneling Process Data Securely Through Firewalls. A Solution To OPC - DCOM Connectivity

Industrial Network Security and Connectivity. Tunneling Process Data Securely Through Firewalls. A Solution To OPC - DCOM Connectivity Industrial Network Security and Connectivity Tunneling Process Data Securely Through Firewalls A Solution To OPC - DCOM Connectivity Manufacturing companies have invested billions of dollars in industrial

More information

An Oracle White Paper July 2013. Palladion Enterprise: Real-Time Voice over Internet Protocol Monitoring and Troubleshooting

An Oracle White Paper July 2013. Palladion Enterprise: Real-Time Voice over Internet Protocol Monitoring and Troubleshooting An Oracle White Paper July 2013 Palladion Enterprise: Real-Time Voice over Internet Protocol Monitoring and Troubleshooting Introduction... 1 Overview... 2 Key Functions and Features... 2 Proactive Monitoring...

More information

CallRecorder Administrator's Guide

CallRecorder Administrator's Guide CallRecorder Administrator's Guide Copyright 2005-2011 RAI Software SRL, Bucharest, Romania www.raisoftware.ro Table of Contents 1. INTRODUCTION...5 1.1.PRODUCT OVERVIEW...5 1.2.FEATURES AND BENEFITS...5

More information

General Pipeline System Setup Information

General Pipeline System Setup Information Product Sheet General Pipeline Information Because of Pipeline s unique network attached architecture it is important to understand each component of a Pipeline system in order to create a system that

More information

CTX OVERVIEW. Ucentrik CTX

CTX OVERVIEW. Ucentrik CTX CTX FACT SHEET CTX OVERVIEW CTX SDK API enables Independent Developers, VAR s & Systems Integrators and Enterprise Developer Teams to freely and openly integrate real-time audio, video and collaboration

More information

ilinc Web Conferencing

ilinc Web Conferencing system architecture overview introduction ilinc is a suite of Web conferencing products designed to allow participants to interact and collaborate online in a number of different types of sessions, including

More information

Course. Overview. Length: 5 Day(s) Published: English. IT Professionals. Level: Type: Method: Delivery. Enroll now (CAL)

Course. Overview. Length: 5 Day(s) Published: English. IT Professionals. Level: Type: Method: Delivery. Enroll now (CAL) Maintaining a Microsoft SQL Server 2008 Database Course 6231A: 5 days; Instructor-Led Length: Published: Language(s): Audience(s): Level: Technology: Type: 5 Day(s) December 09, 2008 (in development) English

More information

From Telephone Nuremberg

From Telephone Nuremberg Release Letter Product: H.264 Firmware for CPP5 encoder Version: Firmware 5.70.0028 This letter contains latest information about the above mentioned product. 1 General This firmware is a maintenance release

More information

Hardware Features Voicemail message waiting indicator light Voicemail message retrieval button Volume control Redial Button Flash Button Standard

Hardware Features Voicemail message waiting indicator light Voicemail message retrieval button Volume control Redial Button Flash Button Standard Hardware Features Voicemail message waiting indicator light Voicemail message retrieval button Volume control Redial Button Flash Button Standard 12-button dialing pad High-quality handset One Ethernet

More information

SIP Proxy. SIP Proxy. Bicom SYSTEMS. SIP Proxy... Advanced Simplicity

SIP Proxy. SIP Proxy. Bicom SYSTEMS. SIP Proxy... Advanced Simplicity Session border controller solution offering high performance, security and SIP compliance connectivity. 1 DIAGRAM : Registration SIP Client registration for all users (, Business, Hosted PBXware and Wholesale)

More information

Cisco TelePresence MCU MSE 8420

Cisco TelePresence MCU MSE 8420 Data Sheet Cisco TelePresence MCU MSE 8420 Figure 1. Cisco TelePresence MCU MSE 8420 Product Overview The Cisco TelePresence MCU MSE 8420 is the industry s leading chassis-based, standard-definition (SD),

More information