TEL 500. Voice Communications. Week 1 Write Up. Session Initiation Protocol Lab. Submitted To: Prof Ronny Bull. By: Sai Sharan Korvi

Size: px
Start display at page:

Download "TEL 500. Voice Communications. Week 1 Write Up. Session Initiation Protocol Lab. Submitted To: Prof Ronny Bull. By: Sai Sharan Korvi"

Transcription

1 TEL 500 Voice Communications Week 1 Write Up Session Initiation Protocol Lab Submitted To: Prof Ronny Bull By: Sai Sharan Korvi Date: 09/10/2014

2 ABSTRACT: Softphone is usually a software which can be used for making calls over internet. This software is installed on a personal computer from where it is connected to a server. We can establish a call between two different entities with the help of SIP (session initiation protocol), which performs even other tasks such as call termination. For a communication channel to be set up between two points, a software is used which is Asterisk. The primary goal of this lab is to setup a call between two different entities, namely a softphone and a hard phone. Putty is a text oriented console which is used to set up a softphone on personal computer workstation. The softphone is configured with the details of user such as IP address and MAC address followed by the hard phone setup. Now, a call can be established between these two phones by using the Session Initiation Protocol. PROCEDURE: PART 1: Firstly, we need to set up the machine of the asterisk. For this, we need to login to putty and connect to the asterisk. When we open the Putty console, we are asked to enter the Host Name to establish the connection with. Now, we need to login as root in putty using the password CaptainCrunch. Using the command cd /etc/asterisk, we can connect to asterisk.

3 Now, we need to create the directory files which is done by using the command touch. This command is generally used to create a new or empty file. There are different files which should be created such as: touch logger.conf touch modules.conf touch sip.conf touch extensions.conf touch rtp.conf With the help of above commands, we have created files. Now, to check list of directory contents, we use the command ls.

4 Now, in order to edit the folders and add the code, we need to use the command vim. The commands used to open and edit the files are: 1. vim logger.conf The code for logger can be dumped here using the command mentioned above.

5 2. vim modules.conf To edit the modules file and add the code for it, the above command can be used. 3. vim sip.conf: This command can be used to open the SIP folder and add the code for it.

6 In this code, we can change the password and also edit the MAC address. 4. vim extensions.conf: This command can be used to open the file and edit it for dumping the code into it and making the changes to the extension numbers. 5 vim rtp.conf :

7 After editing the files and dumping the codes for all the files, we need to restart. The command used to restart is mentioned below: /etc/init.d/asterisk restart To set up a communication channel between two entities, we use the asterisk software. The command used to set up the channel is asterisk -rvvv. The two entities will be shown as offline, as we did not set up the soft phone yet. The status of both of them can be seen by using the command sip show peers.

8 When we use the command sip show peers command, we will be able to see the status of the two points between which we are about to set up a call now.

9 PART 2: Now, we have to set up a soft phone in the PC. This is done with the help of X-lite software which needs to be downloaded and installed. Once installed, we need to login with the User ID and the Account Name. Once we login with the details, our softphone is online. The status of the hard phone will now be offline because it has not been set up yet. However, as the soft phone has been set up, it will be shown as online. This can be checked with the help of a command sip show peers. This command shows the status of the entities, whether they are available or offline. For example, now as we have signed in soft phone, this will be in online mode. Whereas, the hard phone status will be offline because it has not been set up.

10 PART 3: Hard phone needs to be configured now after setting up the soft phone. In the admin settings of the hard phone, we get an option to add a new account. By using this, we can add our account to the hard phone with the help of MAC address. Here, we get an option to add a new SIP account. We need to select that option. One thing to be noticed here is, apart from just adding new accounts here, we can also delete the older SIP accounts.

11 After clicking on the SIP account, we have to give the details of the account which needs to be set. The server, user ID and the password the three details which are asked here. The setting up of the hard phone is done now and the only task left out is making the call.

12 PART 4: At last, we have set up the soft phone and the hard phone as well. If we now check the status of the peers, both the entities will be shown as online. Now, we can make a call from soft phone to the hard phone by dialing the extension number of the hard phone. We can see hard phone ringing when the call gets connected. Inversely, a call can now be made from the hard phone to the softphone. The extension number of the softphone is dialed to make a call to the softphone.

13 If we dial to hard phone, we need to dial the extension number of the hard phone.

14 CHALLENGES: In spite of being able to implement the entire process successfully, there are few situations where I had got few errors. They are: An incorrect password was given by me as the result of which the computer displayed as command incorrect. CONCLUSION: In this lab, establishing call between two different points has been successful. The major components used here are the workstation PC, soft phone and hard phone. The voice over internet protocol has been used in the process of setting up a communication channel between the two entities.

15

TEL 500 WRITE UP WEEK 8 FREE PBX SIP LAB SUBMITTED TO: PROF. RONNY BULL BY: ANUSHA ALIGAPALLY

TEL 500 WRITE UP WEEK 8 FREE PBX SIP LAB SUBMITTED TO: PROF. RONNY BULL BY: ANUSHA ALIGAPALLY TEL 500 WRITE UP WEEK 8 FREE PBX SIP LAB SUBMITTED TO: PROF. RONNY BULL BY: ANUSHA ALIGAPALLY DATE: 11/05/2014 ABSTRACT: Private Branch Exchange has multiple phones connected to it which are in the same

