conaito VoIP EVO SDK A simple way to VoIP-enable your applications and Websites.

Size: px
Start display at page:

Download "conaito VoIP EVO SDK A simple way to VoIP-enable your applications and Websites."

Transcription

1 conaito VoIP EVO SDK A simple way to VoIP-enable your applications and Websites. Software Product: conaito VoIP EVO SDK Enterprise/Secure Edition Author: conaito Technologies Web: support@conaito.com conaito VoIP EVO SDK for VoIP conferencing The conaito VoIP EVO SDK contains a high performance VoIP conferencing client capable of delivering crystal clear sound even for both low and high-bandwidth users. Conaito VoIP EVO users are arranged in a tree-structure where each node is a room/channel where users can talk, send instant messages and share files. More than 40 users can be in each room/channel and participate in a conference while resource usage, both memory-wise and CPU-wise, is still kept at an acceptable level for gaming and other types of resource intensive tasks. What s new in Enterprise Edition - Version 3.0 The most important new feature is the ability for the admin to record conversations to files. The admin can now also stream.wav files to clients. Volume levels can now be controlled by AGC (automatic gain control) so all users have the same audio level. Switched to Unicode clients Improved AGC (auto gain controller) to ensure all users have the same volume level Record VoIP conferences to WAV and MP3 Admin can store all conversations to disk (wav or mp3) Play (Stream) WAV to conferences (for IVR solutions) Added ability to do stereo playback Ignore audio, private text messages and channel text messages Fully updated examples with source code Phased out the OCX (but still available as v2.2) Here is a list of the main features of the conaito VoIP EVO SDK Enterprise/ Secure Edition: VoIP conferencing with crystal clear sound even for both low and high-bandwidth users (Speex Codec) Full Duplex - VoIP conferencing solution (multi-user conferences) Comes with Windows as well Linux server (running as service). Work with DirectSound as well with Windows Audio. Remote console server administration (e.g. use telnet to control the server) Administrator EVO Server API (VoIP EVO Admin COM control) - 2 SDK versions (VoIP EVO Client SDK and VoIP EVO Admin SDK) are available. Record conferences to WAV and MP3 - Voice conferencing recording (*.wav and *.mp3 format) Cryptography (SSL for TCP data transmission and BLOW FISH for UDP data transmission) is used for Encryption/Decryption (only by Secure Edition). Arrange users in rooms/channels with topics and passwords. Full rooms/channels control including protection. User status control (participant available, away) including status messages. Get user talking function - Check whether a user is talking. Private and public instant text messaging. Broadcast server messages - sending text messages from server to all connected users. Channel Messages as well Message of the Day support. File Transfer - Share files among users in the same channel. Ban/ Un-Ban/ Kick Clients as well as set Client connection number limits.

2 Set Clients to Operator or Administrator for different rights. Listing of participants and rooms/channels. Push-to-talk (set Keyboard shortcuts) to enable voice transmission. VAD (Voice Activity Detection) to enable voice transmission. Denoising - Noise reduction of outgoing audio AGC (auto gain controller) - gaining of outgoing audio by set the voice gain level. Position users using 3D sound. Microphone and Speaker Volume with Mute support. Microphone and Speaker Visualization support Individual volume for each user including Mute all. Mic Boost - more Microphone sensitivity 8 KHz, 16 KHz and 32 KHz voice recording each with multiple voice quality levels. Throughput between approx. 600 to 6000 bytes/sec. depending on voice quality. Packet loss resistant. Build-In Auto Voice Lag Controller Bound Data Control (Data flow control) NAT (Router) & Firewall friendly Works with all kinds of Internet connections Royalty free licensing No Yearly/Monthly fee Very easy to incorporate Comes with VoIP EVO Live Demo (Client and Admin) to demonstrate all the features A new conaito VoIP EVO Client Web-based example demonstration is included and much more! Having the above features available makes it simple to develop any type of VoIP-enabled application, like e.g. a teaching tool, live support, chat, meeting tool, a multiplayer game or any other type of application which requires users being able to talk, type messages and send files to each other. For conaito VoIP EVO clients to be able to interact with each other they must connect to a conaito VoIP EVO server which keeps track of where users are located and forwards voice-data packets between clients. The conaito VoIP EVO server is able to serve 1000 simultaneous clients and can be hosted in both LAN and internet environments. Technical walkthrough of conaito VoIP EVO conferencing The conaito VoIP EVO client is a network enabled application which requires a conaito VoIP EVO server to connect to in order to interact with other users. The conaito VoIP EVO server's tasks are very simple in the sense that all it does is keep track of where users are located and forward the voice-data it receives from a user to other users in the same conference. Client/server interaction A conaito VoIP EVO client connects to a server by first opening a TCP connection (typically to port 10300) and afterwards sends a UDP "hello" packet (typically to port 10301) to the server. The TCP connection is used for handling all "administrative" commands like joining and leaving channels whereas the UDP connection is only used for handling voice-data. All administrative commands sent on the TCP connection are human readable and it's fairly simple to interact with a conaito VoIP EVO server using e.g. Telnet in a Linux-shell or Windows command-prompt. The conaito VoIP EVO SDK contains a list of all the administrative commands which can be issued to the server. Server limitations Since each client requires a TCP connection the server it is, besides bandwidth, limited to a maximum of 1000 concurrent clients. This limitation is, however, very theoretical and to ensure proper

