Acano solution. Acano Server & VM Release Release Notes. July V

Size: px
Start display at page:

Download "Acano solution. Acano Server & VM Release 1.7.5 Release Notes. July 2015 76-1005-19-V"

Transcription

1 Acano solution Acano Server & VM Release Release Notes July V

2 Contents Contents 1 Introduction New Features/Changes in R Calling into scheduled Lync meetings directly and via IVR Changes to screen layouts on SIP endpoints H.323 Gateway Miscellaneous Improvements Improvement in WebRTC bandwidth negotiation Summary of API Additions & Changes Improvements to diagnostics handling via the API Handling multiple cospace access methods Security improvements in accessing cospaces Additional changes Notes on Installing and Upgrading to R R1.7 Deployments Deployments using a single host server Deployments using a single split server hosted on a Core server and an Edge server Deployments for scalability and resilience Upgrading to Release R Downgrading Resolved Issues Resolved in R R and R1.7.4 not released Resolved in R R1.7.1 not released Resolved in R1.7.0 (same build as previously labelled RC1) Known Limitations Steps to upgrade Acano server in America/Montreal timezone Acano Solution: Acano Server R1.7.5 Release Notes V Page 2

3 Introduction 1 Introduction This release note describes the new features, improvements and changes in Release of the Acano solution software for both Acano Server and virtualized deployments. It assumes that you have already upgraded to R or later. If you have not, and are upgrading from 1.2.x, then read the 1.6 release notes first and follow the instructions, before following any instructions in this R1.7 release note. Before upgrading to R1.7, you are advised to take a configuration backup using the backup snapshot <filename> command and save the backup safely on a different device. See the MMP Command Reference document for full details. Note: XMPP server clustering was a beta feature in release 1.6. If you have this feature enabled contact Acano Support before upgrading to release 1.7. A revised version of XMPP server clustering will be available in a future release, but the configuration will be different from the 1.6 beta version. Until this feature is ready, only enable one XMPP server per domain in your Acano solution. Note: if you decide to revert to R1.6 after upgrading to R1.7, any self-signed certificates created on R1.7 cannot be used on R or an earlier build. You will need to recreate the certificates on R1.6. Acano Solution: Acano Server R1.7.5 Release Notes V Page 3

4 New Features/Changes in R1.7 2 New Features/Changes in R Calling into scheduled Lync meetings directly and via IVR Pre-requisite on Lync deployment: This feature requires a working Lync deployment with telephone dial-in capabilities already enabled. Release 1.7 supports calling into a scheduled Lync meeting from WebRTC, SIP or Acano clients, using the Lync call ID to join the call. This feature requires one or more Lync Front End servers to be configured. You can configure one via the Web Admin interface under the Lync Edge settings from Configuration > General, and one or more via the API (create them as TURN servers with type "lyncedge"). Refer to the Acano Solution deployment guide in the section entitled Configuration for Lync Edge for instructions on how to do this. If there are multiple FE servers in a Pool, use the Pool FQDN as the Server Address. Table 1 Configuration tasks to enable calling into scheduled Lync meetings Task On the Web Admin interface Via the API To configure the Call Bridge IVR(s) to allow entry of Lync conference IDs To allow direct dialing to Lync conference IDs from standard SIP systems Note: you may choose to extend an existing configured domain to allow Lync conference access, or to create a new one for this purpose. To allow Lync conference ID entry via the Web Bridge call join interface If you have set up an IVR via the Web Admin: Go to Configuration > General and set "Joining scheduled Lync conferences by ID" in the IVR section to "allowed" Go to Configuration > Incoming calls, and for one or more configured call matching domains, set "Targets Lync" to "yes. If you have set up the Web Bridge via the Web Admin Go to Configuration > General and ensure that "Joining scheduled Lync conferences by ID" in the "Web bridge settings" section is set to "allowed" If you have set up IVRs through the API: Set resolvelync ConferenceIds to true for the configured IVR Set resolvetolync Conferences to true on the incoming dial plan rule If you have set up Web Bridges through the API: Set resolvelync ConferenceIds to true on the Web Bridge Acano Solution: Acano Server R1.7.5 Release Notes V Page 4

5 New Features/Changes in R1.7 If a call is being matched against Lync conference IDs, the Call Bridge first checks that the call ID does not apply to a cospace, if it does not then the Call Bridge identifies a Lync Front End server that it has been configured with, that has advertised itself as having the capability to resolve IDs. The Call Bridge queries the Lync Front End server to determine whether the call ID in question corresponds to a Lync conference - if it does, the look up is deemed to have been successful and the call is joined to the Lync call. If the call ID is not recognized as corresponding to a Lync conference then no further Lync Front End servers will be queried. Note: you may get unexpected results if you add the settings of multiple Lync Front End servers that are in different Lync deployments. For instance, if multiple Lync conferences in different Lync deployments use the same call ID, then more than one Lync Front End server may respond positively to the lookup, in which case the "first" successful Lync resolution is used. The text in the invitations sent for scheduled Lync meetings can be customized to include the necessary details to allow users to join via Acano. These details should be placed in the custom footer section. For example For SIP/H.323 endpoints, join by calling join@example.com and entering the conference ID above. For WebRTC go to join.example.com and enter the conference ID above. The URIs in this must match those configured above. Please see the Microsoft documentation for more details. 2.2 Changes to screen layouts on SIP endpoints Release 1.7 introduces new screen layouts on SIP endpoints. These layouts aim to improve the user experience and focus on the activity within the call, rather than the legacy MCU style of layouts. The changes include: active speaker indication shown by a blue line below the speaker s pane refining who is shown in the all equal layouts based on recent active speakers participants will be shown in "big panes" when they become the active speaker recent active speakers will be shown in big panes, with other participants shown in a "dock" of smaller Picture in Picture (PiP) at the base of the screen people will move out of the "active speaker list" (and thus be "demoted" to the PiP bar) after a period of inactivity (not speaking) for "all equal", stacked and overlay, if there is only one other video stream to be shown then it will be shown full screen, "point to point" mode. in speaker large mode (stacked or overlay) the PIP behavior has been simplified, only showing up to 6 PiPs below the main speaker, even if there are more than 7 other callers in the meeting. other minor changes include: using a grey background instead of black when the whole screen isn't filled with video panes introducing gaps between groups of the same-sized panes (rather than bordered abutting panes) Acano Solution: Acano Server R1.7.5 Release Notes V Page 5

6 New Features/Changes in R1.7 minor changes to the rendering of on-screen pane labels (e.g. a lighter background colour on the pane names) In addition, classic arrangements of 2x2, 3x3, 4x4 or 5x5 are available as layouts through the API, but rather than being fixed pane arrangements, they are adapted to the number of streams to show. For example, if you are using the 2x2 layout and have 3 people to show, you will get a row of 2 panes (half-pane offsetted) above a row of 1, but the panes will be 1/4 screen size. See parameter: defaultlayout, in section Call Leg Methods in the Acano Solution 1.7 API Reference Guide. 2.3 H.323 Gateway The Acano H.323 Gateway enables an H.323 call to connect to the Acano Call Bridge. The H.323 Gateway does not provide firewall traversal or call control, you are recommended to deploy a H.323 Gatekeeper to perform these functions. Refer to the H.323 Gateway deployment guide for more information. With the H.323 Gateway enabled, you can now make the following calls: H.323 call > H.323 GW > cospace H.323 call > H.323 GW > Call Bridge->Lync H.323 call > H.323 GW > Call Bridge->SIP device H.323 call > H.323 GW > Call Bridge->Acano client The H323 Gateway can be enabled on the same server as the Call Bridge or on a separate one. Note: by default the H.323 Gateway uses port Miscellaneous Improvements Release 1.7 supports the following new features: Active speaker indication shown by a blue line below the speaker s pane on SIP endpoints, H.323 endpoints and WebRTC clients On-screen participant count provided on SIP endpoints, showing the total number of people in the call once they are no longer all shown on the screen Improved security options for guest and user access on Web Bridge, see section Ability to disable support for Lync presence through the Web Admin interface (Configuration>Call settings>sip settings>lync presence support). Ability to control whether a user will be allowed to send and receive messages when in a point to point call with another user Improved filtering of event logs through Web Admin interface. You can now filter for: show all messages, show errors and warnings or show only errors. Improved TIP support Allowing cascading of Lync and Acano conferences Improvements to CDRs for distributed non-cospace calls Acano Solution: Acano Server R1.7.5 Release Notes V Page 6