More information

NAGARJUNA KARNATI. NCS416/TEL500 Lab. Lab Write-Up (8) [FreePBX SIP lab write-up]

NAGARJUNA KARNATI. NCS416/TEL500 Lab. Lab Write-Up (8) [FreePBX SIP lab write-up] NAGARJUNA KARNATI NCS416/TEL500 Lab Lab Write-Up (8) [FreePBX SIP lab write-up] Lab Overview For this lab to work on PBX, we changed the PC IP address from 10.107.6.68 to 10.107.6.69. Here we followed

More information

TEL 500 VOICE COMMUNICATIONS PROJECT REPORT IMPLEMENTATION OF SMALL CALL CENTER WITH AUTO ATTENDENT AND QUEUES SUBMITTED TO: RONNY L.

TEL 500 VOICE COMMUNICATIONS PROJECT REPORT IMPLEMENTATION OF SMALL CALL CENTER WITH AUTO ATTENDENT AND QUEUES SUBMITTED TO: RONNY L. TEL 500 VOICE COMMUNICATIONS PROJECT REPORT IMPLEMENTATION OF SMALL CALL CENTER WITH AUTO ATTENDENT AND QUEUES SUBMITTED TO: RONNY L.BULL SUBMITTED BY: ARUNKUMAR ELIGETI HARISH KUMAR RAPARTHI 11/20/13

More information

VoIP Softphone for MAC

VoIP Softphone for MAC VoIP Softphone for MAC Dial91.com s announces its new MAC based VoIP app for international calling to India. Our Mac/Apple based app provides a premium VoIP service combined with standard prepaid calling

More information

LABORATORIUM 1 Setup and basic configuration of Asterisk BPX on Linux

LABORATORIUM 1 Setup and basic configuration of Asterisk BPX on Linux LABORATORIUM 1 Setup and basic configuration of Asterisk BPX on Linux 1. VM setup Please download Asterisk Virtual Machine from http://kt.agh.edu.pl/~rzym/lectures/ti- SSiZ/VMAsterisk.zip and extract archive.

More information

Using CounterPath X-Lite with Virtual PBX - PC

Using CounterPath X-Lite with Virtual PBX - PC Using CounterPath X-Lite with Virtual PBX - PC Installing X-Lite - Exit any software applications that use sound such as CD and media players. - Run the setup executable file. - Follow the prompts offered

More information

TEL-500 Project Report. Auto-Dialler System. Voice Communications. Done By: - AKASH ANANTHANARAYANAN SANJEEVAKUMAR DEVARAJA

TEL-500 Project Report. Auto-Dialler System. Voice Communications. Done By: - AKASH ANANTHANARAYANAN SANJEEVAKUMAR DEVARAJA TEL-500 Project Report Auto-Dialler System Voice Communications Done By: - AKASH ANANTHANARAYANAN SANJEEVAKUMAR DEVARAJA 1 Index Page Contents Page Number Abstract 3 Introduction 4 Flow Chart 5 Resources

More information

Integrating Asterisk FreePBX with Lync Server 2010

Integrating Asterisk FreePBX with Lync Server 2010 1 Integrating Asterisk FreePBX with Lync Server 2010 Author: Baaskar R 1 www.baaskarcharles.com 2 Integrating Asterisk FreePBX with Lync Server 2010... 1 AsteriskNow package Source... 3 Installing AsteriskNow...

More information

How to Configure MTG200 with FreePBX

How to Configure MTG200 with FreePBX How to Configure MTG200 with FreePBX A. FreePBX Setup Procedure To setup the FreePBX sever for Dinstar MTG200 A1. Login the FreePBX Open the web of the FreePBX server with its IP address, the IP is assigned

More information

Technical Bulletin 43565 Using Polycom SoundPoint IP and Polycom SoundStation IP Phones with Asterisk

Technical Bulletin 43565 Using Polycom SoundPoint IP and Polycom SoundStation IP Phones with Asterisk Technical Bulletin 43565 Using Polycom SoundPoint IP and Polycom SoundStation IP Phones with Asterisk Introduction This document provides introductory information on how to use Polycom SoundPoint IP phones

More information

A Guide to Connecting to FreePBX

A Guide to Connecting to FreePBX A Guide to Connecting to FreePBX FreePBX is a basic web Graphical User Interface that manages Asterisk PBX. It includes many features available in other PBX systems such as voice mail, conference calling,

More information

3CX PBX SIP server 3CX softphone X-Lite softphone HW IP phone - Alphatech IP video door entry phone station

3CX PBX SIP server 3CX softphone X-Lite softphone HW IP phone - Alphatech IP video door entry phone station 3CX PBX SIP server 3CX softphone X-Lite softphone HW IP phone - Alphatech IP video door entry phone station Before you start: The Alphatech IP video doorphone must be set manually to the SIP proxy mode

More information

Configuring the Cisco SPA8800 IP Telephony Gateway in an Asterisk Environment

