Auto-Provisioning Mediatrix units May 31, 2011

Size: px
Start display at page:

Download "Auto-Provisioning Mediatrix units May 31, 2011"

Transcription

1 Auto-Provisioning Mediatrix units May 31, 2011 Proprietary 2011 Media5 Corporation

2 Table of Contents Introduction... 3 Application Scenario... 3 Overview of the Server Configuration... 4 Preparing Windows Web Server (IIS) for Auto-Provisioning... 4 Preparing the Pumpkin TFTP Server for Auto-Provisioning... 4 Example... 5 Configuration Scripts... 6 Creating a Configuration Script... 6 Encryption... 7 Preparation of the Configuration Files and Firmware... 8 Firmware... 8 Configuration of the Mediatrix Unit... 8 Configuration Script Fetching using the Administration Web Page (Method 1)... 9 How to Automatically Configure your Mediatrix Units (Method 4) DHCP Configuration Page 2 of 11

3 Introduction This configuration describes how to use the Mediatrix units functionality that allows it to fetch the firmware and configuration files automatically from a provisioning server by using FTP, TFTP, HTTP or HTTPS. This Configuration Notes can be used to configure the Mediatrix 4100 series, Mediatrix 4400 series and Mediatrix 3000 series (DGW v2.0). Application Scenario This Configuration Note refers to the following scenario as an example throughout the document. New Firmware New Config. Script IP Server Mediatrix 4102 Figure 1. Network Diagram This document covers: Overview of the server setup Configuration required on the Mediatrix unit Preparation of the configuration files and firmware How to automatically configure your Mediatrix units Page 3 of 11

4 Overview of the Server Configuration Preparing Windows Web Server (IIS) for Auto-Provisioning If you are using Windows, ensure that the HTTP Server functionality is activated and that the configuration files and binaries are located under (default location): C:\Inetpub\wwwroot Media5 recommends that the administrator creates a subdirectory for the firmware and another subdirectory for the configuration files under the Web Server root directory: For example: Configuration files are located under the C:\Inetpub\wwwroot\Mediatrix_ConfigFiles folder. Firmware files and folders are located under the C:\Inetpub\wwwroot\Mediatrix_Firmware folder. Preparing the Pumpkin TFTP Server for Auto-Provisioning If you are using the Pumpkin TFTP server, ensure that it allows proper permission. For the PumpKIN TFTP server, please make sure that the options are selected as shown in the figure below. In the figure, the PumpKIN TFTP Server root directory is C:\PumpKIN. The TFTP root directory is where the firmware and configuration folders and binaries will be located. Media5 recommends that the administrator creates a subdirectory for the firmware and another subdirectory for the configuration files under TFTP root. For example: Configuration files are located under C:\PumpKIN\Mediatrix_ConfigFiles Firmware files and folders are located under C:\PumpKIN\Mediatrix_Firmware Page 4 of 11

5 Example For the example scenario, here is what each folder would look like: <TFTP or Web root>\mediatrix_configfiles Configuration Notes 275 <TFTP or Web root>\mediatrix_firmware The use of each files and folders are explained later in this document. Page 5 of 11

6 Configuration Scripts Generic and Specific Configuration Scripts download IP Server Request Generic and Specific Configuration Scripts Mediatrix 4102 The auto-provisioning feature on the Mediatrix units can fetch two types of files: Generic configuration script Specific configuration script The Generic configuration script contains parameters that can be applied to all Mediatrix units in the field. For example, generic parameters such as SIP Proxy server address or voice codec can be specified in this file. This means that all Mediatrix units in the field will point to the same SIP Proxy Server and use the same codec. The Specific configuration script contains parameters that are specific to each Mediatrix unit. For example, specific parameters are SIP username and SIP authentication parameters. To add flexibility, Media5 created macros that allow the Mediatrix units to fetch the generic and specific script using its MAC address (%mac%), its product name (%product%), its product series (%productseries%) or its version (%version%) as filename. For example: For a Mediatrix 4102 with MAC address 0090F8XXXXXX: The Mediatrix unit could be configured to fetch a generic script called %product%.cfg. The generic configuration script on the server would be named Mediatrix 4102.cfg. The Mediatrix unit could be configured to fetch a specific script called: %mac%.cfg. The specific configuration script on the server would be named 0090F8XXXXXX.cfg. Creating a Configuration Script A configuration script that can be used with the auto-provisioning feature can be generated by using the unit s configuration web page. Before proceeding to the steps below, you can manually configure your unit to the desired configuration to export a script that would reproduce the current unit s configuration. 1. Once you have gained access to the administration web page, access the Management Section. 2. In the Configuration Scripts sub section, locate the Export Script section. 3. Select if you want to export the entire configuration or only the modified configuration in the Content dropdown list. 4. Click the (download) link and save the configuration script. Configuration scripts share the same syntax, variables and command as the command-line interface (CLI). Please refer to the DGW v2.0 Configuration Reference document included with your DGW v2.0 documentation for more information on the script language and available variables and commands. Page 6 of 11

7 Encryption Mediatrix 4102 SIP IP Codecs MIBs Server Configuration scripts are decrypted by the Mediatrix Configuration scripts is encrypted. The file is useless if intercepted. Media5 provides an encryption tool (MxCryptFile) to secure the configuration scripts on the server. Once the file is encrypted, the transfer of the information over the network is secure. The encryption tool uses symmetric block cipher to encrypt data. The encryption key supported by the tool can be up to 128-bits with increment of 8-bits. This encryption key must be configured on the Mediatrix units in order to decipher the information. The tool provided by Media5 can be used on Windows, Linux or Unix operating systems. The following is an example of the tool running on Windows: The following are some examples of MxCryptFile commands: MxCryptFile.exe in Mediatrix 4102_unencrypted.cfg out Mediatrix 4102.cfg k Page 7 of 11