7 New Features/Changes in R1.7 Overlay screen layout: PiPs now only partially cover bottom of large pane, previously they completely covered the bottom of the large pane. Support for new look and feel, and additional features in Acano Client v1.6 separate presentation stream - i.e. allowing clients to receive main and presentation video as separate streams clients informed of "last used time" for configured slave SIP endpoints with the list presented in "most recently used" order more per-participant indications (video muted etc.) Improvement in WebRTC bandwidth negotiation In addition, we have added some improvements to the way WebRTC bandwidth is negotiated in R In the past, because Chrome browsers didn't support dynamic bandwidth estimation, the Acano server used a very low bandwidth to accommodate for lossy/low bandwidth links (even if the user had higher bandwidth). However, newer Chrome browsers have implemented bandwidth estimation and therefore, Acano WebRTC clients can now correctly utilise the available bandwidth for clients. Currently it is not possible to manually set a bandwidth limit for WebRTC client. 2.5 Summary of API Additions & Changes Improvements to diagnostics handling via the API Diagnostic improvements include: allowing access to call diagnostics via the API (POST to initiate new diagnostics, GET and DELETE to manage diagnostics) automatically generating call diagnostics on remote call bridge peers for distributed calls We now allow generating diagnostics to be triggered via the API on a per-cospace basis (you supply the ID of an active cospace), or by specifying the ID of an active call (the call may or may not be made within a cospace). Whether the diagnostics are triggered via this new mechanism or from a client, other call bridges that are hosting a distributed instance of the same call should generate their own diagnostics at that point. All such linked diagnostics should end up with the same GUID on each call bridge, and you are also able to filter the diagnostics (when enumerating via the API) by cospace ID. New profile objects: /calls/<call id>/diagnostics /cospaces/<cospace id>/diagnostics /system/diagnostics /system/diagnostics/<diagnostics id> /system/diagnostics/<diagnostics id>/contents Acano Solution: Acano Server R1.7.5 Release Notes V Page 7

8 New Features/Changes in R Handling multiple cospace access methods In Release 1.7, an administrator can decide which access details are shown in invitations generated by clients. Using the API, specify the scope parameter of accessmethod as either public or private. Those marked as public will be communicated to clients when retrieving the information to show in invitations. If scope is left unset for an accessmethod, by default it is equivalent to private. If a cospace has one access method with scope set to public, the client will be advised of that access method's URI / call ID / passcode / weblink rather than the corresponding cospace-level values. Currently, if a cospace has multiple access methods set to public, the Call Bridge will pick one to send to the client. Note: cospace members are not permitted to edit the URI (etc.) of a cospace that has any public access methods Security improvements in accessing cospaces To prevent someone guessing the call ID of a cospace and gaining access, security improvements have been implemented on the Call Bridge and Web Bridge. An optional additional parameter secret has been added to accessmethod to associate a "secret" passcode per-cospace or per-access method. This secret is included in the link in the invite text and allows direct connection to the cospace. The complexity of the secret prevents brute force attacks. Note: The optional parameter secret will be automatically generated if it is not specified. Ability to disable access via the web link, manual entry of call details or user login on the Web Bridge. Additional modes to control manual entry of cospace details. It is now possible to configure a cospace so that guests must supply the call ID and passcode at the same time, rather than the call ID first, and if it's found to be valid, then supplying the passcode. This prevents brute force attack on call IDs followed by an attack on passcodes Additional changes Additional parameters for the following methods: Call methods calllegprofile methods cospace methods cospace accessmethods inbounddialplanrule methods IVR methods Web Bridge methods User Profile methods Acano Solution: Acano Server R1.7.5 Release Notes V Page 8

9 New Features/Changes in R1.7 New failure reason duplicatecospacesecret New options in defaultlayout parameter allequalquarters allequalninths allequalsixteenths allequaltwentyfifths Refer to the Acano Solution 1.7 API Reference Guide for further information. Additions to the guide for R1.7 are shown in red for easy reference. Acano Solution: Acano Server R1.7.5 Release Notes V Page 9

10 Notes on Installing and Upgrading to R1.7 3 Notes on Installing and Upgrading to R1.7 This release note assumes that you have already upgraded to R or later. If you have not, and are upgrading from 1.2.x, then read the 1.6 release notes first and follow the instructions, before following any instructions in this R1.7 release note. CAUTION: Before upgrading to R1.7 you must take a configuration backup using the backup snapshot <filename> command and save the backup safely on a different device. See the MMP Command Reference document for full details. 3.1 R1.7 Deployments R1.7 supports the new deployments introduced in R1.6: the single combined Acano server, the single split server and the deployment for scalability and resilience Deployments using a single host server If you are installing the Acano solution for the first time on a single host server (a combined deployment), we recommend that you read and follow the documentation in the following order: 1. Appropriate Installation Guide for your Acano Server or virtualized host. 2. The Acano solution 1.7 Single Combined Acano server Deployment Guide enabling all the solution components on the single host. This guide refers out to the Acano Certificate Guidelines for Single Combined Acano Server Deployments for details on obtaining and installing certificates for this deployment Deployments using a single split server hosted on a Core server and an Edge server If you are installing the Acano solution for the first time in a split server model, we recommend that you deploy the XMPP server on the Core server, and deploy the Load Balancer on the Edge server. Read and follow the documentation in the following order: 1. Appropriate Installation Guide for your Acano server or virtualized deployment 2. The Acano solution 1.7 Single Split Acano server Deployment Guide. This guide refers out to the Acano Certificate Guidelines for Single Split Acano Server Deployments for details on obtaining and installing certificates for this deployment Deployments for scalability and resilience If you are installing the Acano solution for scalability and resilience using multiple host servers, we recommend that you deploy the XMPP server on Core servers, and deploy Load Balancers on the Edge server. Read and follow the documentation in the following order: 1. Appropriate Installation Guide for your Acano server or virtualized deployment 2. The Acano solution 1.7 Scalability and Resilience Deployment Guide. This guide refers out to the Acano Certificate Guidelines for Scalable and Resilient Acano Server Deployments for details on obtaining and installing certificates for this deployment Acano Solution: Acano Server R1.7.5 Release Notes V Page 10