Configuring the Cisco SPA8800 IP Telephony Gateway in an Asterisk Environment Application Note May 2009 Configuring the Cisco SPA8800 IP Telephony Gateway in an Asterisk Environment 2009 Cisco Systems, Inc. All rights reserved. Page 1 of 20 Contents Introduction 3 Audience 3 Scope

More information

IBM WebSphere Application Server Communications Enabled Applications Setup guide

IBM WebSphere Application Server Communications Enabled Applications Setup guide Copyright IBM Corporation 2009, 2011 All rights reserved IBM WebSphere Application Server Communications Enabled Applications Setup guide What this exercise is about... 1 Lab requirements... 2 What you

More information

Installation Instructions for Hospital ERP System (AP) Installation Instructions for Hospital ERP System (AP)

Installation Instructions for Hospital ERP System (AP) Installation Instructions for Hospital ERP System (AP) Installation Instructions for Hospital ERP System (AP) Server Machine SQL Server installation Step 1: First install the SQL Server on the server machine. (SQL Server 2005 or above) While installing the

More information

Contents 1. Setting up your Phone Phone Setup Phone Usage 2. User Portal 3. Softphone for your computer 4. Faxing

Contents 1. Setting up your Phone Phone Setup Phone Usage 2. User Portal 3. Softphone for your computer 4. Faxing User Guide 1 Contents 1. Setting up your Phone Phone Setup Phone setup instructions Recording Voicemail Greeting and Voicemail Menu Testing tools Phone Usage Call Transfer, Call Forwarding and Do Not Disturb

More information

Mediatrix 3000 with Asterisk June 22, 2011

Mediatrix 3000 with Asterisk June 22, 2011 Mediatrix 3000 with Asterisk June 22, 2011 Proprietary 2011 Media5 Corporation Table of Contents Introduction... 3 Network Topology... 3 Equipment Detail... 3 Configuration of the Fax Extension... 4 Configuration

More information

1 VoIP/PBX Axxess Server

1 VoIP/PBX Axxess Server - 1 1 VoIP/PBX Axxess Server The Axxess Server supports comprehensive Voice Over Internet Protocol network services, which are based on the Open Source Asterisk VoIP software. The Axxess Server VoIP telephony

More information

STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER

STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER Notes: STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER 1. These instructions focus on installation on Windows Terminal Server (WTS), but are applicable

More information

SQL Server Setup for Assistant/Pro applications Compliance Information Systems

SQL Server Setup for Assistant/Pro applications Compliance Information Systems SQL Server Setup for Assistant/Pro applications Compliance Information Systems The following document covers the process of setting up the SQL Server databases for the Assistant/PRO software products form

More information

Telephony with an Asterisk phone system

Telephony with an Asterisk phone system Telephony with an phone system TALKATIVE An old computer is all you need to build your own do-it-yourself personal phone server. BY MARTIN LOSCHWITZ Technology that supports the easy exchange of audio

More information

Digium Switchvox AA65 PBX Configuration

Digium Switchvox AA65 PBX Configuration Digium Switchvox SIP Trunking using Optimum Business SIP Trunk Adaptor and the Digium Switchvox AA65 IP-PBX v23695 Goal The purpose of this configuration guide is to describe the steps needed to configure

More information

To configure a Virtual SIP Server

To configure a Virtual SIP Server Configuring a virtual SIP Serveм v. 1.1.2 1 To configure a Virtual SIP Server To configure a Virtual SIP Server in your local network do the following: Install VMware Player 1. Download the VMware Player

More information

Transferring AIS to a different computer

Transferring AIS to a different computer Transferring AIS to a different computer AIS can easily be transferred from one computer to another. There are several different scenarios for transferring AIS to another computer. Since AIS is designed

More information

SIP Trunking with Elastix. Configuration Guide for Matrix SETU VTEP

SIP Trunking with Elastix. Configuration Guide for Matrix SETU VTEP SIP Trunking with Elastix Configuration Guide for Matrix SETU VTEP Contents Setup Diagram 3 SIP Trunk Configuration in Elastix for SETU VTEP 4 Outgoing Call configuration in Elastix 7 Incoming call configuration

More information

Customer Tips. How to Upgrade, Patch or Clone Xerox Multifunction Devices. for the user. Purpose. Upgrade / Patch / Clone Process Overview

Customer Tips. How to Upgrade, Patch or Clone Xerox Multifunction Devices. for the user. Purpose. Upgrade / Patch / Clone Process Overview Xerox Multifunction Devices Customer Tips January 27, 2009 This document applies to the Xerox products indicated in the table below. For some products, it is assumed that your device is equipped with the

More information

Getting Started with Oracle Data Mining on the Cloud

Getting Started with Oracle Data Mining on the Cloud Getting Started with Oracle Data Mining on the Cloud A step-by-step graphical guide to launching and connecting to the Oracle Data Mining Amazon Machine Image (AMI) version 0.86 How to use this guide This

More information

Evolution PBX User Guide for SIP Generic Devices

Evolution PBX User Guide for SIP Generic Devices Evolution PBX User Guide for SIP Generic Devices Table of contents Introduction... 1 Voicemail... Using Voicemail... Voicemail Menu... Voicemail to Email... 3 Voicemail Web Interface... 4 Find Me Rules...

More information

OpenVox GSM Gateway Function Manual