8 MxCryptFile.exe in 0090F8XXXXXX_unencrypted.cfg out 0090F8XXXXXX.cfg k 89bb6758ac895f56 Ensure that the Mediatrix unit is configured with the correct key in order to decipher the information. Without the proper key, the parameters in the encrypted script would not be applied to the Mediatrix unit. Preparation of the Configuration Files and Firmware Firmware Server Firmware download IP Request Configuration Scripts and then request firmware Mediatrix 4102 Mediatrix units can be upgraded by using configuration scripts. The FPU.install command is used to start the upgrade process with the currently configured variables (host name, version, etc). A typical upgrade can be configured as follow : Fpu.MfpSelection[Index=0].MfpName = "Dgw" Fpu.MfpVersion=" " Fpu.MfpLocation="Mediatrix_Firmware" Fpu.MfpTransferProtocol = "Tftp" Fpu.MfpTransferUsername="" Fpu.MfpTransferPassword="" Fpu.MfpTransferSrvHostname=" " Fpu.AutomaticRestartEnable = "Enable" Fpu.Install In this example, the unit would automatically upgrade to DGW version The unit would fetch the firmware on the TFTP server in the Mediatrix_Firmware folder. The unit would also reboot automatically at the end of the upgrade to finish the installation. Configuration of the Mediatrix Unit You can configure the auto-provisioning in four ways: 1. Using the Administration web page 2. Using the CLI 3. Using Unit Manager Network 4. Using automatically fetched configuration script This document describes method one and four in length and presents method two with screenshots throughout this section. If you wish to use method 2 or 3, use the variable names that are in parenthesis. Page 8 of 11

9 Configuration Script Fetching using the Administration Web Page (Method 1) Configuration Notes Once you have gained access to the Management web page (Method 1), access the Configuration Scripts section : 2. Run Scripts section: Configure the Generic File Name (ScriptGenericFileName). If you wish, you can use one of the macros mentioned in the Configuration Scripts section. Configure the Specific File Name (ScriptSpecificFileName). If you wish, you can use one of the macros mentioned in the Configuration Scripts section. Configure the Location (ScriptsLocation). This path should lead to the folder that contains the configuration files. Configure the Transfer Protocol (ScriptsTransferProtocol) a. When using FTP, HTTP or HTTPS, you can configure a User Name (ScriptsTransferUsername) and Password (ScriptsTransferPassword) if your server requires basic or digest authentication. Configure the IP address or FQDN (and the port separated by a colon) of the file server in the Host Name field (ScriptsTransferSrvHostname). When using the special port 0, port 80 will be used for a HTTP server, port 21 for a FTP server and port 69 for a TFTP server. When using encryption, configure the Privacy Key (ScriptsSecretKey). This key should be the same as the one used with the MXCryptFile to encrypt the configuration script. Configure the Allow Repeated Execution (ScriptsAllowRepeatedExecution). This variable can be set to Disable to prevent the unit from running the same script twice. 3. Automatic update configuration: Configure the Update On Restart (ScriptsTransferOnRestartEnable) if you wish the unit to check for new script at each start. Configure the Update Periodically (ScriptsTransferPeriodicEnable) if you wish the unit to check for new script periodically. o If you have enabled the periodic update, you can configure the frequency with three parameters: Time Unit (ScriptsTransferPeriodicTimeUnit) Period (ScriptsTransferInterval) Time of day (ScriptsTransferTimeOfDay) Configure the DHCP Download Enable (ScriptsDhcpDownloadEnable) variable. This variable allows the unit to run a script provided using a DHCP option. (See section How to automatically configure your Mediatrix units (Method 4)) 4. The following is what the configured interface would look like for method 1. In this example, a Mediatrix 4102 with MAC address 0090F8XXXXXX will download two configuration scripts every day at 1h00 (24h format) on the HTTP server httpserver.media5corp.com. The unit will fetch the files Mediatrix 4102.cfg and 0090F8XXXXXX.cfg in the Mediatrix_ConfigFiles folder. If one of configuration script has changed, the unit will execute the modified script. Page 9 of 11

10 Method 1: How to Automatically Configure your Mediatrix Units (Method 4) With the auto-provisioning feature, it was explained how to configure the Mediatrix units to automatically fetch configuration scripts. However, as explained, this feature requires the Mediatrix units to be manually configured. By using DHCP option, it is possible to have the Mediatrix units automatically execute a configuration script. Mediatrix units, by default, send DHCP requests to acquire an IP address. If one of the options 66 (tftp-server) or 67 (bootfile) is found in the server s answer, the Mediatrix unit will execute the specified script. DHCP Configuration The value of the option 66 (tftp-server) or 67 (bootfile) needs to be formatted for the unit to understand the option. Please refer to your DHCP server documentation on how to add options to DHCP answers. The format of the option is the following: FileType : Script <FileType>=<Protocol>://[<Username>[:<Password>]@]<Server>[/<Path>]/<File> Protocol : http, https, ftp, tftp Username: Optional. If username is not provided, the ScriptTransferUsername (CLI) is used. Password: Optional. If password is not provided, the ScriptTransferPassword (CLI) is used. Page 10 of 11

11 Server: IP address or FQDN. Path: Location of the file. The macros %mac%, %version%, %product% and %productseries% are allowed File : The macros %mac%, %version%, %product% and %productseries% are allowed. Example : Script= DHCP triggered scripts ignore the ScriptsAllowRepeatedExecution value. A given DHCP triggered script will not be executed twice without a factory reset or the download of a new generic script. The script is only executed if it is different than the last executed script. DHCP triggered scripts are always considered generic scripts. Page 11 of 11

Using a PSTN Mediatrix Gateway (FXO, PRI, BRI) with a 3CX IP PBX

Using a PSTN Mediatrix Gateway (FXO, PRI, BRI) with a 3CX IP PBX Using a PSTN Mediatrix Gateway (FXO, PRI, BRI) with a 3CX IP PBX For Mediatrix 3000, C730, 4400, and G7 Gateways v. 43.0.1125 2018-08-16 Table of Contents Table of Contents Requirements 3 Information to