11 Notes on Installing and Upgrading to R Upgrading to Release R1.7 The instructions in this section apply to both Acano Server and virtualized deployments with a previous Acano solution release already installed. Upgrading the firmware is a two-stage process: first, upload the upgraded firmware image; then issue the upgrade command. (This restarts the Acano solution: the restart process interrupts all active calls running on the Acano solution; therefore, this stage should be done at a suitable time so as not to impact users or users should be warned in advance. To install the latest firmware on the Acano server follow these steps: 1. Obtain the upgrade image from the secure partner section of the Acano website. You should have obtained a file called upgrade.img. If this is not the case rename the file to upgrade.img. Note: If you are using WinSCP for the file transfer, ensure that the Transfer Settings option is binary not text. Using the incorrect setting results in the transferred file being slightly smaller than the original and this prevents successful upgrade. 2. Using a SFTP client, log into the MMP using its IP address. The login credentials will be the ones set for the MMP admin account. If you are using Windows, we recommend using the WinSCP tool. Note 1: You can find the IP address of the MMP s interface with the ipv4 admin command or the equivalent ipv6 command. Note 2: The SFTP server runs on the standard port, 22. Note 3: After copying the upgrade.img file, you will not be able to see it listed as being in the file system; this is normal. 3. Copy the software to the Acano Server/ virtualized server. 4. To apply the upgrade, issue the upgrade command. a. Establish a SSH connection to the MMP and log in. b. Initiate the upgrade by executing the upgrade command. upgrade The Acano Server/ virtualized server restarts automatically: allow 10 minutes for the process to complete. 5. Verify that the Acano solution is running the upgraded image by re-establishing the SSH connection to the MMP and typing: version 6. Check the Configuration > Outbound Calls rules updating the Local Contact Domain field and completing the new Local From Domain field if necessary. 7. Update the customization archive file when available. 8. Only if you are deploying a scaled or resilient deployment (with more than one server host Acano server, virtualized host or a combination) read the Scalability & Resilience Deployment Guide and plan the rest of your deployment order and configuration. 9. Go on to the next section. Acano Solution: Acano Server R1.7.5 Release Notes V Page 11

12 Notes on Installing and Upgrading to R Downgrading To return to the older version of the Acano solution, use the regular upgrade procedure to upgrade to the appropriate version, and then restore the configuration backup for that version. Acano Solution: Acano Server R1.7.5 Release Notes V Page 12

13 Resolved Issues 4 Resolved Issues Resolved in R1.7.5 Reference Issue Summary 5649/7991 Occasional loss of video for WebRTC client 8271 Web Bridge stability issues under heavy load 8299 Remote mute options not shown for Guest Users Occasionally, when using the Chrome WebRTC client, starting or stopping the content stream or changing the audio/video source, may cause the incoming video from the Acano server to fail. An error message similar to 'WebRTC video playback issue detected' or 'Loading media - please wait' with a spinning icon, may display on the WebRTC client. If the video does not recover within a short period, the work-around is for the WebRTC client to leave the cospace and rejoin to recover media. Fixed in R Issues were seen with some webrtc connections in large meetings. Fixed in R1.7.5 Fixed in R SIP Timer Support Changing 200OK responses for the handling of timers will now use require: timer only when timers were supported in the Invite. Fixed in R Information leak via misconfigured webbridge 8414 Lync clients reject 200OK when edge server is configured Webbridge mistakenly listens on port The webbridge application, without the protection of the HTTP security proxy, allows files on the root filesystem to be read. See security alert 023 in the Security Alert Information. Fixed in R Issues with support of the Alternate Server Attribute to handle deployments with multiple TURN servers. Fixed in R Crash seen during LDAP Sync Fixed in R Not possible to customize the color of the arrows on the WebRTC login page Following the invited.sf?id=1 link when already logged in redirects to main.html 8502 Interoperability problems reported when sending a zero m-line in an SDP with dynamic payload types without an accompanying rtpmap parameter Fixed in R Fixed in R Fixed in R Issues with writing to the Server log In certain circumstances the server s log file was not being updated correctly. Fixed in No more than one call via H323_gateway is allowed to join a lync meeting Fixed in R OpenSSL Vulnerabilities This issue is reported as Security Alert 024. Fixed in R1.7.5 Acano Solution: Acano Server R1.7.5 Release Notes V Page 13

14 Resolved Issues 8611 Server crashes when receiving malformed SDP Vulnerability to Denial of Service during XMPP authentication This issue is reported as Security Alert 025. Fixed in R This issue is reported as Security Alert 026. Fixed in R R and R1.7.4 not released. Resolved in R1.7.2 Reference Issue Summary 7205 Incoming PSTN call failure Fixed in R Multiple new subscriber uri error messages displayed in log file Wrong voice prompt sometimes heard when joining tenant cospace using IVR 8260 Problems restoring backup snapshot taken from to a server running release DTMF relay not supported by Acano H323 gateway 8304 Inter Call Bridge link fails to reestablish after network partition 8329 Video quality issues seen with Skype for Business Incorrect handling of SIP SUBSCRIBE messages led to multiple error messages displayed in log file: Warning: new subscriber uri:.. doesn't match original subscriber uri. Fixed in R Joining a tenant cospace from the IVR to an additional accessmethod on a cospace results in the default voice prompt being heard. Fixed in R The problem was not with the backup file but with the restore process. Fixed in R H.323 gateway does not support alphanumeric H.245 from far end. Fixed in R In some circumstances the inter Call Bridge link would not be correctly disconnected, which could lead to inconsistencies in distributed calls. Fixed in R1.7.2 The Acano server was repeatedly requesting I-Frames for the incoming video. Fixed in R R1.7.1 not released. Resolved in R1.7.0 (same build as previously labelled RC1) Reference Issue Summary 5448 GUID displayed in weblink rather than call ID 5687 Cannot change branded logo on connected SIP endpoint 5932 Grey bar at bottom of Web Bridge landing page always displayed If a user receives a direct call from another Acano user (i.e. not a call in a cospace) and the user then clicks the information button, the web link is displayed with a GUID instead of a URI/call ID/passcode. Fixed in R1.7.0, see section in this release note. If a user dials into a meeting using a connected SIP endpoint, the endpoint displays the Acano logo and the callbrandingprofile is not applied to the endpoint. Fixed in R Footer at bottom of Web Bridge landing page cannot be customized. Fixed in R showfooter option added to sign_in_settings.json. Acano Solution: Acano Server R1.7.5 Release Notes V Page 14

15 Resolved Issues 6766 WebRTC clients do not support DTMF tones 6894 Malformed API calls return information 6898 Using the WebRTC client to call a contact who is not logged in, takes you to an empty conference rather than tell you that the call has failed 7429 G.722.1c issues with non-interworked call to LifeSize endpoint Fixed in R DTMF keypad now displayed in Web clients and DTMF tones are proxied to the remote system or interpreted from the remote system by the Call Bridge. Fixed in R API calls need to be formed properly otherwise they display an error. This makes it feel like the user has successfully entered an empty cospace instead of failing to call out to a user who is off line. Fixed in R1.7.0 Fixed in R Acano media module restart A bug in the Acano H.264 encoder can very occasionally cause a media module to restart, but not cause a full server restart. Fixed in R Lync audio client disconnected in cospace when Acano client starts sharing content 7862 Calls made within a cospace fail to Lync clients, while point-to-point calls are successful 7900 Directory searching fails if 1 search location does not work 7940 Activity list cleared of some entries after client logs out of clustered deployment 8049 Chat between Lync clients on different Call Bridges in a distributed call does not work Fixed in R Fixed in R If one directorysearchlocations fails, then all directory searches fail. Fixed in Point-to-point calls and calls to cospaces that have no chat in them are wiped from the activity list after only a few minutes of the client logging out. Fixed in R Lync clients can only chat between each other if they land on the same Call Bridge. Fixed in R Loss of video from 2010 Lync client cospace no longer displays video from 2010 Lync client after video is stopped and then restarted. Fixed in R1.7.0 System level CallProfile not applied to ad hoc conferences created by tenanted users If a system level call profile is set, ad hoc calls created by a user who is a member of a tenant will not always have the call profile applied. In particular, the profile is not applied if the system has been rebooted since it was set. Fixed in R Acano Solution: Acano Server R1.7.5 Release Notes V Page 15

16 Known Limitations 5 Known Limitations If you encounter any of the following issues, contact support@acano.com because we are likely to have test builds to send you with fixes for many or all of them by the time you find them. Reference Issue Summary 3965 Unable to stop pcap capture on serial/ssh 4132 Prevent logging in to the Web Admin Interface Occasionally users running pcap from the serial console for a few minutes are unable to stop the capture with a Ctr+C. If this happens try Ctr+\ or contact Acano support. By going to the Web Admin Interface login page, clicking OK to login and then holding down F5, all the sessions will be used without even logging in. This prevents anyone else from logging in until those sessions expire. This issue will be addressed in a future release No DNS failover for AD sync Although the initial problem of the Call Bridge not falling back to a second AD server address after the LDAP connection to the first failed has been fixed in R1.2, there remains the issue that trying to connect to a non-existent/non-responding remote address can take a long time to time out Sharing a presentation in full screen mode does not work using Chrome Firefox 37+ WebRTC client cannot connect to cospace Using the WebRTC client through Chrome, and sharing a presentation in full screen mode, the web client continues to only show the application. Possible work-arounds are: - share screen rather than application - share the Powerpoint only after starting the presentation Various issues experienced joining a cospace using Firefox 37+ web browser, including the browser crashing Wiggling panes in dock area Participant panes in dock at bottom of screen may appear unsteady participantlimit field per tenant does not apply across calls hosted on multiple Call Bridges The participantlimit field, which may be set through the API, can be applied in two places: on a tenant or as part of a callprofile. When participantlimit is configured for a tenant, it acts to limit the number of participants across all calls corresponding to that tenant. However this only works correctly in single Call Bridge deployments. In a scalable and resilient deployment, with distributed Call Bridges, the limit is applied per Call Bridge. When participantlimit is used as part of a callprofile it works correctly in both the single and distributed Call Bridge cases Syscall errors in logs If a WAN optimiser is deployed between clustered database nodes, it may prevent keep-alive checks from completing, causing SYSCALL errors to appear in logs. In cases where a WAN optimizer is being used between cluster nodes, it is important to ensure that all keep alive traffic is sent in a timely manner. Consult your WAN optimizer documentation on how to either disable this functionality between specific IP addresses, or for options that control which optimisations are applied Upgrading server to R1.7.5 or later fails for America/Montreal time zone This is caused by the link for America/Montreal being removed from the timezone data. Follow the steps outlined in section 5.1. Acano Solution: Acano Server R1.7.5 Release Notes V Page 16

17 Known Limitations 5.1 Steps to upgrade Acano server in America/Montreal time zone Follow the steps below to successfully upgrade an Acano Server to R1.7.5 in the America/Montreal time zone: 1. Using the MMP command line, set timezone to an allowed time zone for example America/Toronto, other than America/Montreal on the server to be upgraded timezone America/Toronto 2. Reboot the server, and log back into the MMP reboot 3. Create a backup file of the time zone backup snapshot timezone 4. Overwrite the current configuration file with the backup backup rollback timezone 5. Copy the new software to the server and upgrade the server Acano Solution: Acano Server R1.7.5 Release Notes V Page 17

18 2015 Acano (UK) Ltd. All rights reserved. This document is provided for information purposes only and its contents are subject to change without notice. This document may not be reproduced or transmitted in any form or by any means, for any purpose other than the recipient s personal use, without our prior written permission. Acano is a trademark of Acano (UK) Ltd. Other names may be trademarks of their respective owners. Acano Solution: Acano Server R1.7.5 Release Notes V Page 18

Acano Solution. Acano OS X Apps1.8 (build 1.8.16) Release Notes. 19 November 2015 76-1089-01-B

Acano Solution. Acano OS X Apps1.8 (build 1.8.16) Release Notes. 19 November 2015 76-1089-01-B Acano Solution Acano OS X Apps1.8 (build 1.8.16) Release Notes 19 November 2015 76-1089-01-B Contents 1 Introduction 3 1.1 Installation instructions 3 2 New features in apps v1.8 5 2.1 Multiple XMPP domains

More information

Acano solution. Acano Client Troubleshooter. September 2015 76-1045-01-J

Acano solution. Acano Client Troubleshooter. September 2015 76-1045-01-J Acano solution Acano Client Troubleshooter September 2015 76-1045-01-J Contents Contents 1 Problems Installing an Acano Client... 5 1.1 ClickOnce Installer for PC Client Not Working... 5 1.2 PC Client

More information

Acano solution. Acano Clients v1.7 Getting Started Guide. June 2015 76-1047-03-D

Acano solution. Acano Clients v1.7 Getting Started Guide. June 2015 76-1047-03-D Acano solution Acano Clients v1.7 Getting Started Guide June 2015 76-1047-03-D Contents Contents 1 Introduction... 4 1.1 cospaces... 4 1.2 cospace Users... 4 1.3 The Acano Client... 5 2 Overview... 6 2.1

More information

Acano solution. Third Party Call Control Guide. March 2015 76-1055-01-E

Acano solution. Third Party Call Control Guide. March 2015 76-1055-01-E Acano solution Third Party Call Control Guide March 2015 76-1055-01-E Contents Contents 1 Introduction... 3 1.1 How to Use this Guide... 3 1.1.1 Commands... 4 2 Example of Configuring a SIP Trunk to CUCM...

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

VG Connect WorkSpace Solution. PC & Mac Clients v1.6 (Build 1.6.29) RC1 Release Notes

VG Connect WorkSpace Solution. PC & Mac Clients v1.6 (Build 1.6.29) RC1 Release Notes VG Connect WorkSpace Solution PC & Mac Clients v1.6 (Build 1.6.29) RC1 Release Notes March 2015 Contents Contents 1 Introduction 3 1.1 Changes to the User Interface in client v1.6... 3 1.1.1 The new visual

More information

Acano solution. Acano Server & VM Release R1.8. Single Combined Server Deployment Guide. March 2016 76-1054-02-K

Acano solution. Acano Server & VM Release R1.8. Single Combined Server Deployment Guide. March 2016 76-1054-02-K Acano solution Acano Server & VM Release R1.8 Single Combined Server Deployment Guide March 2016 76-1054-02-K Contents 1 Introduction 6 1.1 How to Use this Guide 6 1.1.1 Commands 8 1.1.2 Management and

More information

Acano solution. Acano Server & VM Release R1.8 Scalability & Resilience Deployment Guide. October 2015 76-1040-04-C

Acano solution. Acano Server & VM Release R1.8 Scalability & Resilience Deployment Guide. October 2015 76-1040-04-C Acano solution Acano Server & VM Release R1.8 Scalability & Resilience Deployment Guide October 2015 76-1040-04-C Contents Contents 1 Introduction... 7 1.1 How to Use this Guide... 8 1.1.1 Commands...

More information

Acano Solution. Acano Server & VM Release 1.6 Scalability & Resilience Deployment Guide. May 2015. 76-1040-03-Kb

Acano Solution. Acano Server & VM Release 1.6 Scalability & Resilience Deployment Guide. May 2015. 76-1040-03-Kb Acano Solution Acano Server & VM Release 1.6 Scalability & Resilience Deployment Guide May 2015 76-1040-03-Kb Contents Contents 1 Introduction... 6 1.1 How to Use this Guide... 7 1.1.1 Commands... 8 1.1.2

More information

Acano solution. Deployment Guide. Acano. January 2014 76-1006-05-B

Acano solution. Deployment Guide. Acano. January 2014 76-1006-05-B Acano solution Deployment Guide Acano January 2014 76-1006-05-B Contents Contents 1 Introduction... 6 2 Prerequisites and Deployment Overview... 7 2.1 Prerequisites... 7 2.1.1 Acano Server-specific prerequisites...

More information

Acano solution. Security Considerations. August 2015 76-1026-01-E

Acano solution. Security Considerations. August 2015 76-1026-01-E Acano solution Security Considerations August 2015 76-1026-01-E Contents Contents 1 Introduction... 3 2 Acano Secure Development Lifecycle... 3 3 Acano Security Points... 4 Acano solution: Security Consideration

More information

Acano solution 1.6. Single Combined Acano server Deployment Guide. May 2015. 76-1054-01-Ha

Acano solution 1.6. Single Combined Acano server Deployment Guide. May 2015. 76-1054-01-Ha Acano solution 1.6 Single Combined Acano server Deployment Guide May 2015 76-1054-01-Ha Contents Contents 1 Introduction... 5 1.1 How to Use this Guide... 5 1.1.1 Commands... 6 1.1.2 Management and network

More information

SCOPIA iview Communications Manager

SCOPIA iview Communications Manager SCOPIA iview Communications Manager User Guide Version 7.5 2000-2010 RADVISION Ltd. All intellectual property rights in this publication are owned by RADVISION Ltd and are protected by United States copyright

More information

What it can do. Further scaling and resilience provided by native clustering. Automatic failover with no single point of failure.

What it can do. Further scaling and resilience provided by native clustering. Automatic failover with no single point of failure. The Acano Solution Acano unites previously incompatible audio, video and web technologies in cospaces virtual meeting rooms, only radically better. With cospaces, people work wherever their ideas and creativity

More information

The Acano Solution. acano.com

The Acano Solution. acano.com The Acano Solution Imagine having all of the tools your team needs to work together available in one place and always accessible. That s Acano. We are a fast-growing technology company with a fresh perspective

More information

LifeSize UVC Manager TM Deployment Guide

LifeSize UVC Manager TM Deployment Guide LifeSize UVC Manager TM Deployment Guide May 2014 LifeSize UVC Manager Deployment Guide 2 LifeSize UVC Manager Network administrators who use UVC Manager to manage video and voice communications systems

More information

Acano solution 1.3. Acano Clients Support FAQs. Acano. February 2015 76-1038-03-J

Acano solution 1.3. Acano Clients Support FAQs. Acano. February 2015 76-1038-03-J Acano solution 1.3 Acano Clients Support FAQs Acano February 2015 76-1038-03-J Contents 1 Operating System Support 4 1.1 PC Client Windows Support... 4 What version of Windows does the PC Client support?...

More information

Portal Tutorial. For resellers

Portal Tutorial. For resellers Portal Tutorial For resellers 09 November 2015 Contents Log in to your account 4 About the reseller landing page 4 Edit your reseller settings 5 About your reseller account 6 Reseller account defaults

More information

Acano solution 1.2. Deployment Guide. Acano. October 2014 76-1006-06-K

Acano solution 1.2. Deployment Guide. Acano. October 2014 76-1006-06-K Acano solution 1.2 Deployment Guide Acano October 2014 76-1006-06-K Contents Contents 1 Introduction... 6 2 Prerequisites and Deployment Overview... 7 2.1 Prerequisites... 7 2.1.1 Acano Server-specific

More information

Acano solution 1.6. Single Split Acano server Deployment Guide. May 2015. 76-1006-09-Fa

Acano solution 1.6. Single Split Acano server Deployment Guide. May 2015. 76-1006-09-Fa Acano solution 1.6 Single Split Acano server Deployment Guide May 2015 76-1006-09-Fa Contents Contents 1 Introduction... 5 1.1 How to Use this Guide... 5 1.1.1 Commands... 6 1.1.2 Management and network

More information

Acano solution. Acano PC & Mac Clients v1.6 (Build 1.6.31) ios Clients v1.6.1 for ipad and iphone Release Notes. June 2015 76-1036-07-N

Acano solution. Acano PC & Mac Clients v1.6 (Build 1.6.31) ios Clients v1.6.1 for ipad and iphone Release Notes. June 2015 76-1036-07-N Acano solution Acano PC & Mac Clients v1.6 (Build 1.6.31) ios Clients v1.6.1 for ipad and iphone Release Notes June 2015 76-1036-07-N Contents Contents 1 Introduction 3 1.1 Changes to the User Interface

More information

Acano solution. Virtualized Deployment R1.1 Installation Guide. Acano. February 2014 76-1025-03-B

Acano solution. Virtualized Deployment R1.1 Installation Guide. Acano. February 2014 76-1025-03-B Acano solution Virtualized Deployment R1.1 Installation Guide Acano February 2014 76-1025-03-B Contents Contents 1 Introduction... 3 1.1 Before You Start... 3 1.1.1 About the Acano virtualized solution...

More information

Preinstallation Requirements Guide

Preinstallation Requirements Guide Preinstallation Requirements Guide Synergy 3.4.9 June 2015 Synergy 2015 TOC 1: Introduction 4 Synergy platform modules 4 Synergy install procedure - your responsibilities 4 Further information about Synergy

More information

LifeSize Icon 600 Video System Guide

LifeSize Icon 600 Video System Guide LifeSize Icon 600 Video System Guide January 2013 LifeSize Icon Video System Guide 2 LifeSize Icon Video Systems This guide explains how to use and configure LifeSize Icon video systems. For installation

More information

LifeSize ClearSea Administrator Guide

LifeSize ClearSea Administrator Guide LifeSize ClearSea Administrator Guide August 2012 LifeSize ClearSea Administrator Guide 2 LifeSize ClearSea Server LifeSize ClearSea is a client/server solution for desktop and mobile video collaboration.

More information

F-Secure Messaging Security Gateway. Deployment Guide

F-Secure Messaging Security Gateway. Deployment Guide F-Secure Messaging Security Gateway Deployment Guide TOC F-Secure Messaging Security Gateway Contents Chapter 1: Deploying F-Secure Messaging Security Gateway...3 1.1 The typical product deployment model...4

More information

IM and Presence Service Network Setup

IM and Presence Service Network Setup Configuration changes and service restart notifications, page 1 DNS Domain Configuration, page 2 IM and Presence Service Default Domain Configuration, page 6 IM Address Configuration, page 7 Domain Management

More information

Unified Communications in RealPresence Access Director System Environments

Unified Communications in RealPresence Access Director System Environments [Type the document title] 3.0 October 2013 3725-78704-001B1 Deploying Polycom Unified Communications in RealPresence Access Director System Environments Polycom Document Title 1 Trademark Information Polycom

More information

Eng ACANO ACADEMY 2015

Eng ACANO ACADEMY 2015 ACANO ACADEMY 2015 Acano Essentials TRAINING & CERTIFICATION GUIDE Acano Solution Design Acano Partner Sales Accelerator Acano Certified Operator Acano Certified Expert I & II Acano Certified Integrator

More information

Enabling Users for Lync services

Enabling Users for Lync services Enabling Users for Lync services 1) Login to collaborate.widevoice Server as admin user 2) Open Lync Server control Panel as Run As Administrator 3) Click on Users option and click Enable Users option

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