3 performance a conaito VoIP EVO server generally shouldn't have more than 500 active connections (500 connected users). Voice-data transmission Voice-data recorded by a conaito VoIP EVO client is transmitted to users in the same conference by sending the voice-data to the conaito VoIP EVO server which then forwards the voice-data to the other users. By having the server forward the voice-data takes the load of the clients so each client doesn't have to send its voice-data packet to every other user in the same conference. Since voice-data is simply forwarded by the conaito VoIP EVO server, a client can receive voice-data from multiple users at the same time. This increases the load on the client's download bandwidth but since a conference typically only have one speaker it's not a big issue and today's ADSL and cable internet users typically have higher download than upload speed. Given this information it's possible to calculate the bandwidth required for the server to host, say a 12 user conference. If one user is talking and uses a 2 KBytes/sec voice quality the server must transmit (12-1) * 2 KBytes/sec = 22 KBytes/sec. If three users are talking it's 3 * 22 KBytes/sec = 66 KBytes/sec in bandwidth usage on the server. For each "non-talking" client participating in this conference where three people are talking they must have a downstream of at least 3 * 2 KBytes/sec = 6 KBytes/sec. Integrating the conaito VoIP EVO VoIP client The conaito VoIP EVO client is available as a Win32 DLL with a C-interface, a Win32 COM control and a Win32 OCX. All client implementations provide pretty much the same interface only with minor differences in the naming of functions. Visual Basic and.net users will probably be most comfortable with the COM control whereas C++ developers are most likely to prefer the C-interface DLL. The DLL, however, requires thorough knowledge of HWND and Win32 message passing (PostMessage, SendMessage and GetMessage). Security The licensed conaito VoIP EVO Enterprise SDK is available in both an encrypted (Secure Edition) and an unencrypted (Enterprise Edition) version. For most applications the unencrypted (Enterprise Edition) version provides enough security in the way that a server and the channels on a server can be passwordprotected so unauthorized users are denied access. If, however, it is also important that the data being transmitted between clients and the server then it is necessary to use the encrypted (Secure Edition) version of the SDK which uses SSL encryption for TCP data transmission and Blowfish encryption for UDP data transmission. The API exposed by the VoIP clients and EVO Server API in both the encrypted (Secure Edition) and unencrypted (Enterprise Edition) SDK are exactly the same. Development environment The conaito VoIP EVO SDK provides the documentation, samples and related libraries you need to integrate with other applications or systems. Conaito VoIP EVO SDK also includes a Win32 DLL with a C-interface, a Win32 COM control and a Win32 OCX that can be used from any programming language like C++, Visual Basic, Delphi, ASP, JSP, PHP, JavaScript, VBScript, etc. The contents of conaito VoIP EVO SDK and the supported development environments include all of the necessary software components for building systems based on conaito VoIP EVO SDK including documented operational software applications, examples (with source code), explanations as well as necessary service programs, libraries and components. The supported development environments include:

4 Visual Basic.NET Visual C++.NET Visual C#.NET ASP.NET ASP, JSP, PHP JavaScript/HTML Visual Basic Visual C++ Borland Delphi and all development environments with Win32 DLL with a C-interface, a Win32 COM control and a Win32 OCX support Server system requirements: Operating system: Windows, Linux Licensing the conaito VoIP EVO SDK The conaito VoIP EVO Enterprise SDK and Secure Edition is available as a trial version which expires after 30 days. Licensing Overview Single Product/Service based Licensing Support and Maintenance Unlimited Redistribution/Royalty Free License Our support team welcomes the opportunity to answer any questions you may have. Single Product/Service based Licensing We provide a 'Single License' to 'Single Service/Product'. You are limited to use the Single License under your Single Service or Product. So, if you have two different Products/Services, then you would have to buy two license keys. But you are free to use a single license for as many copies of the product/ service for which you have purchased the License Key. The exclusive selling of the conaito VoIP EVO Enterprise SDK and Secure Edition without it being integrated into product/service is not permitted. Here you can find more Information about our reseller program. Support and Maintenance The Support and Maintenance subscription provides you with and VoIP technical support for all of our products. In addition your subscription provides all new product releases and updates while your subscription is active. The conaito VoIP EVO Enterprise SDK and Secure Edition can be purchased with either a without, 30 days, 6 months, 1 year, 2 years or Lifetime of support and maintenance subscription. If your support and maintenance agreement has expired it can be renewed by purchasing a "Subscription Renewal" within 30 days after expiration. Unlimited Redistribution/ Royalty Free License and other Fees

5 You are free to redistribute, as many conaito VoIP EVO Enterprise SDK and Secure Edition incorporated copies of your product or service. conaito Technologies provides royalty free licensing, you don't have to pay any fee or royalty to redistribute your products or services which incorporate conaito VoIP EVO Components. We do not charge any yearly or monthly fee. Further information can be found in our license agreement or in the download section. Pricing of the conaito VoIP EVO Enterprise SDK can be found in the "Pricing" section of the conaito.com website. Please, don't hesitate trying our VoIP EVO Enterprise SDK at once and get yourself, as well as your customers, the exciting experience of easy, fast and high quality standard applications which VoIPenable your application and websites. We hope you enjoy the new conaito VoIP EVO Enterprise SDK A simple way to VoIP-enable your applications and websites. The conaito Technologies Team

PortGo 6.0 for Wndows User Guide