More information

Auto-Provision Specification

Auto-Provision Specification Auto-Provision Specification C Series IP Phones 9/12/2013 Contents 1. Preface... 2 1.1 Introduction... 2 1.2 Definitions... 2 1.3 Process Summary... 2 2. Provisioning Methods... 2 2.1 DHCP... 3 2.1.1 DHCP

More information

Using a Mediatrix Gateway with a 3CX IP PBX

Using a Mediatrix Gateway with a 3CX IP PBX For the Mediatrix C710, C711, and 4102S Revision 01 2017-03-14 Table of Contents Table of Contents Requirements 3 Information to Know Before Starting 4 Configuration on the 3CX Server Side 5 Installing

More information

SSP9210 SM/SAX8210 P/SGR8210 SMK. Administrator Guide SGR8210 SMK

SSP9210 SM/SAX8210 P/SGR8210 SMK. Administrator Guide SGR8210 SMK SSP9210 SM/SAX8210 P/SGR8210 SMK Administrator Guide SSP9210 SM SAX8210 P SGR8210 SMK 1 REGISTRATIONS... 4 MASTER (SSP9210 SM)... 4 Room Number & SIP Mode... 5 SIP Accounts... 5 SLAVE (SGR8210 SMK (BASE))...

More information

Table of Contents. iii

Table of Contents. iii Table of Contents iii Table of Contents Table of Contents Table of Contents... iii Summary of Changes... 1 Changes for Release 81, Guide Version 81.70... 1 Introduction... 1 Getting Started... 3 Obtaining

More information

Table of Contents. iii

Table of Contents. iii Table of Contents iii Table of Contents Table of Contents Table of Contents... iii Summary of Changes... 1 Changes for Release 81, Guide Version 81.72... 1 Changes for Release 81, Guide Version 81.71...

More information

Secure Communications on VoIP Networks

Secure Communications on VoIP Networks Mediatrix Multi-service Gateways v. 2.0.41.762 2017-12-21 Table of Contents Table of Contents Internet Telephony Network Security 4 Authentication 4 X-509 Certificates 4 Transport Layer Security (TLS)

More information

Installing MySQL Subscriber Database

Installing MySQL Subscriber Database CHAPTER 2 This chapter describes how the optional MySQL subscriber database is installed for use with the Cisco SIP Proxy Server. An installation script, install_mysql_db, is used. This script only runs

More information

Building Block Installation - Admins

Building Block Installation - Admins Building Block Installation - Admins Overview To use your Blackboard Server with Panopto, you first need to install the Panopto Building Block on your Blackboard server. You then need to add Blackboard

More information

If you have questions during the Webinar

If you have questions during the Webinar Welcome to our joint Yealink Webinar! We will commence at: 9:00pm~10:00pm CST If you have questions during the Webinar During the formal presentation: use the chat service on the dashboard During the Q&A

More information

Release Notes: SoundPoint/SoundStation IP - BootROM

Release Notes: SoundPoint/SoundStation IP - BootROM Software Revision These release notes cover Polycom s SoundPoint/SoundStation IP - BootROM version 3.0.1. Document Revision These release notes may be updated during the life of this release as any issues

More information

Troubleshooting Tools to Diagnose or Report a Problem March 30, 2012

Troubleshooting Tools to Diagnose or Report a Problem March 30, 2012 Troubleshooting Tools to Diagnose or Report a Problem March 30, 2012 Proprietary 2012 Media5 Corporation Scope of this Document This Technical Bulletin aims to inform the reader on the troubleshooting

More information

Fanvil IP Phone Configuration Guides. Yeastar Technology Co., Ltd.

Fanvil IP Phone Configuration Guides. Yeastar Technology Co., Ltd. Fanvil IP Phone Configuration Guides Yeastar Technology Co., Ltd. Table of Contents REGISTER WITH MYPBX MANUALLY... 3 REGISTER SIP EXTENSION... 4 REGISTER IAX2 EXTENSION... 6 CONFIGURING TO USE IAX2 ON

More information

1. Upgrade through HTTP

1. Upgrade through HTTP How to upgrade Htek IP Phones support using the FTP, TFTP, HTTP and HTTPS protocols to download the Configuration files. When the phone which version is 1.0.3.62 or older upgrade to 1.0.3.73, phone will

More information

Provisioning of Algo SIP Endpoints Algo Communication Products Version 1.1 Sept 30, 2015

Provisioning of Algo SIP Endpoints Algo Communication Products Version 1.1 Sept 30, 2015 Provisioning of Algo SIP Endpoints Algo Communication Products Version 1.1 Sept 30, 2015 Contents 1. Introduction... 1 1.1 Supported Devices...2 2. Provisioning Basics... 2 2.1 Server Address & Protocol...2

More information

Standard SIP Terminal IP Phone ITX-1615 Phone Manager User Guide

Standard SIP Terminal IP Phone ITX-1615 Phone Manager User Guide Standard SIP Terminal IP Phone ITX-1615 Phone Manager User Guide Before using this product and document, please read the following document carefully. Also, please keep this document to the place where

More information

File Transfers. Contents

File Transfers. Contents A File Transfers Contents Overview.................................................... A-3................................ A-3 General Software Download Rules............................ A-4 Using TFTP

More information

Configuring the DHCP Server

Configuring the DHCP Server For all DGW Platforms v. 2.0.42.768 2018-05-17 Table of Contents Table of Contents DHCP Service Starting the DHCP Server Documentation 5 Copyright Notice 6 DHCP Service The DHCP service allows the Mediatrix

More information

DGW PCM Traces. All Mediatrix Units. v