IP PBX. SD Card Slot. FXO Ports. PBX WAN port. FXO Ports LED, RED means online

IP PBX. SD Card Slot. FXO Ports. PBX WAN port. FXO Ports LED, RED means online 1 IP PBX SD Card Slot FXO Ports PBX LAN port PBX WAN port FXO Ports LED, RED means online 2 Connect the IP PBX to Your LAN Internet PSTN Router Ethernet Switch FXO Ports 3 Access the PBX s WEB GUI The

More information

Polycom RealPresence Access Director System

Polycom RealPresence Access Director System Release Notes 3.1 January 2014 3725-78700-001C Polycom RealPresence Access Director System Polycom announces the release of the Polycom RealPresence Access Director system, version 3.1. This document provides

More information

SonicOS Enhanced 5.7.0.2 Release Notes

SonicOS Enhanced 5.7.0.2 Release Notes SonicOS Contents Platform Compatibility... 1 Key Features... 2 Known Issues... 3 Resolved Issues... 4 Upgrading SonicOS Enhanced Image Procedures... 6 Related Technical Documentation... 11 Platform Compatibility

More information

ACANO SOLUTION MICROSOFT LYNC INTEGRATION ARCHITECTURE. A White Paper by Mark Blake, Acano CTO

ACANO SOLUTION MICROSOFT LYNC INTEGRATION ARCHITECTURE. A White Paper by Mark Blake, Acano CTO ACANO SOLUTION MICROSOFT LYNC INTEGRATION ARCHITECTURE A White Paper by Mark Blake, Acano CTO June 2014 Contents CONTENTS Introduction... 3 Key Features of the Acano Lync Integration... 3 How It Works...