PortGo 6.0 for Wndows User Guide PortGo 6.0 for Wndows User Guide PortSIP Solutions, Inc. sales@portsip.com http:// @May 20, 2010 PortSIP Solutions, Inc. All rights reserved. This User guide for PortGo Softphone 6.0. 1 Table of Contents

More information

Manual. ABTO Software

Manual. ABTO Software Manual July, 2011 Flash SIP SDK Manual ABTO Software TABLE OF CONTENTS INTRODUCTION... 3 TECHNICAL BACKGROUND... 6 QUICK START GUIDE... 7 FEATURES OF FLASH SIP SDK... 10 2 INTRODUCTION Trends indicate

More information

Bridgit Conferencing Software: Security, Firewalls, Bandwidth and Scalability

Bridgit Conferencing Software: Security, Firewalls, Bandwidth and Scalability Bridgit Conferencing Software: Security, Firewalls, Bandwidth and Scalability Overview... 3 Installing Bridgit Software... 4 Installing Bridgit Software Services... 4 Creating a Server Cluster... 4 Using

More information

Internet Access to a Radio Astronomy Observatory Whitham D. Reeve ( 2012 W. Reeve)

Internet Access to a Radio Astronomy Observatory Whitham D. Reeve ( 2012 W. Reeve) Whitham D. Reeve ( 2012 W. Reeve) 1. Introduction This article describes a method to simultaneously connect radio receiver audio and its associated electronic strip chart to the internet using a Windows

More information

VOIP NETWORK CONFIGURATION GUIDE RELEASE 6.10

VOIP NETWORK CONFIGURATION GUIDE RELEASE 6.10 TALKSWITCH DOCUMENTATION VOIP NETWORK CONFIGURATION GUIDE RELEASE 6.10 CT.TS005.002606 ANSWERS WITH INTELLIGENCE INTRODUCTION About this guide This guide will help you plan and configure a TalkSwitch system

More information

FortiVoice. Version 7.00 VoIP Configuration Guide

FortiVoice. Version 7.00 VoIP Configuration Guide FortiVoice Version 7.00 VoIP Configuration Guide FortiVoice Version 7.00 VoIP Configuration Guide Revision 2 14 October 2011 Copyright 2011 Fortinet, Inc. All rights reserved. Contents and terms are subject

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

FabulaTech Products Advanced Communications Solutions

FabulaTech Products Advanced Communications Solutions FabulaTech Products Advanced Communications Solutions Network Serial Port Kit Printer for Remote Desktop Scanner for Remote Desktop Serial Port Control Serial Port Mapper Serial Port Redirector Serial

More information

TELEPHONE MAN OF AMERICA. Earning Your Business Every Step of the Way!

TELEPHONE MAN OF AMERICA. Earning Your Business Every Step of the Way! TELEPHONE MAN OF AMERICA Earning Your Business Every Step of the Way! Specializing in Telecom Equipment of all Brands, Carrier Services, Technician Services, Maintenance Agreements & Purchasing Excess

More information

VoIP Network Configuration Guide

VoIP Network Configuration Guide The owner friendly phone system for small business VoIP Network Configuration Guide Release 7.10 Copyright 2011 Fortinet, Inc. All rights reserved. Fortinet, FortiGate, FortiGuard, FortiCare, FortiManager,

More information

ReadyNAS Remote White Paper. NETGEAR May 2010

ReadyNAS Remote White Paper. NETGEAR May 2010 ReadyNAS Remote White Paper NETGEAR May 2010 Table of Contents Overview... 3 Architecture... 3 Security... 4 Remote Firewall... 5 Performance... 5 Overview ReadyNAS Remote is a software application that

More information

Polycom RealPresence Desktop for Windows

Polycom RealPresence Desktop for Windows 3.1 January 2014 3725-69930-002A Polycom RealPresence Desktop for Windows Trademark Information POLYCOM and the names and marks associated with Polycom's products are trademarks and/or service marks of

More information

Applications that Benefit from IPv6

Applications that Benefit from IPv6 Applications that Benefit from IPv6 Lawrence E. Hughes Chairman and CTO InfoWeapons, Inc. Relevant Characteristics of IPv6 Larger address space, flat address space restored Integrated support for Multicast,

More information

The All-in-One Support Solution. Easy & Secure. Secure Advisor

The All-in-One Support Solution. Easy & Secure. Secure Advisor The All-in-One Support Solution. Easy & Secure. Secure Advisor Secure Advisor - A Perfect Solution for Online Support Fast and easy remote support from anywhere Problems that often sound complicated on

More information

Original brief explanation

Original brief explanation Original brief explanation I installed the Shoutcast server onto a desktop and made some minor configuration changes, such as setting the passwords and the maximum number of listeners. This was quite easy

More information

Rev. 1.04 Technology Document

Rev. 1.04 Technology Document Rev. 1.04 Technology Document Table of Contents 1. ABOUT THE AREL ICP PLATFORM...1 2. SYSTEM COMPONENTS AND ARCHITECTURE...2 3. AUDIO AND VIDEO...3 4. TRANSPORT LAYER...4 5. FIREWALLS & PROXIES...5 5.1.

More information

UC-One. Epik. UC-One Quick Guide. Quick Guide For Apps. Why we love UC-One

UC-One. Epik. UC-One Quick Guide. Quick Guide For Apps. Why we love UC-One Quick Guide For Apps Epik UC-One UC-One is part of our Epik suite enabling you to access all your communication services, telephony, video, IM and presence from any supported device. Contact Integration

More information

Magnet Voice Windows PC Softphone Installation