DGW PCM Traces. All Mediatrix Units. v All Mediatrix Units v. 2.0.40.747 2018-03-29 Table of Contents Table of Contents PCM Traces 3 Requirements 4 Enabling the PCM Traces - DGW 2.0 5 Enabling PCM Traces in the Configuration Script 5 Enabling

More information

Welcome to our joint Yealink/Alloy Webinar!

Welcome to our joint Yealink/Alloy Webinar! Welcome to our joint Yealink/Alloy Webinar! We will commence at: 9:00am PDT - 10:00am MDT - 12:00am EDT, Friday 9 th August 2013 Webinar audio is available via your Computer (VoIP): Preferably using a

More information

GRANDSTREAM NETWORKS SUMMARY OF UPDATES. The main purpose of this release is bug fixes and feature enhancement.

GRANDSTREAM NETWORKS SUMMARY OF UPDATES. The main purpose of this release is bug fixes and feature enhancement. GRANDSTREAM NETWORKS Firmware Release Notes: Version 1.0.2.21 (HW Supported: 1.2A, 1.3A, 1.3B, 1.5A, 1.6A) Date: August 31, 2017 The main purpose of this release is bug fixes and feature enhancement. CHANGES

More information

Deploying an IVR Web Application

Deploying an IVR Web Application Deploying an IVR Web Application Last Updated: July 24, 2008 The Cisco Unity Express Interactive Voice Response (IVR) feature allows you to deploy your VoiceXML scripts, which represent the static content

More information

Encrypted Phone Configuration File Setup

Encrypted Phone Configuration File Setup This chapter provides information about encrypted phone configuration files setup. After you configure security-related settings, the phone configuration file contains sensitive information, such as digest

More information

Table of Contents. iii

Table of Contents. iii Table of Contents 4 iii Table of Contents Table of Contents Table of Contents... iii Summary of Changes... v Changes for Release 8, Guide Version 8.65... v Changes for Release 8, Guide Version 8.50...

More information

Release Notes BootROM Application SoundPoint and SoundStation IP

Release Notes BootROM Application SoundPoint and SoundStation IP Release Notes BootROM Application SoundPoint and SoundStation IP Version 4.1.1 13 June 2008 Part Number 3804-11069-411 Copyright 2008 Polycom, Inc. All rights reserved. Page 1 of 17 Table of Contents 1

More information

Grandstream GXV GXV3611LL, 3601HD Admin Guide

Grandstream GXV GXV3611LL, 3601HD Admin Guide Grandstream GXV GXV3611LL, 3601HD Admin Guide Schmooze Com Inc. Chapters How to Find the IP Address How to Find the MAC Address How to Set the Configuration Server How to Restore Factory Default How to

More information

Table of Contents. iii

Table of Contents. iii Table of Contents 114 iii Table of Contents Table of Contents Table of Contents... iii Introduction... 1 Getting Started... 3 Obtaining Boot, Configuration and Resource Files... 3 Boot Files... 3 Configuration

More information

Second SIP Gateway Fallback with Gateway Registration

Second SIP Gateway Fallback with Gateway Registration All Mediatrix units v. 2.0.41.762 2018-03-29 Table of Contents Table of Contents Information to Know Before Starting 3 Requirements 4 Second SIP Gateway Fallback 5 SIP Configuration 6 Adding the Fallback

More information

Grandstream Networks, Inc.

Grandstream Networks, Inc. Grandstream Networks, Inc. SIP Device Provisioning Guide www.grandstream.com TABLE OF CONTENTS SIP DEVICE PROVISIONING GUIDE OVERVIEW... 3 PROVISIONING FLOW... 3 CONFIGURATION PARAMETERS... 4 GENERATE

More information

Grandstream Networks, Inc. XML Configuration File Generator User Guide (For Windows Users)

Grandstream Networks, Inc. XML Configuration File Generator User Guide (For Windows Users) Grandstream Networks, Inc. Table of Content INTRODUCTION... 3 CHANGE LOG... 4 Version 3.1... 4 Version 3.0... 4 FILES IN THE PACKAGE... 5 Example TXT Config Template (Config_Example.txt)... 5 Example CSV

More information

Basic SIP Endpoint Registration

Basic SIP Endpoint Registration For all Mediatrix units with telephony cards v. 43.1.1264 2018-09-26 Table of Contents Table of Contents to Know Before Starting 3 4 Logging on to the Mediatrix Unit Web Interface 4 Configuring the Default

More information

Yealink IP Phone Configuration Guides. Yeastar Technology Co., Ltd.

Yealink IP Phone Configuration Guides. Yeastar Technology Co., Ltd. Yealink IP Phone Configuration Guides Yeastar Technology Co., Ltd. Table of Contents Register with MyPBX manually... 3 Configuring BLF on Yealink... 6 Provisioning for MyPBX... 8 3.1 Phone provisioning

More information

AP-51XX v r Release Notes Part Number 72E

AP-51XX v r Release Notes Part Number 72E AP-51XX v2.3.0.0-019r Release Notes Part Number 72E-126383-01 Introduction New Features AP-51XX Hardware/ Software Compatibility Matrix AP-51XX Default Configurations Firmware Update Resetting the AP-51XX

More information

Installing a Virtual Machine Using an ISO Image

Installing a Virtual Machine Using an ISO Image For Sentinel units v. 43.3.1398 2019-01-10 Table of Contents Table of Contents Virtual Machine (VM) Installation 3 Configuring a Link as a Virtual Switch 3 Adding a Virtual Machine 3 Configuring the VM

More information

Base Stations/Handset Firmware Update Via TFTP Contents Contents...1 Document History... 1 Introduction: Firmware Upgrades/Downgrades...

Base Stations/Handset Firmware Update Via TFTP Contents Contents...1 Document History... 1 Introduction: Firmware Upgrades/Downgrades... Base Stations/Handset Firmware Update Via TFTP Contents Contents...1 Document History... 1 Introduction: Firmware Upgrades/Downgrades....1 Terms & Abbreviations... 2 References...2 Network Dimensioning...