More information

Quick Start Guide. Web Conferencing & Secure Instant Messaging via Microsoft Office Communications Server 2007. Apptix Live Support: 866-428-0128

Quick Start Guide. Web Conferencing & Secure Instant Messaging via Microsoft Office Communications Server 2007. Apptix Live Support: 866-428-0128 Quick Start Guide Web Conferencing & Secure Instant Messaging via Microsoft Office Communications Server 2007 Apptix Live Support: 866-428-0128 Quick Start Guide / Introduction Page 2 of 6 Quick Start

More information

OCS Client Installation - Quick Start Guide. Web Conferencing & Secure Instant Messaging via Microsoft Office Communications Server 2007

OCS Client Installation - Quick Start Guide. Web Conferencing & Secure Instant Messaging via Microsoft Office Communications Server 2007 OCS Client Installation - Quick Start Guide Web Conferencing & Secure Instant Messaging via Microsoft Office Communications Server 2007 MailStreet Live Support: 866-461-0851 Document Revision: March, 2010

More information

About. IP Centrex App for ios Tablet. User Guide

About. IP Centrex App for ios Tablet. User Guide About IP Centrex App for ios Tablet User Guide December, 2015 1 2015 by Cox Communications. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, electronic,

More information

Acano solution. Acano Solution Installation Guide. Acano. January 2014 76-1002-03-B