OpenVox GSM Gateway Function Manual Rev: 1.0 Date: April 15, 2014 From: OpenVox support group Contact info: support@openvox.cn OpenVox GSM Gateway Function Manual OpenVox VoxStack GSM Gateway is a feature-rich, highly available and flexible

More information

Implementation of a Fully Functional VoIP Server Inside of a Campus Network

Implementation of a Fully Functional VoIP Server Inside of a Campus Network Implementation of a Fully Functional VoIP Server Inside of a Campus Network Prepared for Ronny L. Bull Lecturer, Computer Science Department SUNY Institute of Technology By Matthew Lapinski Student, NCS416

More information

Motorola TEAM WS M Configuring Asterisk PBX Integration

Motorola TEAM WS M Configuring Asterisk PBX Integration Motorola TEAM WS M Configuring Asterisk PBX Integration Objective The purpose of this document is to provide a guideline on how to configure the WSM/TEAM software as well as an Asterisk-based PBX in order

More information

VoIP Intercom and Cisco Call Manager Server Setup Guide

VoIP Intercom and Cisco Call Manager Server Setup Guide The IP Endpoint Company VoIP Intercom and Cisco Call Manager Server Setup Guide CyberData Corporation 2555 Garden Road Monterey, CA 93940 T:831-373-201 F: 831-373-4193 www.cyberdata.net 2 1.0 Setup Diagram

More information

Figure 38-1. The scenario

Figure 38-1. The scenario 38. Asterisk Application We offer the application shows that it is convenient and cost saving to implement the free IP-PBX using Asterisk and Vigor 3300V when users want to use the Soft Phone or IP Phone

More information

Khomp KGSM-USB SPX and Elastix Server

Khomp KGSM-USB SPX and Elastix Server Khomp KGSM-USB SPX and Elastix Server Setup Guide http://www.elastix.org 1.0 Setup Diagram Figure 1-1 is a setup diagram for a single Khomp KGSM-USB SPX Interface Card configuration. Figure 1-1. Setup

More information

Linux Development Environment Description Based on VirtualBox Structure

Linux Development Environment Description Based on VirtualBox Structure Linux Development Environment Description Based on VirtualBox Structure V1.0 1 VirtualBox is open source virtual machine software. It mainly has three advantages: (1) Free (2) compact (3) powerful. At

More information

Out n About! for Outlook Electronic In/Out Status Board. Administrators Guide. Version 3.x

Out n About! for Outlook Electronic In/Out Status Board. Administrators Guide. Version 3.x Out n About! for Outlook Electronic In/Out Status Board Administrators Guide Version 3.x Contents Introduction... 1 Welcome... 1 Administration... 1 System Design... 1 Installation... 3 System Requirements...

More information

Cuba for Remedy Avaya TSAPI Quick Start Guide Cuba Version 1.3

Cuba for Remedy Avaya TSAPI Quick Start Guide Cuba Version 1.3 5 Enmore Gardens London SW14 8RF www.iteloffice.com e: support@iteloffice.com Tel: +44 (0) 20 8878 7367 Fax: +44 (0) 20 8876 7257 Cuba for Remedy Avaya TSAPI Cuba Version 1.3 Document Number: 0403-00285

More information

Asterisk SIP Trunk Settings - Vestalink

Asterisk SIP Trunk Settings - Vestalink Asterisk SIP Trunk Settings - Vestalink Vestalink is a new SIP trunk provider that has sprung up as a replacement for Google Voice trunking within Asterisk servers. They offer a very attractive pricing

More information

InSciTek Microsystems 635 Cross Keys Park Fairport, NY 14450 585-421-3850. Setting up Your Phones

InSciTek Microsystems 635 Cross Keys Park Fairport, NY 14450 585-421-3850. Setting up Your Phones InSciTek Microsystems 635 Cross Keys Park Fairport, NY 14450 585-421-3850 Setting up Your Phones Table of Contents Setting up Your Phones... 1 How to Add an Analog Handset... 2 How to Add a SIP Handset...

More information

Installation Instruction STATISTICA Enterprise Small Business

Installation Instruction STATISTICA Enterprise Small Business Installation Instruction STATISTICA Enterprise Small Business Notes: ❶ The installation of STATISTICA Enterprise Small Business entails two parts: a) a server installation, and b) workstation installations

More information

Laboration 3 - Administration

Laboration 3 - Administration Laboration 3 - Administration During this laboration we will learn how to install, configure and test servers that will allow you to have access remote machines, copy files between computers and file sharing.

More information

Customer Release Notes for Xerox Integrated Fiery Color Server for the Xerox Color C75 Press, version 1.0

Customer Release Notes for Xerox Integrated Fiery Color Server for the Xerox Color C75 Press, version 1.0 Customer Release Notes for Xerox Integrated Fiery Color Server for the Xerox Color C75 Press, version 1.0 This document contains important information about this release. Be sure to provide this information

More information

SIP Trunking using Optimum Business SIP Trunk Adaptor and the Allworx 6x IP PBX 7.1.6.1

SIP Trunking using Optimum Business SIP Trunk Adaptor and the Allworx 6x IP PBX 7.1.6.1 ALLWORX SIP Trunking using Optimum Business SIP Trunk Adaptor and the Allworx 6x IP PBX 7.1.6.1 Goal The purpose of this configuration guide is to describe the steps needed to configure the Allworx 6x