More information

First Aid. For All Mediatrix units. Revision

First Aid. For All Mediatrix units. Revision For All Mediatrix units Revision 01 2015-09-30 Table of Contents Table of Contents Troubleshooting 3 Troubleshooting 3 Mediatrix Profile Default Settings for the Rescue Interface 4 Performing a Factory

More information

Auto-Provisioning Manual

Auto-Provisioning Manual VWRT510 Auto-Provisioning Manual 2013 ReadyNetSolutions. All rights reserved.! Version 130313.6 Table of Contents Introduction!... 3 Configure Provisioning Parameters!... 3 Enable Provisioning!... 3 Syntax

More information

Table of Contents. iii

Table of Contents. iii Table of Contents iii Table of Contents Table of Contents... iii Summary of Changes... v Changes for Release 80, Guide Version 80.60... v Changes for Release 80, Guide Version 80.20... v Changes for Release

More information

Firmware Management. Overview of Firmware. This chapter includes the following sections:

Firmware Management. Overview of Firmware. This chapter includes the following sections: This chapter includes the following sections: Overview of Firmware, page 1 Options for Upgrading Firmware, page 2 Obtaining Software from Cisco Systems, page 2 Installing CIMC Firmware from a Remote Server,

More information

VWRT510 Auto-Provisioning Manual

VWRT510 Auto-Provisioning Manual VWRT510 Auto-Provisioning Manual 2015 ReadyNet. All rights reserved. Version150128.8 Table of Contents Introduction... 3 Configure Provisioning Parameters... 3 Enable Provisioning... 3 Syntax of Profile

More information

AC1200MS Auto-Provisioning Manual

AC1200MS Auto-Provisioning Manual AC1200MS Auto-Provisioning Manual Table of Contents Introduction... 3 Configure Provisioning Parameters... 3 Enable Provisioning... 3 Syntax of Profile Rule and Upgrade Rule... 5 Macro Expansion... 6 Provisioning...

More information

S38 Basic Configuration

S38 Basic Configuration S38 Basic Configuration Contents 1 Web Login Summary...1 1.1 Overview...1 1.2 Management IP/ Route Configuration...1 1.3 User Configuration...2 1.4 Http Configuration...2 1.5 Web Login...3 2 Firmware upgrade...5

More information

Avaya Contact Centre Control Manager Release 7.0 Service Pack 1 (ACCCM 7.0 SP1 or ACCCM 7.0.1)

Avaya Contact Centre Control Manager Release 7.0 Service Pack 1 (ACCCM 7.0 SP1 or ACCCM 7.0.1) Avaya Contact Centre Control Manager Release 7.0 Service Pack 1 (ACCCM 7.0 SP1 or ) Avaya Inc Proprietary 1 DOCUMENT VERSION : 1.0 SW : 7.0.1 ISSUE DATE : AUG 22 ND 2013 Avaya Inc Proprietary 2 RELEASE

More information

Network Controller 3500 Quick Start Guide

Network Controller 3500 Quick Start Guide Network Controller 3500 Quick Start Guide Firmware Version 1.00.82 1. Configuring the Controller 1.1. Connect to the Controller: The default LAN IP Address of the Controller is: IP: 192.168.1.1 Set you

More information

Configuring an FXO Mediatrix Gateway as a MS Lync 2010 PSTN Gateway

Configuring an FXO Mediatrix Gateway as a MS Lync 2010 PSTN Gateway Configuring an FXO Mediatrix Gateway as a MS Lync 2010 PSTN Gateway Mediatrix units with FXO ports v. 43.1.1264 2018-09-26 Table of Contents Table of Contents to Know Before Starting 3 Mediatrix Gateway

More information

Yealink W52P IP DECT Phones Auto Provisioning Guide

Yealink W52P IP DECT Phones Auto Provisioning Guide Introduction i Yealink W52P IP DECT Phones Auto Provisioning Guide ii Table of Contents Table of Contents... iii Summary of Changes... vii Changes for Release 73, Guide Version 73.27... vii Changes for

More information

Model Information, Status, and Statistics

Model Information, Status, and Statistics Overview, page 1 Display Model Information Screen, page 1 Status Menu, page 2 Overview This chapter describes how to use the following menu and screen on the Cisco Unified IP Phone 7931G to view model

More information

Table of Contents. iii

Table of Contents. iii Table of Contents iii Table of Contents Table of Contents... iii Summary of Changes... v Changes for Release 80, Guide Version 80.63... v Changes for Release 80, Guide Version 80.62... v Changes for Release

More information

Grandstream IP Phone Configuration Guides

Grandstream IP Phone Configuration Guides Grandstream IP Phone Configuration Guides Version 1.0 Yeastar Information Technology Co. Ltd. Table of Contents FOR GRANDSTREAM GXP SERIES... 3 Register with MyPBX... 3 Provisioning for MyPBX... 5 Phone

More information

Basic SIP Username Registration

Basic SIP Username Registration For all Mediatrix units with telephony cards v. 2.0.42.768 2018-04-03 Table of Contents Table of Contents Information to Know Before Starting 3 4 Logging on to the Mediatrix Unit Web Interface 4 Configuring

More information

Cisco IP Phone Configuration Guide

Cisco IP Phone Configuration Guide Version 1.0 Date: 2016.09.21 Yeastar Information Technology Co. Ltd. Introduction This guide introduces how to configure Cisco IP phones with Yeastar S-Series VoIP PBX. You have multiple ways to configure

More information

Configuring the Cisco ATA for SIP

Configuring the Cisco ATA for SIP CHAPTER 3 This section describes how to configure the Cisco ATA to operate with the Session Initiation Protocol (SIP) signaling image and how the Cisco ATA obtains the latest signaling image. You can configure

More information

First Aid. For All Mediatrix units. v