Acano solution. Acano Solution Installation Guide. Acano. January 2014 76-1002-03-B Acano solution Acano Solution Installation Guide Acano January 2014 76-1002-03-B Contents Contents 1 Introduction... 3 1.1 Before You Start... 3 1.1.1 Safety information... 3 1.1.2 You will need the following

More information

Using Avaya Flare Experience for Windows

Using Avaya Flare Experience for Windows Using Avaya Flare Experience for Windows Release 9.0 Issue 02.01 September 2013 Contents Chapter 1: About Flare Experience... 5 About Flare Experience... 5 Main window... 6 Button descriptions... 10 Chapter

More information

Acano Solution 1.1. Multi-tenancy Considerations. Acano. April 2014 76-1024-02-B

Acano Solution 1.1. Multi-tenancy Considerations. Acano. April 2014 76-1024-02-B Acano Solution 1.1 Multi-tenancy Considerations Acano April 2014 76-1024-02-B Contents Contents 1 Introduction 3 1.1 Multi-tenancy Basics... 3 2 Suggested Procedure 5 Appendix A Acano Multi-tenancy Configuration

More information

Aastra Models 9000i and 6700i Series SIP IP Phones. SIP 3.2.1 Release Notes

Aastra Models 9000i and 6700i Series SIP IP Phones. SIP 3.2.1 Release Notes Aastra Models 9000i and 6700i Series SIP IP Phones SIP 3.2.1 Release Notes RN-001037-02 REV02 03.2011 Content SIP IP Phone Models 9000i and 6700i Series Phones Release Notes 3.2.1................................................

More information

TROUBLESHOOTING GUIDE

TROUBLESHOOTING GUIDE Lepide Software LepideAuditor Suite TROUBLESHOOTING GUIDE This document explains the troubleshooting of the common issues that may appear while using LepideAuditor Suite. Copyright LepideAuditor Suite,

More information

Polycom RealPresence Resource Manager System Getting Started Guide

Polycom RealPresence Resource Manager System Getting Started Guide [Type the document title] Polycom RealPresence Resource Manager System Getting Started Guide 8.0 August 2013 3725-72102-001B Polycom Document Title 1 Trademark Information POLYCOM and the names and marks

More information

GlobalSCAPE DMZ Gateway, v1. User Guide

GlobalSCAPE DMZ Gateway, v1. User Guide GlobalSCAPE DMZ Gateway, v1 User Guide GlobalSCAPE, Inc. (GSB) Address: 4500 Lockhill-Selma Road, Suite 150 San Antonio, TX (USA) 78249 Sales: (210) 308-8267 Sales (Toll Free): (800) 290-5054 Technical

More information

Corporate Telephony Toolbar User Guide

Corporate Telephony Toolbar User Guide Corporate Telephony Toolbar User Guide 1 Table of Contents 1 Introduction...6 1.1 About Corporate Telephony Toolbar... 6 1.2 About This Guide... 6 1.3 Accessing The Toolbar... 6 1.4 First Time Login...

More information

Configuring SSL VPN on the Cisco ISA500 Security Appliance

Configuring SSL VPN on the Cisco ISA500 Security Appliance Application Note Configuring SSL VPN on the Cisco ISA500 Security Appliance This application note describes how to configure SSL VPN on the Cisco ISA500 security appliance. This document includes these

More information

WhatsUp Gold v16.2 Installation and Configuration Guide

WhatsUp Gold v16.2 Installation and Configuration Guide WhatsUp Gold v16.2 Installation and Configuration Guide Contents Installing and Configuring Ipswitch WhatsUp Gold v16.2 using WhatsUp Setup Installing WhatsUp Gold using WhatsUp Setup... 1 Security guidelines

More information

Configuring the CyberData VoIP 4-Port Zone Controller with Audio Out

Configuring the CyberData VoIP 4-Port Zone Controller with Audio Out NetVanta Unified Communications Technical Note Configuring the CyberData VoIP 4-Port Zone Controller with Audio Out Introduction The CyberData Voice over Internet Protocol (VoIP) zone controller enables

More information

Breeze User Guide 29 January 2015

Breeze User Guide 29 January 2015 Breeze User Guide 29 January 2015 Contents Getting started with StarLeaf Breeze 4 Step One: Activate your account 4 Step Two: Install Breeze 4 Installing Breeze for Windows 4 Installing Breeze on a Mac

More information

Application Notes for Configuring Microsoft Office Communications Server 2007 R2 and Avaya IP Office PSTN Call Routing - Issue 1.0

Application Notes for Configuring Microsoft Office Communications Server 2007 R2 and Avaya IP Office PSTN Call Routing - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring Microsoft Office Communications Server 2007 R2 and Avaya IP Office PSTN Call Routing - Issue 1.0 Abstract These Application

More information

University of Florida Video & Collaboration Services

University of Florida Video & Collaboration Services University of Florida Video & Collaboration Services Introduction to the Acano Solution Pilot Program Index A. Acano access B. Request an Acano account C. Sign-in D. Making calls E. UF s Phone Number F.

More information

MiVoice Integration for Salesforce