More information

EINTE LAB EXERCISES LAB EXERCISE #5 - SIP PROTOCOL

EINTE LAB EXERCISES LAB EXERCISE #5 - SIP PROTOCOL EINTE LAB EXERCISES LAB EXERCISE #5 - SIP PROTOCOL PREPARATIONS STUDYING SIP PROTOCOL The aim of this exercise is to study the basic aspects of the SIP protocol. Before executing the exercise you should

More information

NetSupport DNA Configuration of Microsoft SQL Server Express

NetSupport DNA Configuration of Microsoft SQL Server Express NetSupport DNA Configuration of Microsoft SQL Server Express Configuration of Microsoft SQL Server Express and NetSupport DNA Installation Requirements If installing Microsoft SQL Server Express on Windows

More information

LT Auditor+ 2013. Windows Assessment SP1 Installation & Configuration Guide

LT Auditor+ 2013. Windows Assessment SP1 Installation & Configuration Guide LT Auditor+ 2013 Windows Assessment SP1 Installation & Configuration Guide Table of Contents CHAPTER 1- OVERVIEW... 3 CHAPTER 2 - INSTALL LT AUDITOR+ WINDOWS ASSESSMENT SP1 COMPONENTS... 4 System Requirements...

More information

Configure Backup Server for Cisco Unified Communications Manager

Configure Backup Server for Cisco Unified Communications Manager Configure Backup Server for Cisco Unified Communications Manager Document ID: 110309 Contents Introduction Prerequisites Requirements Components Used Conventions Configure a Backup Server for Cisco Unified

More information

User Guide. Updated 1-1-11

User Guide. Updated 1-1-11 User Guide Updated 1-1-11 1 Contents 1. Setting up your Phone Phone Setup o Phone setup instructions o Recording Voicemail Greeting and Voicemail Menu o Testing tools Phone Usage o Call Transfer, Call

More information

ZyXEL IP PBX Support Note. ZyXEL IP PBX (X2002) VoIP. Support Notes

ZyXEL IP PBX Support Note. ZyXEL IP PBX (X2002) VoIP. Support Notes ZyXEL IP PBX (X2002) VoIP Support Notes Version 1.00 October 2008 1 Contents Overview ZyXEL IP PBX Support Note 1. How to manage and maintain your IPPBX?...3 1.1 Firmware Upgrade..3 1.2 Backing up your

More information

Setup Guide: on the MyNetFone Service. Revision History

Setup Guide: on the MyNetFone Service. Revision History Setup Guide: on the MyNetFone Service Revision History Version Author Revision Description Release Date 1.0 Sampson So Initial Draft 02/01/2008 2.0 Sampson So Update 27/09/2011 1 Table of Contents Introduction...

More information

Goal: Introduce Controls Group to the Vocera Wireless Communications System, including the Smartphone Outline

Goal: Introduce Controls Group to the Vocera Wireless Communications System, including the Smartphone Outline M. Westbrook APS-IT Goal: Introduce Controls Group to the Vocera Wireless Communications System, including the Smartphone Outline Vocera System Architecture The Smartphone Working with the Vocera Genie

More information

UOG User Guide. Windows

UOG User Guide. Windows UOG User Guide 21 st Century Lab - How to access your Linux Virtual Machine Windows Staff and Students are required to connect to SIT-WLAN network, follow Wireless Network Setup Guide for SIT Students

More information

Micronet VoIP Solution with Asterisk

Micronet VoIP Solution with Asterisk Application Note Micronet VoIP Solution with Asterisk 1. Introduction This is the document for the applications between Micronet units and Asterisk IP PBX. It will show you some basic configurations in

More information

Implementing and Managing Microsoft Desktop Virtualization

Implementing and Managing Microsoft Desktop Virtualization Implementing and Managing Microsoft Desktop Virtualization Course 10324: 5 days, Instructor-led Course Description This five-day, instructor-led course provides you with the knowledge and skills to implement

More information

Installing a Symantec Backup Exec Agent on a SnapScale Cluster X2 Node or SnapServer DX1 or DX2. Summary

Installing a Symantec Backup Exec Agent on a SnapScale Cluster X2 Node or SnapServer DX1 or DX2. Summary Technical Bulletin Application Note April 2013 Installing a Symantec Backup Exec Agent on a SnapScale Cluster X2 Node or SnapServer DX1 or DX2 Summary This application note describes how to install the

More information

The SyncBack Management System

The SyncBack Management System The SyncBack Management System An Introduction to the SyncBack Management System The purpose of the SyncBack Management System is designed to manage and monitor multiple remote installations of SyncBackPro.

More information

NOC Workshop VoIP in the NOC labs SANOG10

NOC Workshop VoIP in the NOC labs SANOG10 NOC Workshop VoIP in the NOC labs SANOG10 New Delhi, India August 29 - September 2, 2007 Page 1 of 10 Lab Summary NOC Workshop, SANOG10 - VoIP in the NOC We only have limited time for this portion of the

More information

Orchestra Call Centre Agent Software Version 3