Magnet Voice Windows PC Softphone Installation Magnet Voice Windows PC Softphone Installation Contents 1. Introduction 3 2. Installation 3 Step 1: Install the Software on your PC 4 Step 2: Input your registration details 4 3. Connected State 6 6. Port

More information

1.0 Scope: 2.0 Site Status and Site Visit:

1.0 Scope: 2.0 Site Status and Site Visit: 1.0 Scope: Vendor is required to supply install and commission Telepresence grade Video Conference (VC) Equipment complying with "Minimum Technical Specifications" given in this document along with software

More information

Protecting the Home Network (Firewall)

Protecting the Home Network (Firewall) Protecting the Home Network (Firewall) Basic Tab Setup Tab DHCP Tab Advanced Tab Options Tab Port Forwarding Tab Port Triggers Tab DMZ Host Tab Firewall Tab Event Log Tab Status Tab Software Tab Connection

More information

Guideline for setting up a functional VPN

Guideline for setting up a functional VPN Guideline for setting up a functional VPN Why do I want a VPN? VPN by definition creates a private, trusted network across an untrusted medium. It allows you to connect offices and people from around the

More information

Lifesize Icon Table of Contents

Lifesize Icon Table of Contents Table of Contents Let's get started Configuration overview System access and passwords System name, date, and time Language and dual displays System options Using your system Placing a call Joining a meeting

More information

presentation Our customers & Partners AE40 www.ae40.com +972-9-743-8410