First Aid. For All Mediatrix units. v For All Mediatrix units v. 2.0.40.747 2018-03-29 Table of Contents Table of Contents Troubleshooting 3 Troubleshooting 4 Mediatrix Profile Default Settings for the Rescue Interface 4 Performing a Factory

More information

IMPORTANT UPGRADING NOTE

IMPORTANT UPGRADING NOTE GRANDSTREAM NETWORKS Firmware Release Notes: Version 1.0.2.9 (HW Supported: 1.2A, 1.3A, 1.3B, 1.5A, 1.6A) Date: June 1 st, 2017 IMPORTANT UPGRADING NOTE Once upgraded to 1.0.2.x firmware, downgrading to

More information

Backing Up and Restoring Data

Backing Up and Restoring Data Backing Up and Restoring Data Last Updated: July 25, 2006 Cisco Unity Express backup and restore functions use an FTP server to store and retrieve data. The backup function copies the files from the Cisco

More information

Release Notes BootROM Application SoundPoint IP, SoundStation IP and VVX TM

Release Notes BootROM Application SoundPoint IP, SoundStation IP and VVX TM Release Notes BootROM Application SoundPoint IP, SoundStation IP and VVX TM Version 4.1.3 12 June 2009 Part Number 3804-11069-413 Copyright 2009 Polycom, Inc. All rights reserved. Page 1 of 19 Table of

More information

Basic SIP Unit Registration

Basic SIP Unit Registration For all Mediatrix units with telephony cards v. 2.0.40.747 2018-03-29 Table of Contents Table of Contents Information to Know Before Starting 3 4 Logging on to the Mediatrix Unit Web Interface 4 Configuring

More information

Replicating a Virtual Machine Image on Another Unit

Replicating a Virtual Machine Image on Another Unit Sentinel 400 v. 43.2.1343 2018-11-07 Table of Contents Table of Contents Exporting the Virtual Machine Image 3 Stopping the Virtual Machine 3 Taking a Record of the Virtual Machine 3 Taking a Backup of

More information

TLS Setup. TLS Overview. TLS Prerequisites

TLS Setup. TLS Overview. TLS Prerequisites Setup Overview, page 1 Prerequisites, page 1 Configuration Task Flow, page 2 Interactions and Restrictions, page 8 Overview Transport Layer Security () provides secure and reliable signaling and data transfer

More information

First Aid. For All Mediatrix units. v

First Aid. For All Mediatrix units. v For All Mediatrix units v. 43.0.1125 2018-08-16 Table of Contents Table of Contents Troubleshooting 3 Troubleshooting 4 Mediatrix Profile Default Settings for the Rescue Interface 4 Performing a Factory

More information

Configuring Non-Cisco Phones That Are Running SIP

Configuring Non-Cisco Phones That Are Running SIP APPENDIXB Configuring Non-Cisco Phones That Are Running SIP Cisco Unified Communications Manager supports Cisco Unified IP Phones with SIP as well as RFC3261-compliant phones that are running SIP from

More information

First Aid. For All Mediatrix units. v

First Aid. For All Mediatrix units. v For All Mediatrix units v. 2.0.41.762 2018-03-29 Table of Contents Table of Contents Troubleshooting 3 Troubleshooting 4 Mediatrix Profile Default Settings for the Rescue Interface 4 Performing a Factory

More information

LevelOne. User Manual. WAP Mbps PoE Wireless AP V3.0.0

LevelOne. User Manual. WAP Mbps PoE Wireless AP V3.0.0 LevelOne WAP-0005 108Mbps PoE Wireless AP User Manual V3.0.0 i TABLE OF CONTENTS CHAPTER 1 INTRODUCTION... 1 FIGURE 1: WIRELESS ACCESS POINT... 1 FEATURES OF YOUR WIRELESS ACCESS POINT... 1 Security Features...

More information

Network Camera. Application Guide 1.8 Before operating the unit, please read this manual thoroughly and retain it for future reference.

Network Camera. Application Guide 1.8 Before operating the unit, please read this manual thoroughly and retain it for future reference. A-EAK-100-18 (1) Network Camera Application Guide 1.8 Before operating the unit, please read this manual thoroughly and retain it for future reference. 2012 Sony Corporation Table of Contents Overview

More information

Upgrading R/Evolution Storage Systems

Upgrading R/Evolution Storage Systems Upgrading R/Evolution Storage Systems This guide describes considerations and procedures for upgrading the following R/Evolution storage systems: 2000 Series to 2002 Series storage systems 2000 Series

More information

MyPBX Security Configuration Guide

MyPBX Security Configuration Guide MyPBX Security Configuration Guide Version: V1.5 Date: May 5th, 2014 http://www.yeastar.com 1/56 Contents MyPBX Security Configuration Guide Introduction... 3 Security Center... 4 Part 1 Ports and Password

More information

Managing Controller Software and Configurations

Managing Controller Software and Configurations CHAPTER 8 Managing Controller Software and Configurations This chapter describes how to manage configurations and software versions on the controllers. This chapter contains these sections: Transferring

More information

The Device Setup feature is supported on Series 4 (XTx44, XDx34, HDx24, LS424) and Series 3 (XTx43, XDx33, HDx23, LS423) mode

The Device Setup feature is supported on Series 4 (XTx44, XDx34, HDx24, LS424) and Series 3 (XTx43, XDx33, HDx23, LS423) mode Device Setup ON THIS PAGE Introduction Network Setup Ethernet Settings Change Ethernet Settings Wireless Setup Advanced Wireless Setup Network Diagnostics Publishing Options BrightSign Network Sign-In

More information

Configuring the Cisco TelePresence System

Configuring the Cisco TelePresence System 3 CHAPTER Revised: August 2011, Contents This chapter contains the following sections: First Time Setup Wizard for the CTS 500 32, page 3-1 First Time Setup for All Other CTS Models, page 3-2 IP Settings,

More information