MiVoice Integration for Salesforce MiVoice Integration for Salesforce USER GUIDE MiVoice Integration for Salesforce User Guide, Version 1, April 2014. Part number 58014124 Mitel is a registered trademark of Mitel Networks Corporation. Salesforce

More information

Chapter 8 Router and Network Management

Chapter 8 Router and Network Management Chapter 8 Router and Network Management This chapter describes how to use the network management features of your ProSafe Dual WAN Gigabit Firewall with SSL & IPsec VPN. These features can be found by

More information

Getting Started with Microsoft Office Live Meeting. Published October 2007 Last Update: August 2009

Getting Started with Microsoft Office Live Meeting. Published October 2007 Last Update: August 2009 Getting Started with Microsoft Office Live Meeting Published October 2007 Last Update: August 2009 Information in this document, including URL and other Internet Web site references, is subject to change

More information

Deploying Polycom SoundStation IP Conference Phones with Cisco Unified Communications Manager (CUCM)

Deploying Polycom SoundStation IP Conference Phones with Cisco Unified Communications Manager (CUCM) Document Title Version SOLUTION GUIDE October 2013 1725-40120-002 Rev A Deploying Polycom SoundStation IP Conference Phones with Cisco Unified Communications Manager (CUCM) Polycom, Inc. 1 Copyright 2013,

More information

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide Copyright and Trademark Statements 2014 ViewSonic Computer Corp. All rights reserved. This document contains proprietary information that

More information

ShoreTel 13 Conferencing User Guide. Part Number 850-1234-01

ShoreTel 13 Conferencing User Guide. Part Number 850-1234-01 ShoreTel 13 Part Number 850-1234-01 Document and Software Copyrights Copyright 1998-2012 by ShoreTel Inc., Sunnyvale, California, USA. All rights reserved. Printed in the United States of America. Contents

More information

TMS Phone Books Troubleshoot Guide

TMS Phone Books Troubleshoot Guide TMS Phone Books Troubleshoot Guide Document ID: 118705 Contributed by Adam Wamsley and Magnus Ohm, Cisco TAC Engineers. Jan 05, 2015 Contents Introduction Prerequisites Requirements Components Used Related

More information

IPPBX FAQ. For Firmware Version: V2.0/V3.0 2013-12-11

IPPBX FAQ. For Firmware Version: V2.0/V3.0 2013-12-11 For Firmware Version: V2.0/V3.0 2013-12-11 Contents 1. IPPBX Access... 3 1.1 How to access IPPBX via SSH?... 3 1.2 How to access IPPBX if I forget the IP of WAN?... 4 1.3 How to retrieve WEB password via

More information

Getting Started with Microsoft Office Live Meeting. Published October 2007

Getting Started with Microsoft Office Live Meeting. Published October 2007 Getting Started with Microsoft Office Live Meeting Published October 2007 Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless

More information

Acano solution. Acano Manager R1.1 FAQs. Acano. December 2014 76-1039-02-G

Acano solution. Acano Manager R1.1 FAQs. Acano. December 2014 76-1039-02-G Acano solution Acano Manager R1.1 FAQs Acano December 2014 76-1039-02-G Contents Contents 1 Installation... 3 How do I set up the two components of Acano Manager on different servers?... 3 Am I going to

More information

Polycom Scheduling Guide for Microsoft Outlook

Polycom Scheduling Guide for Microsoft Outlook Polycom Scheduling Guide for Microsoft Outlook 6.0.0 September 2011 3725-18004-001I Trademark Information Polycom, the Polycom Triangles logo, and the names and marks associated with Polycom s products

More information

Polycom Converged Management Application (CMA ) Desktop for Mac OS X. Help Book. Version 5.1.0

Polycom Converged Management Application (CMA ) Desktop for Mac OS X. Help Book. Version 5.1.0 Polycom Converged Management Application (CMA ) Desktop for Mac OS X Help Book Version 5.1.0 Copyright 2010 Polycom, Inc. Polycom and the Polycom logo are registered trademarks and Polycom CMA Desktop

More information

Polycom Unified Communications Deployment Guide for Cisco Environments

Polycom Unified Communications Deployment Guide for Cisco Environments Polycom Unified Communications Deployment Guide for Cisco Environments Wave 5 March 2012 3725-00010-001G Trademark Information Polycom, the Polycom Triangles logo, and the names and marks associated with

More information

SonicOS Enhanced 3.8.0.6 Release Notes TZ 180 Series and TZ 190 Series SonicWALL, Inc. Firmware Release: August 28, 2007

SonicOS Enhanced 3.8.0.6 Release Notes TZ 180 Series and TZ 190 Series SonicWALL, Inc. Firmware Release: August 28, 2007 SonicOS Enhanced 3.8.0.6 TZ 180 Series and TZ 190 Series SonicWALL, Inc. Firmware Release: August 28, 2007 CONTENTS PLATFORM COMPATIBILITY SONICWALL RECOMMENDATIONS KNOWN ISSUES RESOLVED KNOWN ISSUES UPGRADING

More information

RealPresence Platform Director

RealPresence Platform Director RealPresence CloudAXIS Suite Administrators Guide Software 1.3.1 GETTING STARTED GUIDE Software 2.0 June 2015 3725-66012-001B RealPresence Platform Director Polycom, Inc. 1 RealPresence Platform Director

More information

LifeSize Transit Deployment Guide June 2011

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

More information

Using Advanced Phone Features

Using Advanced Phone Features Using Advanced Phone Features This chapter describes how to configure advanced features on your IP Phone. It contains the following sections: Configuring Privacy and Security, page 9 Enabling and Using

More information

LifeSize UVC Video Center Deployment Guide

LifeSize UVC Video Center Deployment Guide LifeSize UVC Video Center Deployment Guide November 2013 LifeSize UVC Video Center Deployment Guide 2 LifeSize UVC Video Center LifeSize UVC Video Center records and streams video sent by LifeSize video

More information

Technical Configuration Notes

Technical Configuration Notes MITEL SIPCoE Technical Configuration Notes Configure Inn-Phone SIP Phone for use with MCD SIP CoE NOTICE The information contained in this document is believed to be accurate in all respects but is not

More information

Deploying the BIG-IP System with Microsoft Lync Server 2010 and 2013 for Site Resiliency

Deploying the BIG-IP System with Microsoft Lync Server 2010 and 2013 for Site Resiliency Deployment Guide Document Version 1.2 What s inside: 2 Configuration example 5 Configuring the BIG-IP LTM using the Lync 2010 iapp 6 Configuring the BIG-IP GTM 11 Creating a Distributed Application for

More information

Enterprise Toolbar User s Guide. Revised March 2015

Enterprise Toolbar User s Guide. Revised March 2015 Revised March 2015 Copyright Notice Trademarks Copyright 2007 DSCI, LLC All rights reserved. Any technical documentation that is made available by DSCI, LLC is proprietary and confidential and is considered

More information

Deploying the BIG-IP LTM with Microsoft Skype for Business

Deploying the BIG-IP LTM with Microsoft Skype for Business F5 Deployment Guide Deploying the BIG-IP LTM with Microsoft Skype for Business Welcome to the Microsoft Skype for Business Server deployment guide. This document contains guidance on configuring the BIG-

More information

Dial91 iphone User Guide

Dial91 iphone User Guide Dial91 iphone User Guide Dial91 iphone Edition User Guide 1 About Dial91 iphone Edition Dial91 iphone Edition is a SIP-based phone for the Apple iphone mobile digital device, and ipod touch mobile digital

More information

LifeSize Bridge 2200 Deployment Guide