Orchestra Call Centre Agent Software Version 3 Orchestra Call Centre Agent Software Version 3 User Guide v1.0 (Installation & Configuration) Converged Solutions Pte Ltd 1 Table of Contents Installation and Setup for Orchestra AgentIV... 3 Answering

More information

for Networks Installation Guide for the application on the server July 2014 (GUIDE 2) Lucid Rapid Version 6.05-N and later

for Networks Installation Guide for the application on the server July 2014 (GUIDE 2) Lucid Rapid Version 6.05-N and later for Networks Installation Guide for the application on the server July 2014 (GUIDE 2) Lucid Rapid Version 6.05-N and later Copyright 2014, Lucid Innovations Limited. All Rights Reserved Lucid Research

More information

SOFTWARE UTILITY OPERATING MANUAL AC POWER DISTRIBUTION UNITS VIGILANT SERIES

SOFTWARE UTILITY OPERATING MANUAL AC POWER DISTRIBUTION UNITS VIGILANT SERIES SOFTWARE UTILITY OPERATING MANUAL AC POWER DISTRIBUTION UNITS www.unipowerco.com 2015 UNIPOWER LLC All Rights Reserved NORTH AMERICA 3900 Coral Ridge Drive, Coral Springs, Florida 33065, USA Tel: +1 954-346-2442

More information

TECHNICAL NOTE. Attaching the MAX IP SIP Phone to a Cisco CallManager Switch

TECHNICAL NOTE. Attaching the MAX IP SIP Phone to a Cisco CallManager Switch TECHNICAL NOTE > MAX 109 Attaching the MAX IP SIP Phone to a Cisco CallManager Switch Description As of the writing of this document the majority of Cisco IP Telephony phone systems do not support native

More information

Cisco Unified Communications Manager SIP Trunk Configuration Guide for the VIP-821, VIP-822 and VIP-824

Cisco Unified Communications Manager SIP Trunk Configuration Guide for the VIP-821, VIP-822 and VIP-824 Valcom Network Trunk Ports, models, are compatible with Cisco Unified Communications Manager as either a Third-party SIP Device (Basic or Advanced) or as a SIP Trunk. To preserve the Caller ID information

More information

for Networks Installation Guide for the application on the server August 2014 (GUIDE 2) Lucid Exact Version 1.7-N and later

for Networks Installation Guide for the application on the server August 2014 (GUIDE 2) Lucid Exact Version 1.7-N and later for Networks Installation Guide for the application on the server August 2014 (GUIDE 2) Lucid Exact Version 1.7-N and later Copyright 2014, Lucid Innovations Limited. All Rights Reserved Lucid Research

More information