Configure Dynamic Host Configuration Protocol (DHCP) Image Upgrade Settings on a Switch through the Command Line Interface (CLI)

Configure Dynamic Host Configuration Protocol (DHCP) Image Upgrade Settings on a Switch through the Command Line Interface (CLI) Configure Dynamic Host Configuration Protocol (DHCP) Image Upgrade Settings on a Switch through the Command Line Interface (CLI) Objective The Dynamic Host Configuration Protocol (DHCP) image upgrade feature

More information

IS-381 / IS-382 IP Audio gateway. User Manual

IS-381 / IS-382 IP Audio gateway. User Manual IS-381 / IS-382 IP Audio gateway User Manual IS-381 IS-382 PORTech Communications Inc. Content 1. Introduction... 1 2. Functions... 1 3. Parts list... 2 4.Main body size... 2 5.Panel description... 3 6.Link

More information

Basic FXS Gateway Configuration

Basic FXS Gateway Configuration Mediatrix units with FXS ports Revision 308 2015-06-25 Table of Contents Table of Contents Configuring the Mediatrix Unit 3 Getting Started 3 Logging On to the Mediatrix Unit Web Interface 3 Configuring

More information

Encrypted Phone Configuration File Setup

Encrypted Phone Configuration File Setup This chapter provides information about encrypted phone configuration files setup. After you configure security-related settings, the phone configuration file contains sensitive information, such as digest

More information

User s Manual CONTENT. Nano NAS Server for USB storages. 1. Product Information Product Specifications System requirements..

User s Manual CONTENT. Nano NAS Server for USB storages. 1. Product Information Product Specifications System requirements.. CONTENT Nano NAS Server for USB storages 1. Product Information...1 2. Product Specifications.2 3. System requirements..3 4. Product Connecting. 4 5. Configuring DN-7023....5 6. Setting... 9 7. Note..

More information

Yealink Configuration Encryption Tool User Guide

Yealink Configuration Encryption Tool User Guide i SOFTWARE LICENSE AGREEMENT FOR YEALINK CONFIGURATION CONVERSION TOOL IS IMPORTANT. PLEASE READ THIS LICENSE AGREEMENT CAREFULLY BEFORE CONTINUING WITH THIS PROGRAM: YEALINK NETWORK TECHNOLOGY CO., LTD

More information

Second SIP Fallback with Gateway Registration

Second SIP Fallback with Gateway Registration Second SIP Fallback with Gateway Registration For all Mediatrix units Revision 03-2015-10-28 www.media5corp.com Second SIP Fallback with Gateway Registration Table of Contents Second SIP Gateway Fallback...3

More information

New Rock Technologies, Inc. Unified Management System. User Guide. Document Version:

New Rock Technologies, Inc. Unified Management System. User Guide.   Document Version: New Rock Technologies, Inc. Unified Management System User Guide http://www.newrocktech.com Document Version: 201807 Amendment Records Document Rev. 01 (June, 2018) Applied to UMS V1.1.2. Copyright 2018

More information

First Aid. For all Mediatrix units. Revision

First Aid. For all Mediatrix units. Revision First Aid For all Mediatrix units Revision 01-2015-09-30 www.media5corp.com First Aid Table of Contents Troubleshooting... 3 Troubleshooting... 3 Mediatrix Profile Default Settings for the Rescue Interface...

More information

XT-13P IP Indoor Monitor User Manual

XT-13P IP Indoor Monitor User Manual XT-13P IP Indoor Monitor User Manual About this manual Thank you for choosing XT-13P IP indoor monitor. This manual is intended for end users, who need to use and configure the indoor monitor. It provides

More information

SoLink-Lite IP-PBX. Administrator Guide. (Version 1.0)

SoLink-Lite IP-PBX. Administrator Guide. (Version 1.0) SoLink-Lite IP-PBX Administrator Guide (Version 1.0) TABLE OF CONTENT 1.0 Introduction... 1 2.0 Setting Up the IP-PBX... 2 3.0 Logging On... 3 4.0 Configuring Network... 4 5.0 Configuring Hardware... 5

More information

Troubleshooting 1240AG Series Autonomous Access Points

Troubleshooting 1240AG Series Autonomous Access Points CHAPTER 3 Troubleshooting 1240AG Series Autonomous Access Points This chapter provides troubleshooting procedures for basic problems with the 1240AG series autonomous access point (AIR-AP1242AG or AIR-AP1242G).

More information

Server Utilities. Enabling Or Disabling Smart Access USB. This chapter includes the following sections:

Server Utilities. Enabling Or Disabling Smart Access USB. This chapter includes the following sections: This chapter includes the following sections: Enabling Or Disabling Smart Access USB, page 1 Exporting Technical Support Data, page 3 Exporting Technical Support Data to Front Panel USB Device, page 5

More information

Using the Web-Browser and CLI Interfaces

Using the Web-Browser and CLI Interfaces CHAPTER 2 This chapter describes the web-browser and CLI interfaces that you use to configure the controller. It contains these sections: Using the Web-Browser Interface, page 2-2 Using the CLI, page 2-7

More information

SOFTWARE LICENSE AGREEMENT COPYRIGHT WARRANTIES

SOFTWARE LICENSE AGREEMENT COPYRIGHT WARRANTIES i SOFTWARE LICENSE AGREEMENT SOFTWARE LICENSE AGREEMENT FOR YEALINK CONFIGURATION CONVERSION TOOL IS IMPORTANT. PLEASE READ THIS LICENSE AGREEMENT CAREFULLY BEFORE CONTINUING WITH THIS PROGRAM: YEALINK

More information

HT801/HT802 Firmware Release Notes IMPORTANT UPGRADING NOTE

HT801/HT802 Firmware Release Notes IMPORTANT UPGRADING NOTE HT801/HT802 Firmware Release Notes IMPORTANT UPGRADING NOTE Once HT801/HT802 is upgraded to 1.0.3.2 or above, downgrading to 1.0.2.x firmware version or lower is not supported. Once HT801/HT802 is upgraded