LifeSize Bridge 2200 Deployment Guide LifeSize Bridge 2200 Deployment Guide August 2013 LifeSize Bridge 2200 Deployment Guide 2 LifeSize Bridge 2200 LifeSize Bridge 2200 is a fixed capacity multipoint control unit (MCU) optimized for HD conferences

More information

Configuration Guide for SQL Server This document explains the steps to configure LepideAuditor Suite to add and audit SQL Server.

Configuration Guide for SQL Server This document explains the steps to configure LepideAuditor Suite to add and audit SQL Server. LEPIDE SOFTWARE Configuration Guide for SQL Server This document explains the steps to configure LepideAuditor Suite to add and audit SQL Server. LepideAuditor Suite Lepide Software Private Limited, All

More information

LifeSize UVC Access Deployment Guide

LifeSize UVC Access Deployment Guide LifeSize UVC Access Deployment Guide November 2013 LifeSize UVC Access Deployment Guide 2 LifeSize UVC Access LifeSize UVC Access is a standalone H.323 gatekeeper that provides services such as address

More information

System Administration Training Guide. S100 Installation and Site Management

System Administration Training Guide. S100 Installation and Site Management System Administration Training Guide S100 Installation and Site Management Table of contents System Requirements for Acumatica ERP 4.2... 5 Learning Objects:... 5 Web Browser... 5 Server Software... 5

More information

User Manual. 3CX VOIP client / Soft phone Version 6.0

User Manual. 3CX VOIP client / Soft phone Version 6.0 User Manual 3CX VOIP client / Soft phone Version 6.0 Copyright 2006-2008, 3CX ltd. http:// E-mail: info@3cx.com Information in this document is subject to change without notice. Companies names and data

More information

Troubleshooting Failover in Cisco Unity 8.x

Troubleshooting Failover in Cisco Unity 8.x CHAPTER 16 Troubleshooting Failover in Cisco Unity 8.x This chapter describes methods for troubleshooting Cisco Unity failover. See the following sections: Failover Configuration Wizard Does Not Finish

More information

Http://www.passcert.com

Http://www.passcert.com Http://www.passcert.com Exam : 70-337 Title : Enterprise Voice & Online Services with Microsoft Lync Server 2013 Version : DEMO 1 / 18 Topic 1, Litware, Inc Case A Overview Litware, Inc., is an international

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

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questions Contents Installing Lync 2010 Setting Up Devices Managing Contacts Using Lync 2010 as a Phone Using Lync 2010 with Office Outlook Scheduling Meetings Inviting People to Meetings

More information

Grandstream Networks, Inc. UCM6100 Security Manual

Grandstream Networks, Inc. UCM6100 Security Manual Grandstream Networks, Inc. UCM6100 Security Manual Index Table of Contents OVERVIEW... 3 WEB UI ACCESS... 4 UCM6100 HTTP SERVER ACCESS... 4 PROTOCOL TYPE... 4 USER LOGIN... 4 LOGIN TIMEOUT... 5 TWO-LEVEL

More information

Optional VBP-E at the Headquarters Location

Optional VBP-E at the Headquarters Location publicly whitelist/blacklist LAN/Subscriber-side GK address. Submit Default alias Optional VBP-E at the Headquarters Location As shown in the diagram above, you can choose to install a VBP-E to allow your

More information

Deployment Guide for Maximum Security Environments Polycom HDX Systems, Version 3.0.5

Deployment Guide for Maximum Security Environments Polycom HDX Systems, Version 3.0.5 Polycom HDX Systems, Version 3.0.5 A warning about operating in a maximum security environment The maximum security profile is designed to lock down communications to the most stringent requirements of

More information

Cisco TelePresence MCU 5300 Series

Cisco TelePresence MCU 5300 Series Cisco TelePresence MCU 5300 Series Printable Online Help 4.5(1.45) 15087 June 2014 Contents Using the web interface 9 Logging into the web interface 10 Failing to log into the web interface 11 Joining

More information

Installing and Configuring vcenter Support Assistant

Installing and Configuring vcenter Support Assistant Installing and Configuring vcenter Support Assistant vcenter Support Assistant 5.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Microsoft Office Communicator 2007 Getting Started Guide. Published: July 2007

Microsoft Office Communicator 2007 Getting Started Guide. Published: July 2007 Microsoft Office Communicator 2007 Getting Started Guide Published: July 2007 Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless

More information

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream User Manual Onsight Management Suite Version 5.1 Another Innovation by Librestream Doc #: 400075-06 May 2012 Information in this document is subject to change without notice. Reproduction in any manner

More information

Oracle Communications WebRTC Session Controller: Basic Admin. Student Guide

Oracle Communications WebRTC Session Controller: Basic Admin. Student Guide Oracle Communications WebRTC Session Controller: Basic Admin Student Guide Edition 1.0 April 2015 Copyright 2015, Oracle and/or its affiliates. All rights reserved. Disclaimer This document contains proprietary

More information

Cisco TelePresence Video Communication Server Basic Configuration (Control with Expressway)

Cisco TelePresence Video Communication Server Basic Configuration (Control with Expressway) Cisco TelePresence Video Communication Server Basic Configuration (Control with Expressway) Deployment Guide Cisco VCS X8.1 D14651.08 August 2014 Contents Introduction 4 Example network deployment 5 Network

More information

VMware Identity Manager Connector Installation and Configuration

VMware Identity Manager Connector Installation and Configuration VMware Identity Manager Connector Installation and Configuration VMware Identity Manager This document supports the version of each product listed and supports all subsequent versions until the document

More information

Gigabyte Content Management System Console User s Guide. Version: 0.1

Gigabyte Content Management System Console User s Guide. Version: 0.1 Gigabyte Content Management System Console User s Guide Version: 0.1 Table of Contents Using Your Gigabyte Content Management System Console... 2 Gigabyte Content Management System Key Features and Functions...

More information

Polycom CMA System Upgrade Guide

Polycom CMA System Upgrade Guide Polycom CMA System Upgrade Guide 5.0 May 2010 3725-77606-001C Trademark Information Polycom, the Polycom Triangles logo, and the names and marks associated with Polycom s products are trademarks and/or

More information

Application Notes for Configuring Cablevision Optimum Voice SIP Trunking with Avaya IP Office - Issue 1.1

Application Notes for Configuring Cablevision Optimum Voice SIP Trunking with Avaya IP Office - Issue 1.1 Avaya Solution & Interoperability Test Lab Application Notes for Configuring Cablevision Optimum Voice SIP Trunking with Avaya IP Office - Issue 1.1 Abstract These Application Notes describe the procedures

More information

Polycom RealPresence Mobile for Apple ipad

Polycom RealPresence Mobile for Apple ipad Online Help 3.1 January 2014 3725-69929-002/A Polycom RealPresence Mobile for Apple ipad Trademark Information POLYCOM and the names and marks associated with Polycom's products are trademarks and/or service

More information

DEPLOYMENT GUIDE Version 1.2. Deploying F5 with Oracle E-Business Suite 12

DEPLOYMENT GUIDE Version 1.2. Deploying F5 with Oracle E-Business Suite 12 DEPLOYMENT GUIDE Version 1.2 Deploying F5 with Oracle E-Business Suite 12 Table of Contents Table of Contents Introducing the BIG-IP LTM Oracle E-Business Suite 12 configuration Prerequisites and configuration

More information

2 Downloading Access Manager 3.1 SP4 IR1

2 Downloading Access Manager 3.1 SP4 IR1 Novell Access Manager 3.1 SP4 IR1 Readme May 2012 Novell This Readme describes the Novell Access Manager 3.1 SP4 IR1 release. Section 1, Documentation, on page 1 Section 2, Downloading Access Manager 3.1

More information