How To Set Up A Backupassist For An Raspberry Netbook With A Data Host On A Nsync Server On A Usb 2 (Qnap) On A Netbook (Qnet) On An Usb 2 On A Cdnap (

How To Set Up A Backupassist For An Raspberry Netbook With A Data Host On A Nsync Server On A Usb 2 (Qnap) On A Netbook (Qnet) On An Usb 2 On A Cdnap ( WHITEPAPER BackupAssist Version 5.1 www.backupassist.com Cortex I.T. Labs 2001-2008 2 Contents Introduction... 3 Hardware Setup Instructions... 3 QNAP TS-409... 3 Netgear ReadyNas NV+... 5 Drobo rev1...

More information

Centralized Mac Home Directories On Windows Servers: Using Windows To Serve The Mac

Centralized Mac Home Directories On Windows Servers: Using Windows To Serve The Mac Making it easy to deploy, integrate and manage Macs, iphones and ipads in a Windows environment. Centralized Mac Home Directories On Windows Servers: Using Windows To Serve The Mac 2011 ENTERPRISE DEVICE

More information

Adafruit's Raspberry Pi Lesson 6. Using SSH

Adafruit's Raspberry Pi Lesson 6. Using SSH Adafruit's Raspberry Pi Lesson 6. Using SSH Created by Simon Monk Last updated on 2015-04-09 03:47:50 PM EDT Guide Contents Guide Contents Overview Enabling SSH Using SSH on a Mac or Linux SSH under Windows

More information

Magaya Software Installation Guide

Magaya Software Installation Guide Magaya Software Installation Guide MAGAYA SOFTWARE INSTALLATION GUIDE INTRODUCTION Introduction This installation guide explains the system requirements for installing any Magaya software, the steps to

More information

VoIPon www.voipon.co.uk sales@voipon.co.uk Tel: +44 (0)1245 808195 Fax: +44 (0)1245 808299

VoIPon www.voipon.co.uk sales@voipon.co.uk Tel: +44 (0)1245 808195 Fax: +44 (0)1245 808299 VoiceGear/3CX Integration Guide Ver.0.1 Page 2 1. OVERVIEW... 3 1.1 SETTING UP 3CX PBX...4 1.2 SETTING UP VOICEGEAR GATEWAY...5 2. VOICEGEAR-3CX SIP INTEGRATION... 6 2.1 3CX CONFIGURATION...7 2.2 VOICEGEAR

More information

UM8000 Voicemail System Administration Guide

UM8000 Voicemail System Administration Guide UM8000 Voicemail System Administration Guide CUSTOMER INFORMATION: Phone System (SV8100) IP Address: User Name: Password: Voicemail (UM8000) IP Address: Login ID: Password: Logging into the Voice Mail

More information

How to Setup Scan to SMB to a Microsoft Vista Workstation Using a bizhub C451/ C550

How to Setup Scan to SMB to a Microsoft Vista Workstation Using a bizhub C451/ C550 How to Setup Scan to SMB to a Microsoft Vista Workstation Using a bizhub C451/ C550 Send to the SMB server You can send the data read in from the copier's ADF or the original scanning glass (scanned data)

More information

APPLICATION NOTE. How to build pylon applications for ARM

APPLICATION NOTE. How to build pylon applications for ARM APPLICATION NOTE Version: 01 Language: 000 (English) Release Date: 31 January 2014 Application Note Table of Contents 1 Introduction... 2 2 Steps... 2 1 Introduction This document explains how pylon applications

More information

Configuration Notes 290

Configuration Notes 290 Configuring Mediatrix 41xx FXS Gateway with the Asterisk IP PBX System June 22, 2011 Proprietary 2011 Media5 Corporation Table of Contents Introduction... 3 About Mediatrix 41xx Series FXS Gateways...

More information

Setting Up Your FTP Server

Setting Up Your FTP Server Requirements:! A computer dedicated to FTP server only! Linksys router! TCP/IP internet connection Steps: Getting Started Configure Static IP on the FTP Server Computer: Setting Up Your FTP Server 1. This

More information

SIP Trunking using Optimum Business SIP Trunk Adaptor and the Cisco Call Manager Express Version 8.5

SIP Trunking using Optimum Business SIP Trunk Adaptor and the Cisco Call Manager Express Version 8.5 CISCO SIP Trunking using Optimum Business SIP Trunk Adaptor and the Cisco Call Manager Express Version 8.5 Goal The purpose of this configuration guide is to describe the steps needed to configure the

More information

Local Caching Servers (LCS) February 2015

Local Caching Servers (LCS) February 2015 Local Caching Servers (LCS) February 2015 1.1 Chapter 1: Welcome to LCS The Kansas Interactive Testing Engine (KITE ) is used to deliver standardized tests via testing machines like desktop, laptop, and

More information

Configuring the CounterPath X-Lite SIP Softphone

Configuring the CounterPath X-Lite SIP Softphone NetVanta Unified Communications Technical Note Configuring the CounterPath X-Lite SIP Softphone Introduction CounterPath X-Lite is a free Session Initiation Protocol (SIP)-based softphone that is interoperable

More information

TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link:

TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link: TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link: ftp://ftp.software.ibm.com/storage/tivoli-storagemanagement/maintenance/client/v6r2/windows/x32/v623/

More information

Kerio Operator. Getting Started Guide

Kerio Operator. Getting Started Guide Kerio Operator Getting Started Guide 2011 Kerio Technologies. All rights reserved. 1 About Kerio Operator Kerio Operator is a PBX software for small and medium business customers. Kerio Operator is based

More information

Install the SP350 Softphone

Install the SP350 Softphone Install the SP350 Softphone Installation of NEC SP350 softphone is to be completed after provisioning the product through the ITS Software Store. Once the softphone has been provisioned through the Software

More information

Overview of Asterisk (*) Jeff Gunther

Overview of Asterisk (*) Jeff Gunther Overview of Asterisk (*) Jeff Gunther Agenda Background Introduction to Asterisk and review the core components of it s architecture. Exploration of Asterisk s telephony and call features. Review some

More information

Cisco Unified Communications Manager SIP Trunk Configuration Guide

Cisco Unified Communications Manager SIP Trunk Configuration Guide Valcom PagePro SIP (Session Initiation Protocol) Paging Servers, models VIP-201 and VIP-204, are compatible with Cisco Unified Communications Manager as either a Third-party SIP Device (Basic or Advanced)

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

ITA Mail Archive Setup Guide

ITA Mail Archive Setup Guide This version of ITA Mail Archive is optimized to archive emails on both Microsoft Exchange 2000 and 2003 and 2007 servers. It is highly recommended that ITA Mail Archive should run on a server other than

More information

Integrating Citrix EasyCall Gateway with SwyxWare

Integrating Citrix EasyCall Gateway with SwyxWare Integrating Citrix EasyCall Gateway with SwyxWare The EasyCall Gateway has been tested for interoperability with Swyx SwyxWare, versions 6.12 and 6.20. These integration tests were done by using EasyCall

More information

This Guide Will Show Agents How To Download Firefox and X-Lite v3 and How to Login to the MarketDialer and begin taking calls.

This Guide Will Show Agents How To Download Firefox and X-Lite v3 and How to Login to the MarketDialer and begin taking calls. This Guide Will Show Agents How To Download Firefox and X-Lite v3 and How to Login to the MarketDialer and begin taking calls. X-Lite SIP SoftPhone Configuration Guide Important Note: Plug in your headset

More information

Secure Messaging Server Console... 2

Secure Messaging Server Console... 2 Secure Messaging Server Console... 2 Upgrading your PEN Server Console:... 2 Server Console Installation Guide... 2 Prerequisites:... 2 General preparation:... 2 Installing the Server Console... 2 Activating

More information

RingCentral Office. Configure Aastra phones with RingCentral

RingCentral Office. Configure Aastra phones with RingCentral TM RingCentral Office Configure Aastra phones with RingCentral Configuring Aastra phones Overview... 2 Getting ready to setup your Aastra phones... 2 Configuring the Aastra Phone... 4 Overview Aastra s

More information

How to install IDA floating licenses on a Windows server

How to install IDA floating licenses on a Windows server How to install IDA floating licenses on a Windows server To be able to use the IDA floating licenses, you need to first configure a license management server, FlexNet license manager in our case. The workstations

More information

Keystone 600N5 SERVER and STAND-ALONE INSTALLATION INSTRUCTIONS

Keystone 600N5 SERVER and STAND-ALONE INSTALLATION INSTRUCTIONS The following instructions are required for installation of Best Access System s Keystone 600N5 (KS600N) network key control software for the server side. Please see the system requirements on the Keystone

More information

VoIP Laboratory A Creating a local private telephony network in a rural community

VoIP Laboratory A Creating a local private telephony network in a rural community VoIP Laboratory A Creating a local private telephony network in a rural community (cc) Creative Commons Share Alike Non Commercial Attribution 3 This laboratory focus on building local Voice infrastructure

More information

Below shows the examples of FAX application through PSTN Trunk and SIP Trunk with VigorIPPBX 3510.

Below shows the examples of FAX application through PSTN Trunk and SIP Trunk with VigorIPPBX 3510. How to Send a FAX via Virtual FAX in VigorIPPBX VigorIPPBX router supports the function of Virtual FAX. Comparing to the traditional fax machine, the difference is that VigorIPPBX not onloy receives/sends

More information

SIP Trunking using Optimum Business SIP Trunk Adaptor and ShoreTel IP PBX Phone System

SIP Trunking using Optimum Business SIP Trunk Adaptor and ShoreTel IP PBX Phone System SHORETEL SIP Trunking using Optimum Business SIP Trunk Adaptor and ShoreTel IP PBX Phone System Goal The purpose of this configuration guide is to describe the steps needed to configure the ShoreTel IP

More information

LDAP Implementation AP561x KVM Switches. All content in this presentation is protected 2008 American Power Conversion Corporation

LDAP Implementation AP561x KVM Switches. All content in this presentation is protected 2008 American Power Conversion Corporation LDAP Implementation AP561x KVM Switches All content in this presentation is protected 2008 American Power Conversion Corporation LDAP Implementation Does not require LDAP Schema to be touched! Uses existing

More information

NF1Adv VOIP Setup Guide (for Pennytel)

NF1Adv VOIP Setup Guide (for Pennytel) NF1Adv VOIP Setup Guide (for Pennytel) Configuring your NF1Adv for VOIP Service The following steps will take you through the process of setting up your VOIP connection. Step 1: Checking Computer Network

More information

To configure a Virtual SIP Server

To configure a Virtual SIP Server To configure a Virtual SIP Server To configure a Virtual SIP Server in your local network do the following: Install VMware Player 1. Download the VMware Player 5.0.1 from: https://my.vmware.com/web/vmware/free#desktop_end_user_computing/vmware_player/5_0

More information

Customer Tips. Xerox Network Scanning HTTP/HTTPS Configuration using Microsoft IIS. for the user. Purpose. Background

Customer Tips. Xerox Network Scanning HTTP/HTTPS Configuration using Microsoft IIS. for the user. Purpose. Background Xerox Multifunction Devices Customer Tips June 5, 2007 This document applies to these Xerox products: X WC Pro 232/238/245/ 255/265/275 for the user Xerox Network Scanning HTTP/HTTPS Configuration using

More information

Cisco VoIP CUCM Labs by Michael T. Durham. Lab 1 - VMWare Hypervisor ESXi 5.1 Download and Free License

Cisco VoIP CUCM Labs by Michael T. Durham. Lab 1 - VMWare Hypervisor ESXi 5.1 Download and Free License Cisco VoIP CUCM Labs by Michael T. Durham Welcome to NetCertLabs CCNA/CCNP Voice Lab series. In this lab we downloading the free version of VMWare Hypervisor. At the time this lab was written, the current

More information

STATISTICA VERSION 12 STATISTICA ENTERPRISE SMALL BUSINESS INSTALLATION INSTRUCTIONS

STATISTICA VERSION 12 STATISTICA ENTERPRISE SMALL BUSINESS INSTALLATION INSTRUCTIONS STATISTICA VERSION 12 STATISTICA ENTERPRISE SMALL BUSINESS INSTALLATION INSTRUCTIONS Notes 1. The installation of STATISTICA Enterprise Small Business entails two parts: a) a server installation, and b)

More information

NexeTalk Telephone Interconnect

NexeTalk Telephone Interconnect NexeTalk Telephone Interconnect NexeTalk Telephone Interconnect User Guide August 01, 2014 1 Introduction NexeTalk Telephone Interconnect NexeTalk Telephone Interconnect is an integral part of NexeTalk

More information

ACD Automatic Call Distribution

ACD Automatic Call Distribution ACD Automatic Call Distribution Right after Auto Attendants and Voice Mail, this is probably the most sought after telephony application and by far the most complicated. ACD is the application you reach

More information