More information

Application Notes for Infoblox DNSone in an Avaya IP Office IP Telephony Infrastructure Issue 1.0

Application Notes for Infoblox DNSone in an Avaya IP Office IP Telephony Infrastructure Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Infoblox DNSone in an Avaya IP Office IP Telephony Infrastructure Issue 1.0 Abstract These Application Notes describe the procedure for

More information

Basic FXO Mediatrix Unit Configuration with Asterisk

Basic FXO Mediatrix Unit Configuration with Asterisk Mediatrix Unit with FXO Card v. 2.0.40.747 2018-03-29 Table of Contents Table of Contents Mediatrix unit with Asterisk 4 Requirements 5 to Know Before Starting 6 Configuration of the PBX Trunk 7 Configuring

More information

RING CENTRAL CONFIGURATION GUIDE: V3 SIP-ENABLED IP INTERCOMS

RING CENTRAL CONFIGURATION GUIDE: V3 SIP-ENABLED IP INTERCOMS RING CENTRAL CONFIGURATION GUIDE: V3 SIP-ENABLED IP INTERCOMS Document Part #931105C 3 Justin Court Monterey, CA 93940 (831) 373-2601 Doc. 931105C Page 1 RingCentral Configuration Guide: SIP-Enabled IP

More information

Second SIP Gateway Fallback with Endpoint Registration

Second SIP Gateway Fallback with Endpoint Registration Second SIP Gateway Fallback with Endpoint Registration For Mediatrix C7,Mediatrix 4100, Mediatrix Sentinel, and Mediatrix LP series Revision 3-2015-12-17 www.media5corp.com Second SIP Gateway Fallback

More information

CONFIGURING GRANDSTREAM IP PHONES AND GATEWAYS WITH THE 3CX PHONE SYSTEM

CONFIGURING GRANDSTREAM IP PHONES AND GATEWAYS WITH THE 3CX PHONE SYSTEM CONFIGURING GRANDSTREAM IP PHONES AND GATEWAYS WITH THE 3CX PHONE SYSTEM CONFIGURING GRANDSTREAM GXP SERIES WITH THE 3CX PHONE SYSTEM 1. Ensure that you have created the extension that you wish to use

More information

Apple Exam 9L0-412 OS X Support Essentials 10.8 Exam Version: 6.3 [ Total Questions: 86 ]

Apple Exam 9L0-412 OS X Support Essentials 10.8 Exam Version: 6.3 [ Total Questions: 86 ] s@lm@n Apple Exam 9L0-412 OS X Support Essentials 10.8 Exam Version: 6.3 [ Total Questions: 86 ] Question No : 1 You are logged into a MacBook Pro as a standard user. How can you display the OS X Mountain

More information

AudioCodes 310HD and Elastix Server

AudioCodes 310HD and Elastix Server AudioCodes 310HD and Elastix Server Setup Guide http://www.elastix.org 1.0 Setup Diagram Figure 1-1 is a setup diagram for a single IP Phone AudioCodes 310HD configuration. The phone is setup as a SIP

More information

IPMI Configuration Guide

IPMI Configuration Guide IPMI Configuration Guide 1. Introduction of IPMI Server Manager... 2 2. IPMI Server Manager GUI Overview... 3 1 1. Introduction of IPMI Server Manager IPMI Server Manager allows remote access of computers

More information

Troubleshooting Autonomous Access Points

Troubleshooting Autonomous Access Points CHAPTER 3 This chapter provides troubleshooting procedures for basic problems with the autonomous access point (model: AIR-AP1131AG or AIR-AP1131G). For the most up-to-date, detailed troubleshooting information,

More information

Welltech WellGate User Manual

Welltech WellGate User Manual Welltech WellGate 2626 An Easy to Use PBX Gateway User Manual Copyright 2009 Welltech Computer Co., Ltd. All right reserved Table of Contents Introduction...2 WellGate 2626 - An Easy to Use PBX Gateway...2

More information

Basic FXO Gateway Configuration

Basic FXO Gateway Configuration Mediatrix units with FXO ports Revision 308 2015-06-25 Table of Contents Table of Contents Configuring the Mediatrix Unit 3 Getting Started 3 Logging On to the Mediatrix Unit Web Interface 3 Configuring

More information

Cisco Unified IP Phone Settings

Cisco Unified IP Phone Settings Phone Settings Overview, page 1 Cisco Unified IP Phones 7906G and 7911G Menus, page 1 Phone Setup s, page 4 Network Configuration Menu, page 5 Device Configuration Menu, page 17 Security Configuration

More information

LED Patterns and Default Reset Button

LED Patterns and Default Reset Button Dgw v2.0 LED Patterns and Default Reset Button July 7, 2011 Proprietary 2011 Media5 Corporation Table of Contents Indicators (LEDs)... 3 LED Patterns Specific Conditions... 3 LED Patterns Default Behaviour...

More information

Application Note. MICROSENS GmbH & Co. KG Kueferstr Hamm/Germany

Application Note. MICROSENS GmbH & Co. KG Kueferstr Hamm/Germany Basic Configuration of G6 Devices MICROSENS GmbH & Co. KG Kueferstr. 16 59067 Hamm/Germany Tel. +49 2381 9452-0 FAX +49 2381 9452-100 E-Mail info@microsens.de Web www.microsens.de Summary This Application

More information

Smart Security IP Intercom. Smart Security IP Intercom IS710v2 User Manual

Smart Security IP Intercom. Smart Security IP Intercom IS710v2 User Manual Smart Security IP Intercom IS710v2 User Manual Contents Smart Security IP Intercom Copyright and Disclaimer... 2 1. Getting Started... 4 1.1 Outline... 4 1.2 Product Features... 4 1.3 Technical Information...

More information