presentation Our customers & Partners AE40 www.ae40.com +972-9-743-8410 AE40 presentation AE40 Our customers & Partners AE40 profile AE40 founded at 2002 Privately held company VoIP and Video over IP based communication solutions(radio, intercom, public announcements, telephony,

More information

LifeSize Passport TM User and Administrator Guide

LifeSize Passport TM User and Administrator Guide LifeSize Passport TM User and Administrator Guide February 2011 LifeSize Passport User and Administrator Guide 2 LifeSize Passport This guide explains how to use and configure LifeSize Passport. For information

More information

SCode CMS (Central Monitoring System) V3.5.1 (SP-501 and MP-9200)

SCode CMS (Central Monitoring System) V3.5.1 (SP-501 and MP-9200) CMS (Central Monitoring System) V3.5.1 (SP-501 and MP-9200) Technical Characteristic Multi-server and Central-server Structure The multi-server structure is an innovated design. Each Server handles a regional

More information

Plesk 11 Manual. Fasthosts Customer Support

Plesk 11 Manual. Fasthosts Customer Support Fasthosts Customer Support Plesk 11 Manual This guide covers everything you need to know in order to get started with the Parallels Plesk 11 control panel. Contents Introduction... 3 Before you begin...

More information

Bria Android Edition User Guide

Bria Android Edition User Guide Bria Android Edition User Guide CounterPath Corporation CounterPath Corporation Suite 300, One Bentall Centre 505 Burrard Street, Box 95 Vancouver, BC V7X 1M3 Tel: 604.320.3344 sales@counterpath.com www.counterpath.com

More information

ConferenceMe. Release notes. Software version 1.0(1.2) May 2009 D1446801

ConferenceMe. Release notes. Software version 1.0(1.2) May 2009 D1446801 ConferenceMe Release notes Software version 1.0(1.2) May 2009 D1446801 Introduction The TANDBERG ConferenceMe version 1.0 (1.2) is the first release of the new TANDBERG software endpoint. If you have a

More information

MIP 5000 VoIP Radio Console VPN Solution Guide

MIP 5000 VoIP Radio Console VPN Solution Guide MIP 5000 VoIP Radio Console VPN Solution Guide 2215247G-01 OCTOBER 2010 *2215247G-01* TABLE OF CONTENTS CONTENTS.... ABOUT THIS BOOKLET Intended Audience.....ix Assumptions..........ix References............

More information

This works very well for situations where all computers are within the same LAN and can access both the SQL server and the network shares.

This works very well for situations where all computers are within the same LAN and can access both the SQL server and the network shares. AircastDB Server A networked AircastDB setup involves two types of servers: An SQL server (PostgreSQL, MSSQL) to hold the metadata for the audio files and scheduling information (library, playlists) One

More information

MINIMUM NETWORK REQUIREMENTS 1. REQUIREMENTS SUMMARY... 1

MINIMUM NETWORK REQUIREMENTS 1. REQUIREMENTS SUMMARY... 1 Table of Contents 1. REQUIREMENTS SUMMARY... 1 2. REQUIREMENTS DETAIL... 2 2.1 DHCP SERVER... 2 2.2 DNS SERVER... 2 2.3 FIREWALLS... 3 2.4 NETWORK ADDRESS TRANSLATION... 4 2.5 APPLICATION LAYER GATEWAY...

More information

LifeSize Passport Connect TM User and Administrator Guide

LifeSize Passport Connect TM User and Administrator Guide LifeSize Passport Connect TM User and Administrator Guide September 2011 LifeSize Passport Connect User and Administrator Guide 2 LifeSize Passport Connect This guide explains how to use and configure

More information

Internet: Telephone Calls for Free with Vo I P I 19/1. Your PC can Make Telephone Calls to Anywhere in the World for Free!

Internet: Telephone Calls for Free with Vo I P I 19/1. Your PC can Make Telephone Calls to Anywhere in the World for Free! Internet: Telephone Calls for Free with Vo I P I 19/1 Your PC can Make Telephone Calls to Anywhere in the World for Free! With the information in this article you can: Try out a selection of the best free

More information

Centova Cast. Reseller Usage Guide. Published May 04, 2015 Copyright 2015, Centova Technologies Inc. Centova Technologies Inc. www.centova.

Centova Cast. Reseller Usage Guide. Published May 04, 2015 Copyright 2015, Centova Technologies Inc. Centova Technologies Inc. www.centova. Centova Cast Reseller Usage Guide Published May 04, 2015 Copyright 2015, Centova Technologies Inc. Centova Technologies Inc. www.centova.com Contents 1 Introduction 2 2 Installing and Upgrading Centova

More information

Crystal Gears. Crystal Gears. Overview:

Crystal Gears. Crystal Gears. Overview: Crystal Gears Overview: Crystal Gears (CG in short) is a unique next generation desktop digital call recording system like no other before. By widely compatible with most popular telephony communication

More information

TELUS Business Connect Customer Onboarding Guide. How to successfully set up your service

TELUS Business Connect Customer Onboarding Guide. How to successfully set up your service TELUS Business Connect Customer Onboarding Guide How to successfully set up your service Contents The onboarding process............ 2 Network readiness.............. 3 Web registration...............

More information

COMPUTER NETWORK TECHNOLOGY (300)

COMPUTER NETWORK TECHNOLOGY (300) Page 1 of 10 Contestant Number: Time: Rank: COMPUTER NETWORK TECHNOLOGY (300) REGIONAL 2014 TOTAL POINTS (500) Failure to adhere to any of the following rules will result in disqualification: 1. Contestant

More information

NTRsupport Videoconference. Whitepaper

NTRsupport Videoconference. Whitepaper NTRsupport Videoconference Whitepaper NTRglobal Torres Diagonal Litoral Josep Pla, 2 Edificio B3, 1ª Planta 08019 Barcelona (Spain) Tel. +34 93 445 07 00 Fax +34 93 445 07 01 www.ntrsupport.com www.ntrglobal.com

More information

P160S SIP Phone Quick User Guide

P160S SIP Phone Quick User Guide P160S SIP Phone Quick User Guide Version 2.2 TABLE OF CONTENTS 1.0 INTRODUCTION... 1 2.0 PACKAGE CONTENT... 1 3.0 LIST OF FIGURES... 2 4.0 SUMMARY OF KEY FUNCTIONS... 3 5.0 CONNECTING THE IP PHONE... 4

More information

How To Connect Xbox 360 Game Consoles to the Router by Ethernet cable (RJ45)?

How To Connect Xbox 360 Game Consoles to the Router by Ethernet cable (RJ45)? Is it really necessary for the three ports mentioned in Troubleshooting (UDP 88, UDP 3074, and TCP 3074) to be opened for Xbox Live to work properly? Most cable/dsl routers implement Network Address Translation

More information

Skype Connect Requirements Guide

Skype Connect Requirements Guide Skype Connect Requirements Guide Version 4.0 Copyright Skype Limited 2011 Thinking about implementing Skype Connect? Read this guide first. Skype Connect provides connectivity between your business and

More information

Quick Start Guide. Cerberus FTP is distributed in Canada through C&C Software. Visit us today at www.ccsoftware.ca!

Quick Start Guide. Cerberus FTP is distributed in Canada through C&C Software. Visit us today at www.ccsoftware.ca! Quick Start Guide Cerberus FTP is distributed in Canada through C&C Software. Visit us today at www.ccsoftware.ca! How to Setup a File Server with Cerberus FTP Server FTP and SSH SFTP are application protocols

More information

2600+ Service Providers across 78+ countries

2600+ Service Providers across 78+ countries Trusted by 2600+ Service Providers across 78+ countries REVE Systems commenced operation in 2003 with a focused approach to serve the IP Communications industry. Headquartered in Singapore, REVE has its

More information

SALES@TELZIO.COM +1 (855) 511-6688

SALES@TELZIO.COM +1 (855) 511-6688 1 VoIP phone systems have become increasingly popular over the past decade. With end-of-life system problems and widespread use of mobile devices, more and more companies are ditching their old landlines

More information

LifeSize Phone User Guide

LifeSize Phone User Guide LifeSize Phone User Guide April 2008 Copyright Notice 2005-2008 LifeSize Communications Inc, and its licensors. All rights reserved. LifeSize Communications has made every effort to ensure that the information

More information

USER GUIDE. MyNetFone USB VoIP Phone with Soft Phone Software User Guide. Table of Contents

USER GUIDE. MyNetFone USB VoIP Phone with Soft Phone Software User Guide. Table of Contents MyNetFone USB VoIP Phone with Soft Phone Software User Guide Table of Contents 1 Introduction 1 1.1 Minimum System requirements 1 2 VoIP USB Phone 1 2.1 Features 1 2.2 Phone Keypad 1 2.3 Technical Specifications

More information

USER GUIDE. Table of Contents. MyNetFone Soft Phone Software User Guide

USER GUIDE. Table of Contents. MyNetFone Soft Phone Software User Guide Table of Contents MyNetFone Soft Phone Software User Guide 1 Introduction 1 1.1 Minimum System requirements 1 2 MyNetFone Soft Phone Software 1 2.1 Service Functions 1 2.2 Service Features 1 2.3 Main Panel

More information

Audio and Web Conferencing

Audio and Web Conferencing MITEL Audio and Web Conferencing User Guide Notice This User Guide is released by Mitel Networks Corporation as a guide for end users. It provides information necessary to use Audio and Web Conferencing.

More information

Cloud Omnichannel Contact Center Software

Cloud Omnichannel Contact Center Software Product overview Cloud Omnichannel Contact Center Software Whether we are a contact center inside a company with some Internet presence or a contact center that provides services to customers from other

More information

LifeSize Video Communications Systems Administrator Guide

LifeSize Video Communications Systems Administrator Guide LifeSize Video Communications Systems Administrator Guide November 2009 Copyright Notice 2005-2009 LifeSize Communications Inc, and its licensors. All rights reserved. LifeSize Communications has made

More information

To ensure you successfully install Timico VoIP for Business you must follow the steps in sequence:

To ensure you successfully install Timico VoIP for Business you must follow the steps in sequence: To ensure you successfully install Timico VoIP for Business you must follow the steps in sequence: Firewall Settings - you may need to check with your technical department Step 1 Install Hardware Step

More information

Dial91 Android Edition User Guide

Dial91 Android Edition User Guide Dial91 Android Edition User Guide Dial91 Android Edition User Guide 1 About Dial91 Android Edition Dial91 Android Edition is a SIP- based phone for an Android phone. With Dial91 Android Edition (Dial91),

More information

Is Skype Safe for Judges?

Is Skype Safe for Judges? Is Skype Safe for Judges? By Martin Felsky, PhD, JD, for the Judges Technology Advisory Committee, Canadian Judicial Council, 1 Version 2.0 July 6, 2010 In this article I will try to help judges understand

More information

LifeSize Video Communications Systems User and Administrator Guide February 2011

LifeSize Video Communications Systems User and Administrator Guide February 2011 LifeSize Video Communications Systems User and Administrator Guide February 2011 LifeSize Room 220 LifeSize Team 220 LifeSize Express 220 LifeSize Video Communications Systems User and Administrator Guide

More information

Version 1.65. SJphone. Windows XP version. User's Guide

Version 1.65. SJphone. Windows XP version. User's Guide Version 1.65 SJphone Windows XP version User's Guide SJ Labs, Inc 2007 SJ Labs, Inc. 1999-2007 All rights reserved SJphone is a registered trademark. No part of this User's Guide may be copied, altered,

More information

Access the Test Here http://myspeed.visualware.com/index.php

Access the Test Here http://myspeed.visualware.com/index.php VoIP Speed Test Why run the test? Running a VoIP speed test is an effective way to gauge whether your Internet connection is suitable to run a hosted telephone system using VoIP technology. A number of

More information

Side-by-side product comparison for web conferencing applications

Side-by-side product comparison for web conferencing applications January, 2005 Side-by-side product comparison for web conferencing applications webex Meeting Center vs. hotcomm webex Meeting Center is a web-based virtual meeting product available as a hosted service.

More information

Welcome to the CanadaMoot 09 Virtual Delegates Guide!

Welcome to the CanadaMoot 09 Virtual Delegates Guide! Welcome to the CanadaMoot 09 Virtual Delegates Guide! Virtual Program Sponsored by This document provides an overview of what to expect during our online sessions, and answers typical questions of delegates

More information

Configuration Guide for connecting the Eircom Advantage 4800/1500/1200 PBXs to the Eircom SIP Voice platform.

Configuration Guide for connecting the Eircom Advantage 4800/1500/1200 PBXs to the Eircom SIP Voice platform. Configuration Guide for connecting the Eircom Advantage 4800/1500/1200 PBXs to the Eircom SIP Voice platform. 1 Contents Introduction.... 3 Installing the Applications Module... 4 Ordering a Licence for

More information

Lesson 7 - Website Administration

Lesson 7 - Website Administration Lesson 7 - Website Administration If you are hired as a web designer, your client will most likely expect you do more than just create their website. They will expect you to also know how to get their

More information

Allworx Installation Course

Allworx Installation Course VPN Hello and welcome. In the VPN section we will cover the steps for enabling the VPN feature on the Allworx server and how to set up a VPN connection to the Allworx System from your PC. Page 1 VPN The

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

Strata CTX IP Telephone Programming Guidelines

Strata CTX IP Telephone Programming Guidelines TOSHIBA OFFICE PRODUCTS GROUP COPIERS FAX TELEPHONES PROJECTORS Technical Support TECHNICAL INFORMATION BULLETIN TTB 03-5 08/14/03 Strata CTX IP Telephone Programming Guidelines This bulletin contains

More information

Bria iphone Edition User Guide

Bria iphone Edition User Guide Bria iphone Edition User Guide CounterPath Corporation CounterPath Corporation Suite 300, One Bentall Centre 505 Burrard Street, Box 95 Vancouver, BC V7X 1M3 Tel: 604.320.3344 sales@counterpath.com www.counterpath.com

More information

Machine Problem 3 (Option 1): Mobile Video Chat

Machine Problem 3 (Option 1): Mobile Video Chat Machine Problem 3 (Option 1): Mobile Video Chat CS414 Spring 2011: Multimedia Systems Instructor: Klara Nahrstedt Posted: Apr 4, 2011 Due: 11:59pm Apr 29, 2011 Introduction You may have heard that Apple

More information

Voice over Internet Protocol (VoIP) systems can be built up in numerous forms and these systems include mobile units, conferencing units and

Voice over Internet Protocol (VoIP) systems can be built up in numerous forms and these systems include mobile units, conferencing units and 1.1 Background Voice over Internet Protocol (VoIP) is a technology that allows users to make telephone calls using a broadband Internet connection instead of an analog phone line. VoIP holds great promise

More information

Applications Manual for MyPBX Series

Applications Manual for MyPBX Series Applications Manual for MyPBX Series Your IP PBX is based on the SIP protocol enabling it to communicate with multiple add on SIP devices or related software + hardware based applications which boost your

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

Switchvox Cloud. It s more than a phone system. It s a better way to communicate.

Switchvox Cloud. It s more than a phone system. It s a better way to communicate. Switchvox Cloud It s more than a phone system. It s a better way to communicate. Switchvox Cloud Digium s award-winning Switchvox now available in the cloud. What s included in Switchvox Cloud? Service

More information

Computer System Management: Hosting Servers, Miscellaneous

Computer System Management: Hosting Servers, Miscellaneous Computer System Management: Hosting Servers, Miscellaneous Amarjeet Singh October 22, 2012 Partly adopted from Computer System Management Slides by Navpreet Singh Logistics Any doubts on project/hypo explanation

More information

Region 10 Videoconference Network (R10VN)

Region 10 Videoconference Network (R10VN) Region 10 Videoconference Network (R10VN) Network Considerations & Guidelines 1 What Causes A Poor Video Call? There are several factors that can affect a videoconference call. The two biggest culprits

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

TRBOnet Enterprise 3.0

TRBOnet Enterprise 3.0 TRBOnet Enterprise 3.0 Installation and Configuration Guide TRBOnet Enterprise Installation and Configuration Guide 2 Contents: Architecture Overview 1 1.1. Architecture Overview 1 1.2. System Diagram

More information

Bria iphone Edition User Guide

Bria iphone Edition User Guide Bria iphone Edition User Guide CounterPath Corporation CounterPath Corporation Suite 300, One Bentall Centre 505 Burrard Street, Box 95 Vancouver, BC V7X 1M3 Tel: 604.320.3344 sales@counterpath.com www.counterpath.com

More information

Business Telephone Systems What Options are Right for My Business?

Business Telephone Systems What Options are Right for My Business? Business Telephone Systems What Options are Right for My Business? A business phone system is the lifeblood of any successful business and whether you are setting up a new office or remote location, or

More information

Smart Tips. Enabling WAN Load Balancing. Key Features. Network Diagram. Overview. Featured Products. WAN Failover. Enabling WAN Load Balancing Page 1

Smart Tips. Enabling WAN Load Balancing. Key Features. Network Diagram. Overview. Featured Products. WAN Failover. Enabling WAN Load Balancing Page 1 Smart Tips Enabling WAN Load Balancing Overview Many small businesses today use broadband links such as DSL or Cable, favoring them over the traditional link such as T1/E1 or leased lines because of the

More information

Netgear TA612VMNF & TA612VLD Netgear WGR613VAL. Quality of Service (QOS) function

Netgear TA612VMNF & TA612VLD Netgear WGR613VAL. Quality of Service (QOS) function Netgear TA612VMNF & TA612VLD Netgear WGR613VAL Quality of Service (QOS) function 1 Revision History Date Revision Description July 2007 1.1 Final Draft submission Table of Contents Using QoS on NETGEAR

More information

RTMP Channel Server. 2013 I6NET Solutions and Technologies www.i6net.com

RTMP Channel Server. 2013 I6NET Solutions and Technologies www.i6net.com RTMP Channel Server 2013 About... Do you need to make voice or video calls over the web? Do you need to add web calling to your contact center? Do you need to extend your business? Do you need to manage

More information

The Conference Room of Today. Easy & Secure. Instant Meeting

The Conference Room of Today. Easy & Secure. Instant Meeting The Conference Room of Today. Easy & Secure. Instant Meeting Instant Meeting - The Conference Room of Today Set up and attend meetings easily - from anywhere and at any time Whether for online meetings,

More information

Cost Effective Deployment of VoIP Recording

Cost Effective Deployment of VoIP Recording Cost Effective Deployment of VoIP Recording Purpose This white paper discusses and explains recording of Voice over IP (VoIP) telephony traffic. How can a company deploy VoIP recording with ease and at

More information

This document describes how the Meraki Cloud Controller system enables the construction of large-scale, cost-effective wireless networks.

This document describes how the Meraki Cloud Controller system enables the construction of large-scale, cost-effective wireless networks. This document describes how the Meraki Cloud Controller system enables the construction of large-scale, cost-effective wireless networks. Copyright 2009 Meraki, Inc. All rights reserved. Trademarks Meraki

More information

BF2CC Daemon Linux Installation Guide

BF2CC Daemon Linux Installation Guide BF2CC Daemon Linux Installation Guide Battlefield 2 + BF2CC Installation Guide (Linux) 1 Table of contents 1. Introduction... 3 2. Opening ports in your firewall... 4 3. Creating a new user account...

More information

Security. TestOut Modules 12.6 12.10

Security. TestOut Modules 12.6 12.10 Security TestOut Modules 12.6 12.10 Authentication Authentication is the process of submitting and checking credentials to validate or prove user identity. 1. Username 2. Credentials Password Smart card

More information

Comparison: RHUB, WebEx, Citrix and LogMeIn

Comparison: RHUB, WebEx, Citrix and LogMeIn Comparison:,, and web conferencing appliances are designed for large and small organizations. The following table compares the conferencing solutions from,, and. : the leading provider for multi-function

More information

Getting Started. 16-Channel VoIP Gateway Card. Model No. KX-TDA0490

Getting Started. 16-Channel VoIP Gateway Card. Model No. KX-TDA0490 16-Channel VoIP Gateway Card Getting Started Model No. KX-TDA0490 Thank you for purchasing a Panasonic 16-Channel VoIP Gateway Card. Please read this manual carefully before using this product and save

More information

4.1 Threads in the Server System

4.1 Threads in the Server System Software Architecture of GG1 A Mobile Phone Based Multimedia Remote Monitoring System Y. S. Moon W. S. Wong H. C. Ho Kenneth Wong Dept of Computer Science & Engineering Dept of Engineering Chinese University

More information

Servicom G.R.I.P. Enabling Global Push-to-Talk over BGAN and Fleet Broadband Version 01 30.09.11

Servicom G.R.I.P. Enabling Global Push-to-Talk over BGAN and Fleet Broadband Version 01 30.09.11 Servicom G.R.I.P. Enabling Global Push-to-Talk over BGAN and Fleet Broadband Version 01 30.09.11 Contents 1 Overview... 1 2 Background... 1 3 Key Features... 2 4 Typical Users... 2 5 Benefits to BGAN and

More information

IP Ports and Protocols used by H.323 Devices

IP Ports and Protocols used by H.323 Devices IP Ports and Protocols used by H.323 Devices Overview: The purpose of this paper is to explain in greater detail the IP Ports and Protocols used by H.323 devices during Video Conferences. This is essential

More information

Configuration Manual

Configuration Manual Configuration Manual Page 1 of 20 Table of Contents Chronicall Setup...3 Standard Installation...3 Non-standard Installation (Recording Library on Separate machine)...8 Configuring Call Recording through

More information

Deployment Best Practices for Citrix XenApp over Galaxy Managed Network Services

Deployment Best Practices for Citrix XenApp over Galaxy Managed Network Services Enterprise Networks that Deliver Deployment Best Practices for Citrix XenApp over Galaxy Managed Network Services Developed by Hughes Network Systems Enterprise Networks that Deliver Galaxy Broadband Communications

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

Your Phone. Your Business. Your World. SM SM

Your Phone. Your Business. Your World. SM SM SM VoIPX offers comprehensive solutions for Unified Communications keeping you connected anywhere, anytime and on any device. With over 55 built in features included in all of our Service Plans, VoIPX

More information

Manual - TeamViewer 6.0

Manual - TeamViewer 6.0 Manual - TeamViewer 6.0 Revision TeamViewer 6.0 9947c Table of Contents Table of Contents 1 Scope of Service... 1 1.1 About TeamViewer... 1 1.2 New with Version 6.0... 1 1.3 Functions of Mac and Linux

More information

Cisco TelePresence Video Systems

Cisco TelePresence Video Systems 1 Knowledge base Profile Series Quick Set Series Codec MXP Endpoints IP Video Phone MARCH 2012 Thank you for choosing Cisco! Your Cisco product has been designed to give you many years of safe, reliable

More information

RIAS stands for Remote Installation Assistance Service by NT-ware to remotely assist you on-site and on-demand. RIAS sessions are useful to guide you

RIAS stands for Remote Installation Assistance Service by NT-ware to remotely assist you on-site and on-demand. RIAS sessions are useful to guide you RIAS stands for Remote Installation Assistance Service by NT-ware to remotely assist you on-site and on-demand. RIAS sessions are useful to guide you precisely through the installation routines or configuration

More information

LifeSize Desktop Installation Guide

LifeSize Desktop Installation Guide LifeSize Desktop Installation Guide October 2010 October 2010 Copyright Notice 2005-2010 Logitech, and its licensors. All rights reserved. LifeSize Communications, a division of Logitech has made every

More information

About IHM VoIP. Description of IHM VoIP enabled products and protocols used.

About IHM VoIP. Description of IHM VoIP enabled products and protocols used. H. MORTENSEN P/S Vandtårnsvej 87 286 Søborg Firmatelefon 39 66 31 31 Direkte indvalg 39 57 26 27 Telefax 39 66 14 45 Firma E-mail sales@ihm.dk Personlig E-mail mn@ihm.dk Hjemmeside www.ihm.dk Bank Sparbank

More information

Polycom Telepresence m100. Help Book. Version 1.0

Polycom Telepresence m100. Help Book. Version 1.0 Polycom Telepresence m100 Help Book Version 1.0 Copyright 2011 Polycom, Inc. Polycom and the Polycom logo are registered trademarks and Polycom Telepresence m100 is a trademark of Polycom, Inc. 3725-82807-001/A

More information

Web Conferencing Glossary

Web Conferencing Glossary Web Conferencing Glossary Ad-Hoc Meeting a meeting that can be held immediately, on-the-fly Adobe Connect Adobe Connect is a Web Conferencing solution that provides rich, interactive, multimedia experiences

More information

1. The Web: HTTP; file transfer: FTP; remote login: Telnet; Network News: NNTP; e-mail: SMTP.

1. The Web: HTTP; file transfer: FTP; remote login: Telnet; Network News: NNTP; e-mail: SMTP. Chapter 2 Review Questions 1. The Web: HTTP; file transfer: FTP; remote login: Telnet; Network News: NNTP; e-mail: SMTP. 2. Network architecture refers to the organization of the communication process

More information