HOW PERSISTENT CHAT SERVER WORKS

Size: px
Start display at page:

Download "HOW PERSISTENT CHAT SERVER WORKS"

Transcription

1 HOW PERSISTENT CHAT SERVER WORKS LYNC SERVER 2013 Lync Server 2013, Persistent Chat Server enables you to participate in multiparty, topic-based conversations that persist over time. Persistent Chat Server can help your organization do the following: Improve communication between geographically dispersed and crossfunctional teams Broaden information awareness and participation Improve communication with your extended organization Reduce information overload Improve information awareness Increase dispersion of important knowledge and information You can deploy Persistent Chat Server as an optional role with Lync Server Persistent Chat services run on a dedicated pool, and a Persistent Chat Server pool depends on a Lync Server pool to route messages to it. Clients use extensible Chat Communication Over SIP (XCCOS). The Lync Server Front End Servers are configured to route the traffic to a Persistent Chat Server pool.

2 HIGH-LEVEL ARCHITECTURE The following diagrams provide high-level perspectives of the Persistent Chat Server architecture and services.

3 Two services run on the Persistent Chat Server Front End Servers: Persistent Chat (Channel) Compliance PERSISTENT CHAT (CHANNEL) SERVICE The Persistent Chat (Channel) service is the core service responsible for Persistent Chat Server. This service provides the following functions: Accepts incoming messages Registers and lists online participants within a Persistent Chat room Retransmits messages to other channel subscribers Implements logic for channel management, chat room invitation, search, and new content notifications The Persistent Chat (Channel) service stores and accesses chat room content and other system metadata (authorization rules, and so on) by using the Persistent Chat Store. This service stores files that are uploaded into chat rooms in the Persistent Chat File Store.

4 COMPLIANCE SERVICE The Compliance service is an optional component of Persistent Chat Server and is responsible for archiving chat content and events to the Persistent Chat Compliance Store. If your organization has regulations that require Persistent Chat activity to be archived, you can deploy the optional Persistent Chat Compliance service. The Compliance service is installed on each Persistent Chat Server in a Persistent Chat pool. When configured, Persistent Chat Server compliance records user activity such as joining and leaving rooms, and posting and reading of messages. The Compliance service stores files that need to be archived in the Persistent Chat Compliance File Store. PERSISTENT CHAT WEB SERVICES On the Lync Server Front End Servers, two services run that depend on Internet Information Services (IIS), and are implemented as web components: Persistent Chat Web Services for File Upload/Download Responsible for posting and retrieving files from chat rooms. Persistent Chat Web Services for Chat Room Management Responsible for providing users the ability to manage their chat rooms, and create new chat rooms. HOW DO I START USING PERSISTENT CHAT SERVER? Persistent Chat Server is an optional server role within the Lync Server 2013 infrastructure. If you install the Persistent Chat Server role, any users who have been enabled through policy by an administrator can use Persistent Chat with the Lync 2013 client.

5 For details about how to deploy Persistent Chat Server and enable users to leverage the capabilities by policy, see Deploying Persistent Chat Server. For details about how to configure settings on your Persistent Chat Server deployment, see Deploying Persistent Chat Server and Managing Lync Server 2013, Persistent Chat Server. For details about how to enable users by policy such that they can leverage Persistent Chat functionality in Lync 2013 client, see Deploying Persistent Chat Server and Managing Lync Server 2013, Persistent Chat Server. If you deployed Persistent Chat compliance, see Managing Lync Server 2013, Persistent Chat Server for details about how to configure settings for compliance. PERSISTENT CHAT CALL FLOWS The Persistent Chat client communicates with the Persistent Chat service by using XCCOS. The following sequences describe the sign-in process and a typical room subscription and message post scenario. SIGN-IN The following call flow diagram and steps describe the sign-in process.

6 1. The Persistent Chat client first sends a SIP SUBSCRIBE to retrieve the in-band provisioning document from the server. This document

7 indicates if Persistent Chat is enabled or disabled for the user and the list of SIP URIs for the Persistent Chat Server pool. 2. The Persistent Chat client sends a SIP INVITE message to the SIP URI of the Persistent Chat Server that it obtained in the previous step. The INVITE sequence is followed by 200 OK and ACK, and the Persistent Chat client has now opened a SIP session with a Persistent Chat Server endpoint. Consequently, the Persistent Chat client communicates with Persistent Chat Server by sending SIP INFO messages that contain either chat messages or commands requesting the server to take an action. All of these messages are acknowledged with either 200 OK or 503 Service Unavailable (that is, in the event of heavy server load). If the client receives a 503 response, it will retry the message. (This example does not include a 503 response.) If the server accepts the message or command and sends 200 OK, it provides a response to the client in the form of a separate SIP INFO message. This response includes a reference to the originating command. 3. The Persistent Chat client sends a SIP INFO message that contains the XCCOS getserverinfo command. Persistent Chat Server replies with a new SIP INFO message that contains information about the Persistent Chat service configuration. 4. The Persistent Chat client sends a SIP INFO message that contains the XCCOS getassociations command. Persistent Chat Server replies with a new SIP INFO message that contains the list of rooms of which the user is a member. The Persistent Chat client repeats the command to retrieve the list of rooms of which the user is a manager. 5. The Persistent Chat client gets the list of followed rooms from the "presence" document, where each followed room is represented by a "roomsetting" category. All followed rooms are joined by a single SIP INFO message that contains the XCCOS bjoin command that contains the list of room URIs. Because the list of followed rooms is kept on the server, any client on any computer has the same list of followed rooms for the specified user URI. The Persistent Chat client also keeps the list of opened rooms (if this option is enabled by the user) in the local computer registry, and joins each of these rooms at sign-in by sending a SIP INFO message that contains the XCCOS join command for each opened room. Because this list is kept in the

8 registry, it can be different on two Persistent Chat clients running on different computers. 6. For each room joined, the Persistent Chat client sends a SIP INFO message that contains the XCCOS bccontext command. Persistent Chat Server replies with a new SIP INFO message that contains the most recent chat message in the room. 7. The Persistent Chat client sends a SIP INFO message that contains a XCCOS getinv (that is, get invitation) command to request any new room invitations that the client has not yet seen. In a separate SIP INFO message, Persistent Chat Server returns a list of those rooms. SUBSCRIBE TO A ROOM AND POST A MESSAGE The following call flow diagram and steps describe a typical room subscription and message post scenario. 1. From the Persistent Chat client, User1 clicks Join a Chat Room, clicks Search, and then enters some search criteria. The Persistent Chat client sends a SIP INFO message that contains the XCCOS chansrch (room search) command, along with the search criteria. Persistent Chat Server queries the back-end database and replies in a new SIP INFO message that contains a list of available rooms that meet the search criteria. 2. User1 selects the chat room that he or she wants to join, and then clicks Follow this room. The Persistent Chat client sends Persistent Chat Server a SIP INFO message that contains the XCCOS join command and the room ID of the chat room that the user selected. Persistent Chat Server replies with a SIP INFO message that contains the provisioning data. 3. The Persistent Chat client sends Persistent Chat Server a SIP INFO message that contains the XCCOS bccontext (backchat context) command. Persistent Chat Server retrieves the chat history, and returns it to the Persistent Chat client in a separate SIP INFO

9 message. At this point, the user enters the chat room and is ready to participate. 4. User1 enters a new message, and then clicks Send. The Persistent Chat client posts the message to the chat room in a SIP INFO XCCOS grpchat command. Persistent Chat Server stores a copy of this new message in the Persistent Chat back-end database. 5. Persistent Chat Server sends a separate copy of the SIP INFO XCCOS grpchat message to User2, who has already entered the chat room. PERSISTENT CHAT COMPLIANCE CALL FLOWS Persistent Chat Server uses Message Queuing (also known as MSMQ) and an additional compliance database (mgccomp) to process compliance data. As an example of how compliance events are processed, the following sequence of events describes how a message post event is processed. 1. A user posts a message to a room. 2. Persistent Chat Server places information pertaining to the event in a private Message Queuing queue. 3. Persistent Chat Compliance server reads this event from the queue, and places it into the mgccomp database for processing later. 4. Periodically, the Persistent Chat Compliance server processes a set of events in the database, and sends them to the Persistent Chat Compliance adapter for processing. 5. If the adapter successfully processes the data, Persistent Chat Compliance server deletes the events from the mgccomp database.

Overview of this Integration

Overview of this Integration CHAPTER 1 June 18, 2013 Basic Federated Network, page 1-1 About SIP Federation with AOL, page 1-4 About Intercluster and Multi-node Deployments, page 1-5 High Availability for SIP Federation, page 1-7

More information

AGENT TRAINING USER GUIDE. Instant Chime for Microsoft Lync

AGENT TRAINING USER GUIDE. Instant Chime for Microsoft Lync AGENT TRAINING USER GUIDE Instant Chime for Microsoft Lync April 2018 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license of the Instant Technologies

More information

Partitioned Intradomain Federation for IM and Presence Service on Cisco Unified Communications Manager, Release 11.5(1)SU2

Partitioned Intradomain Federation for IM and Presence Service on Cisco Unified Communications Manager, Release 11.5(1)SU2 Partitioned Intradomain Federation for IM and Presence Service on Cisco Unified Communications Manager, First Published: 2017-01-10 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose,

More information

USER GUIDE Summer 2015

USER GUIDE Summer 2015 USER GUIDE Summer 2015 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license of the Instant Technologies Software Evaluation Agreement and may be used

More information

EXAM Core Solutions of Microsoft Lync Server Buy Full Product.

EXAM Core Solutions of Microsoft Lync Server Buy Full Product. Microsoft EXAM - 70-336 Core Solutions of Microsoft Lync Server 2013 Buy Full Product http://www.examskey.com/70-336.html Examskey Microsoft 70-336 exam demo product is here for you to test the quality

More information

SIP Compliance APPENDIX

SIP Compliance APPENDIX APPENDIX E This appendix describes Cisco SIP proxy server (Cisco SPS) compliance with the Internet Engineering Task Force (IETF) definition of Session Initiation Protocol (SIP) as described in the following

More information

Instant Messaging Compliance for the IM and Presence Service, Release 12.0(1)

Instant Messaging Compliance for the IM and Presence Service, Release 12.0(1) Instant Messaging Compliance for the IM and Presence Service, Release 12.0(1) First Published: 2017-08-17 Last Modified: 2017-11-30 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose,

More information

Integration Overview

Integration Overview Partitioned Intradomain Federation, page 1 Partitioned Intradomain Federation Configuration, page 6 Availability, page 9 Instant essaging, page 12 Request Routing, page 13 Intercluster and ultinode Deployments,

More information

Chat Setup and Management

Chat Setup and Management Chat Deployments, page 1 Chat Administration Settings, page 3 Chat Node Alias Management, page 9 Chat Room Management, page 14 Group Chat and Persistent Chat Interactions and Restrictions, page 18 Chat

More information

Minnesota Microsoft Unified Communications User Group Welcome! March 26, 2009

Minnesota Microsoft Unified Communications User Group Welcome! March 26, 2009 Minnesota Microsoft Unified Communications User Group Welcome! March 26, 2009 Today s presenters Rob Hanson rhanson@avtex.com Business Development for UC Colleen Reynolds creynolds@avtex.comcom Ops Manager

More information

Cisco Jabber Features and Options

Cisco Jabber Features and Options Cisco Jabber 10.6 Features, page 1 Cisco Jabber Features for Windows, Mac, ios and Android, page 3 Cisco Jabber Features for Windows, page 15 Cisco Jabber Features for Mac, page 36 Cisco Jabber for Android

More information

IT Certification Exams Provider! Weofferfreeupdateserviceforoneyear! h ps://www.certqueen.com

IT Certification Exams Provider! Weofferfreeupdateserviceforoneyear! h ps://www.certqueen.com IT Certification Exams Provider! Weofferfreeupdateserviceforoneyear! h ps://www.certqueen.com Exam : 70-334 Title : Core Solutions of Microsoft Skype for Business 2015 Version : Demo 1 / 8 1. Topic 1,

More information

Core Solutions of Microsoft Skype for Business 2015

Core Solutions of Microsoft Skype for Business 2015 Course 20334: Core Solutions of Microsoft Skype for Business 2015 Course Outline Module 1: Installing and Implementing Skype for Business Server 2015 This module helps you to identify the external dependencies

More information

Interdomain Federation Guide for IM and Presence Service on Cisco Unified Communications Manager, Release 11.5(1)SU2

Interdomain Federation Guide for IM and Presence Service on Cisco Unified Communications Manager, Release 11.5(1)SU2 Interdomain Federation Guide for IM and Presence Service on Cisco Unified Communications Manager, Release 11.5(1)SU2 First Published: 2017-11-29 Last Modified: 2017-12-01 Americas Headquarters Cisco Systems,

More information

Module 2a. Part 1 Deploying Microsoft Lync Server 2010

Module 2a. Part 1 Deploying Microsoft Lync Server 2010 Module 2a Part 1 Deploying Microsoft Lync Server 2010 Deploying Lync Server 2010 Jump Start Day 1: Deploy & Configure Module 1: Features & Architecture Module 2a: Deploying Lync Server 2010 Part 1 Module

More information

Level 1 Technical. Microsoft Lync Basics. Contents

Level 1 Technical. Microsoft Lync Basics. Contents Level 1 Technical Microsoft Lync Basics Contents 1 Glossary... 2 2 Introduction... 3 3 Integration... 4 4 Architecture... 6 Lync Server Editions... 6 Lync Server Roles... 6 Server Pools... 6 Front End

More information

USER GUIDE Spring 2016

USER GUIDE Spring 2016 USER GUIDE Spring 2016 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license of the Instant Technologies Software Evaluation Agreement and may be used

More information

"Charting the Course... MOC B Core Solutions of Microsoft Skype for Business Course Summary

Charting the Course... MOC B Core Solutions of Microsoft Skype for Business Course Summary MOC 20334 B Core Solutions of Microsoft Skype for Description Course Summary This course provides students with the knowledge and skills required to plan, deploy, configure, and administer a Skype for

More information

Enhanced Messaging Product

Enhanced Messaging Product CTIA s Wireless Internet Caucus Enhanced Messaging Action Team (EM Team) Enhanced Messaging Product Product Feature: Group Messaging Use Cases & Call Flows Documentation Final October 17, 2008 See also

More information

What s new in Office Communications Server 2007 R2

What s new in Office Communications Server 2007 R2 At a glance: Call Delegation, Team Ring, Group Chat Desktop Sharing, Extending Voice and Conferencing Enhancements to Presence, Simplified Management What s new in Office Communications Server 2007 R2

More information

Security Guide Zoom Video Communications Inc.

Security Guide Zoom Video Communications Inc. Zoom unifies cloud video conferencing, simple online meetings, group messaging, and a softwaredefined conference room solution into one easy-to-use platform. Zoom offers the best video, audio, and wireless

More information

Microsoft Skype for Business Deployment Guide. High-Availability Deployment

Microsoft Skype for Business Deployment Guide. High-Availability Deployment Microsoft Skype for Business Deployment Guide High-Availability Deployment 12/8/2017 High-Availability Deployment Contents 1 High-Availability Deployment 1.1 Skype for Business High Availability 1.2 T-Server

More information

Enterprise-ready Unified communications platform

Enterprise-ready Unified communications platform Enterprise-ready Unified communications platform Video gallery HD video or high resolution photos of attendees Consistent and familiar clients Immersive experience optimized for touch Single identity

More information

Breaking News CloudAXIS Suite 1.0

Breaking News CloudAXIS Suite 1.0 August 2013 Level 2 Breaking News CloudAXIS Suite 1.0 Product Release Date: October, 2012 Disclaimer 2013 Polycom, Inc. All rights reserved. Polycom, Inc. 6001 America Center Dr San Jose, CA 95002 USA

More information

Course Description. Audience. Prerequisites. At Course Completion

Course Description. Audience. Prerequisites. At Course Completion Module Title : Course 20336A: Core Solutions of Microsoft Lync Server 2013 Duration : 5 days Course Description This instructor-led course teaches IT professionals how to plan, design, deploy, configure,

More information

"Charting the Course to Your Success!" MOC B Core Solutions of Microsoft Lync Server 2013 Course Summary

Charting the Course to Your Success! MOC B Core Solutions of Microsoft Lync Server 2013 Course Summary MOC 20336 B Core Solutions of Microsoft Lync Course Summary Description This instructor-led course teaches IT professionals how to plan, design, deploy, configure, and administer a Microsoft Lync solution.

More information

Interdomain Federation for the IM and Presence Service, Release 10.x

Interdomain Federation for the IM and Presence Service, Release 10.x First Published: 2014-01-29 Last Modified: 2018-11-05 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387)

More information

SIP System Features. SIP Timer Values. Rules for Configuring the SIP Timers CHAPTER

SIP System Features. SIP Timer Values. Rules for Configuring the SIP Timers CHAPTER CHAPTER 4 Revised: October 30, 2012, This chapter describes features that apply to all SIP system operations. It includes the following topics: SIP Timer Values, page 4-1 Limitations on Number of URLs,

More information

Microsoft Lync 2013 Depth Support Engineer

Microsoft Lync 2013 Depth Support Engineer Microsoft Lync 2013 Depth Support Engineer 55070; 5 days, Instructor-led Course Description This five-day instructor-led class takes support engineers beyond design and deployment to troubleshooting. Microsoft

More information

Core Solutions of Microsoft Lync Server 2013

Core Solutions of Microsoft Lync Server 2013 Course 20336B: Core Solutions of Microsoft Lync Server 2013 Page 1 of 8 Core Solutions of Microsoft Lync Server 2013 Course 20336B: 4 days; Instructor-Led Introduction This instructor-led course teaches

More information

Lync 2013 Depth Support Engineer Course. Day(s): 5. Overview

Lync 2013 Depth Support Engineer Course. Day(s): 5. Overview Lync 2013 Depth Support Engineer Course Day(s): 5 Course Code: M55070 Overview This five-day instructor-led class takes support engineers beyond design and deployment to troubleshooting Microsoft Lync

More information

Product Overview. Benefits CHAPTER

Product Overview. Benefits CHAPTER CHAPTER 1 Revised July 3, 2012 The Cisco TelePresence Exchange System is an integrated video service-creation platform that enables service providers and strategic partners to offer secure cloud-based

More information

TDS managedip Hosted Unified Communication (UC) User Guide

TDS managedip Hosted Unified Communication (UC) User Guide Installation and Setup To Install the Application: The application is available for both PC and MAC. To download, visit the TDS Support Site at: http://support.tdsmanagedip.com/hosted To log into the Application:

More information

Microsoft Office Communicator 2007 R2 Getting Started Guide. Published: December 2008

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

More information

Course 55070A: Microsoft Lync 2013 Depth Support Engineer

Course 55070A: Microsoft Lync 2013 Depth Support Engineer Sales 406/256-5700 Support 406/252-4959 Fax 406/256-0201 Evergreen Center North 1501 14 th St West, Suite 201 Billings, MT 59102 Course 55070A: Microsoft Lync 2013 Depth Support Engineer Course Specifications

More information

Overview. Audience profile. At course completion. Module Title : 20334A:Core Solutions of Skype for Business Course Outline :: 20334A::

Overview. Audience profile. At course completion. Module Title : 20334A:Core Solutions of Skype for Business Course Outline :: 20334A:: Module Title : 20334A:Core Solutions of Skype for Business 2015 Duration : 5 days Overview This course teaches IT professionals how to plan, deploy, configure, and administer a Skype for Business 2015

More information

Zoom - CDU Zoom Website

Zoom - CDU Zoom Website Zoom - CDU Zoom Website Join Where to connect to a meeting with a Meeting ID Host Start a meeting and manage meeting setups ie schedule meetings, mute participants etc. Sign in Where you can access your

More information

Interaction Center Business Manager Supervisor Functions

Interaction Center Business Manager Supervisor Functions Interaction Center Business Manager Supervisor Functions CIC 2016 RX 1 Contents Interaction Supervisor... 10 Introduction... 10 Views... 10 Access to Views is controlled by License Assignment... 11 Alerts...

More information

Core Solutions of Skype for Business 2015

Core Solutions of Skype for Business 2015 Course 20334B: Core Solutions of Skype for Business 2015 Page 1 of 8 Core Solutions of Skype for Business 2015 Course 20334B: 4 days; Instructor-Led Introduction This course teaches IT professionals how

More information

The course Modules or Microsoft Lync Server Online Training: 20336B: Core Solutions of Microsoft Lync Server 2013

The course Modules or Microsoft Lync Server Online Training: 20336B: Core Solutions of Microsoft Lync Server 2013 The course Modules or Microsoft Lync Server Online Training: 20336B: Core Solutions of Microsoft Lync Server 2013 1 Architecture and Design Approach for Microsoft Lync Server 2013 Overview of Lync Server

More information

Core Solutions of Skype for Business 2015

Core Solutions of Skype for Business 2015 Core Solutions of Skype for Business 2015 OD20334B; On-Demand, Video-based Course Description This course provides students with the knowledge and skills that are required to plan, deploy, configure, and

More information

UC App for Android Mobile

UC App for Android Mobile UC App for Android Mobile 2018 by Cox Communications. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, electronic, mechanical, photocopying, recording,

More information

[MS20334]: Core Solutions of Skype for Business 2015

[MS20334]: Core Solutions of Skype for Business 2015 [MS20334]: Core Solutions of Skype for Business 2015 Length : 5 Days Audience(s) : IT Professionals Level : 300 Technology : Skype Delivery Method : Instructor-led (Classroom) Course Overview This course

More information

Microsoft Core Solutions of Microsoft Skype for Business 2015

Microsoft Core Solutions of Microsoft Skype for Business 2015 1800 ULEARN (853 276) www.ddls.com.au Microsoft 20334 - Core Solutions of Microsoft Skype for Business 2015 Length 5 days Price $4290.00 (inc GST) Version B Overview This course provides students with

More information

Controlling Overload in Networks of SIP Servers

Controlling Overload in Networks of SIP Servers Controlling Overload in Networks of SIP Servers Volker Hilt, Indra Widjaja Bell Labs/Alcatel-Lucent volkerh@bell-labs.com, iwidjaja@bell-labs.com Outline Motivation SIP Background Performance Evaluation

More information

Load Balancing For Clustered Barracuda CloudGen WAF Instances in the New Microsoft Azure Management Portal

Load Balancing For Clustered Barracuda CloudGen WAF Instances in the New Microsoft Azure Management Portal Load Balancing For Clustered Barracuda CloudGen WAF Instances in the New Microsoft Azure Management This guide will walk you through the steps to load balance traffic across multiple instances of the Barracuda

More information

70-384 Passing Score: 800 Time Limit: 0 min Exam A QUESTION 1 You need to recommend the minimum number of Lync servers required to support the Lync Server 2013 infrastructure in the New York office. The

More information

Microsoft Core Solutions of Microsoft Lync Server 2013

Microsoft Core Solutions of Microsoft Lync Server 2013 1800 ULEARN (853 276) www.ddls.com.au Microsoft 20336 - Core Solutions of Microsoft Lync Server 2013 Length 5 days Price $4290.00 (inc GST) Version B Overview This instructor-led course teaches IT professionals

More information

Services Description for VidyoCloud Services

Services Description for VidyoCloud Services Services Description for VidyoCloud Services March 2017 Vidyo, Inc. 433 Hackensack Ave Hackensack, NJ 07601 Table of Contents DESCRIPTION FOR VIDYOCLOUD SERVICES 3 SUBSCRIPTIONS 3 TEAM PLAN & ENTERPRISE

More information

Collaborate App for Android Smartphones

Collaborate App for Android Smartphones Collaborate App for Android Smartphones The AT&T Collaborate service provides the Collaborate app to help you manage calls and conferences on the go. The app comes in 3 versions: Collaborate - Mobile Collaborate

More information

Chat and Presence. Browser Click to Call

Chat and Presence. Browser Click to Call Browser Click to Call, page 1 Custom Emoticons, page 2 Enterprise Groups for Cisco Unified Communications Manager IM and Presence Service, page 6 File Transfers and Screen Captures, page 9 My Jabber Chats

More information

Interactive Distance Learning based on SIP

Interactive Distance Learning based on SIP S. Sae-Wong, T. Kamolphiwong, S. Kamolphiwong, and N. Wittayasirikul Centre for Network Research (CNR), Department of Computer Engineering, Faculty of Engineering, Prince of Songkla University, Hatyai,

More information

Interdomain Federation for IM and Presence Service on Cisco Unified Communications Manager, Release 10.5(1)

Interdomain Federation for IM and Presence Service on Cisco Unified Communications Manager, Release 10.5(1) Interdomain Federation for IM and Presence Service on Cisco Unified Communications Manager, Release 10.5(1) First Published: 2014-01-29 Last Modified: 2017-12-01 Americas Headquarters Cisco Systems, Inc.

More information

INSTALLING LYNC SERVER 2013 EE POOL ON WINDOWS SERVER 2012

INSTALLING LYNC SERVER 2013 EE POOL ON WINDOWS SERVER 2012 INSTALLING LYNC SERVER 2013 EE POOL ON WINDOWS SERVER 2012 Installing an Enterprise Pool that consists of two Front-End Servers. Server Environment: DC-01.chahla.local (Domain Controller, Certificate Authority)

More information

IBM Lotus Sametime Advanced 8

IBM Lotus Sametime Advanced 8 IBM Lotus Sametime Advanced 8 Lisa Sarkady Lotus IT Specialist Great Lakes District 1 Agenda Sametime product family overview Sametime Advanced overview & demo Architecture & Deployment 2 IBM Software

More information

SIP System Features. Differentiated Services Codepoint CHAPTER

SIP System Features. Differentiated Services Codepoint CHAPTER CHAPTER 6 Revised: December 30 2007, This chapter describes features that apply to all SIP system operations. It includes the following topics: Differentiated Services Codepoint section on page 6-1 Limitations

More information

App Orchestration 2.6

App Orchestration 2.6 App Orchestration 2.6 Deploying App Orchestration 2.6 in a Complex Active Directory Environment Last Updated: July 25, 2014 Contents Overview... 3 Resources... 3 Tenants... 4 Offerings... 4 App Orchestration

More information

Keep Calm and Call On! IBM Sametime Communicate Softphone Made Simple. Frank Altenburg, IBM

Keep Calm and Call On! IBM Sametime Communicate Softphone Made Simple. Frank Altenburg, IBM Keep Calm and Call On! IBM Sametime Communicate Softphone Made Simple Frank Altenburg, IBM Agenda Voice and Video an effective way to do business! Sametime Softphone Computer is your phone! Sametime Voice

More information

Service Manager. Database Configuration Guide

Service Manager. Database Configuration Guide Service Manager powered by HEAT Database Configuration Guide 2017.2.1 Copyright Notice This document contains the confidential information and/or proprietary property of Ivanti, Inc. and its affiliates

More information

Frequently Asked Questions

Frequently Asked Questions General Where can I find a user guide? When logged in, a user guide can be downloaded from within the client. Help is located in the options tab at the bottom right hand corner of the desktop client and

More information

FusionWorks: Fusion Communicator for iphone 2/24/2016 USER GUIDE

FusionWorks: Fusion Communicator for iphone 2/24/2016 USER GUIDE FusionWorks: Fusion Communicator for iphone 2/24/2016 Contents: About this Document.............................................................................................. 4 Audience and Purpose..........................................................................................

More information

Virtual Fair System Tutorial For Candidates

Virtual Fair System Tutorial For Candidates Virtual Fair System Tutorial For Candidates Click to Register for the Event IMPORTANT NOTE: Google Chrome (preferred browser) or Firefox are required if you want the option to participate in video chats

More information

Polycom RealPresence Cloud

Polycom RealPresence Cloud 1.1 April 2016 3725-20316-001D Frequently Asked Questions Polycom RealPresence Cloud Contents RealPresence Cloud Frequently Asked Questions (FAQs)...2 General Usage...2 Bandwidth Requirements...4 Microsoft

More information

Jabber MomentIM Help Topic

Jabber MomentIM Help Topic Jabber MomentIM Help Topic How to Use Jabber Outlook Add-in The Jabber Outlook Add-in integrates several features of Jabber MomentIM: Shows Jabber MomentIM contact s presence on the Microsoft Outlook toolbar

More information

Communicator for Android. User Guide. Release 21.3

Communicator for Android. User Guide. Release 21.3 Communicator for Android User Guide Release 21.3 Table of Contents Contents Table of Contents...2 1 Main Tabs...5 2 Contacts...6 2.1 Add Contacts... 6 2.2 Edit... 7 2.3 Filters... 7 3 Presence...8 4 Instant

More information

USER GUIDE. Version 7.0

USER GUIDE. Version 7.0 Version 7.0 Mybys is a collaboration service that allows you to spontaneously collaborate remotely with anyone, whether they work in the same organization as you or not. TABLE DES MATIERES 0 1. INSTALLATION

More information

Skype for Business for ios

Skype for Business for ios Skype for Business for ios Skype for Business for ios is a productivity app that brings Skype Meetings, presence, instant messaging (IM), voice, and video capabilities to your ios mobile device. It has

More information

Session Initiation Protocol (SIP)

Session Initiation Protocol (SIP) Session Initiation Protocol (SIP) Introduction A powerful alternative to H.323 More flexible, simpler Easier to implement Advanced features Better suited to the support of intelligent user devices A part

More information

Microsoft Exam-Osler

Microsoft Exam-Osler Microsoft 70-336 Exam-Osler Number: 000-000 Passing Score: 800 Time Limit: 120 min File Version: 1.0 ht t p:/ / w w w.gratisexam.com/ Exam A QUESTION 1 You have a Lync Server 2013 infrastructure that contains

More information

For Windows Microsoft Corporation. All rights reserved.

For Windows Microsoft Corporation. All rights reserved. For Windows 1 About Skype for Business... 4 Skype for Business Window... 5 Audio... 6 Set up your audio device... 6 Make a call... 6 Answer a call... 7 Use audio call controls... 7 Check voicemail... 8

More information

Collaborate App for Android Tablets

Collaborate App for Android Tablets The AT&T Collaborate service provides the Collaborate app to help you manage calls and conferences on your Android tablet on the go. The Collaborate app for Android tablets provides these communication

More information

Microsoft Office Communications Server 2007 R2 Resource Kit

Microsoft Office Communications Server 2007 R2 Resource Kit Microsoft Office Communications Server 2007 R2 Resource Kit Rui Maximo, Rick Kingslan, Rajesh Ramanathan, Nirav Kamdar with the Microsoft Office Communications Server Team To learn more about this book,

More information

Module 5. Conferencing in Lync Server MVA Jump Start

Module 5. Conferencing in Lync Server MVA Jump Start Module 5 Conferencing in Lync Server 2013 MVA Jump Start Module Overview Introduction to Conferencing in Lync Server 2013 Designing for Audio/Video and Web Conferencing Dial-In Conferencing in Lync Server

More information

Migration Utilities for Microsoft Users

Migration Utilities for Microsoft Users First Published: 2016-07-21 Introduction This application combines the functionality previously provided in the: Export Contact List application Disable Account application Delete Account application You

More information

Configuration and Administration of IM and Presence Service on Cisco Unified Communications Manager, Release 9.1(1)

Configuration and Administration of IM and Presence Service on Cisco Unified Communications Manager, Release 9.1(1) Configuration and Administration of IM and Presence Service on Cisco Unified Communications Manager, Release 9.1(1) First Published: April 09, 2014 Last Modified: August 22, 2014 Americas Headquarters

More information

Cisco Webex Messenger

Cisco Webex Messenger Cisco Webex Messenger This describes the processing of personal data (or personal identifiable information) by Cisco Webex Messenger. 1. Overview of Cisco Webex Messenger Capabilities Cisco Webex Messenger

More information

SMART UC USER GUIDE - ios DECEMBER 2018

SMART UC USER GUIDE - ios DECEMBER 2018 SMART UC USER GUIDE - ios DECEMBER 2018 Vocus Level 10, 452, Melbourne, VIC 3000 vocus.com.au CONTENTS INTRODUCTION... 3 OVERVIEW... 3 MULTI DEVICE SUPPORT... 3 DISCLAIMERS... 3 GETTING STARTED... 4 INSTALLATION...

More information

StarLeaf App User Guide 28 February 2018

StarLeaf App User Guide 28 February 2018 StarLeaf App User Guide 28 February 2018 Contents Signing into the app 4 Minimum Requirements 4 Computers and Laptops 4 Android 5 iphone and ipad 5 Localization 5 Making a call 6 Calling outside of your

More information

Hands-On Lab. Launching Contextual Conversations from the Lync Controls. Lab version: 1.0 Last updated: 12/17/2010

Hands-On Lab. Launching Contextual Conversations from the Lync Controls. Lab version: 1.0 Last updated: 12/17/2010 Hands-On Lab Launching Contextual Conversations from the Lync Controls Lab version: 1.0 Last updated: 12/17/2010 CONTENTS OVERVIEW... 3 System Requirements 3 EXERCISE 1: INTEGRATE LAUNCH LINK AND DATA

More information

Getting Started with Yammer Nicolas Kanaris July 2016 Cyprus Pedagogical Institute #ATS2020

Getting Started with Yammer Nicolas Kanaris July 2016 Cyprus Pedagogical Institute #ATS2020 Getting Started with Yammer Nicolas Kanaris July 2016 Cyprus Pedagogical Institute Contents 1. About Yammer network 2. Connect to Yammer Home and External networks 3. Yammer portal user interface 4. Configure

More information

ORACLE ENTERPRISE COMMUNICATIONS BROKER

ORACLE ENTERPRISE COMMUNICATIONS BROKER ORACLE ENTERPRISE COMMUNICATIONS BROKER A CORE COMMUNICATIONS CONTROLLER KEY FEATURES Centralized dial plan management Centralized session routing and forking Multivendor UC protocol normalization SIP

More information

Configuration and Administration of IM and Presence Service on Cisco Unified Communications Manager, Release 11.5(1)

Configuration and Administration of IM and Presence Service on Cisco Unified Communications Manager, Release 11.5(1) Configuration and Administration of IM and Presence Service on Cisco Unified Communications Manager, Release 11.5(1) First Published: 2016-06-08 Last Modified: 2018-02-21 Americas Headquarters Cisco Systems,

More information

Hello everyone. My name is Kundan Singh and today I will describe a project we did at Avaya Labs.

Hello everyone. My name is Kundan Singh and today I will describe a project we did at Avaya Labs. Hello everyone. My name is Kundan Singh and today I will describe a project we did at Avaya Labs. 1 Let me start by saying that people often forget the importance of separating data from the application

More information

Lync Server 2013 in Office 365

Lync Server 2013 in Office 365 Lync Server 2013 in Office 365 Hybrid Architecture Sandi Jordan, Microsoft Agenda Lync 2013 Hybrid Goals Lync 2013 Hybrid Architecture Lync 2013 Hybrid Voice What is Hybrid? Integration of on-premise infrastructure

More information

SIP System Features. SIP Timer Values. Rules for Configuring the SIP Timers CHAPTER

SIP System Features. SIP Timer Values. Rules for Configuring the SIP Timers CHAPTER CHAPTER 4 Revised: March 24, 2011, This chapter describes features that apply to all SIP system operations. It includes the following topics: SIP Timer Values, page 4-1 SIP Session Timers, page 4-7 Limitations

More information

Cisco Jabber includes a broad range of features. As indicated in the following table, some features are client-specific. Alert When Available

Cisco Jabber includes a broad range of features. As indicated in the following table, some features are client-specific. Alert When Available Cisco Jabber 11.0 Features, page 1 Cisco Jabber Features for Windows, Mac, ios and Android, page 4 Cisco Jabber Features for Windows, page 25 Cisco Jabber Features for Mac, page 46 Cisco Jabber for Android

More information

Microsoft Office Communications Server U.C. Voice Specialization. Version 3.1

Microsoft Office Communications Server U.C. Voice Specialization. Version 3.1 Microsoft Office Communications Server 2007 - U.C. Voice Specialization Version 3.1 QUESTION NO: 1 providing technical support to your company.you are planning to deploy a Microsoft Office Communications

More information

Cloud Video Interop for Microsoft Teams Why you must care

Cloud Video Interop for Microsoft Teams Why you must care Cloud Video Interop for Microsoft Teams Why you must care 17.05.2018 Graham Walsh graham@pexip.com 2018 Pexip AS. 1 Oslo London New York Sydney Today s Typical Enterprise Lync 2010, 2013 or Skype for Business

More information

managedip HOSTED ANDROID TABLET

managedip HOSTED ANDROID TABLET Table of Contents 1 About managedip Hosted for Android Tablet... 4 2 Get Started... 5 2.1 Install...5 2.2 Sign In...5 3 Main Tabs... 6 4 Contacts... 8 4.1 Contact Card...8 4.2 Add Contacts...8 4.3 Edit...9

More information

For more information about the Cisco Jabber suite of products, see https://www.cisco.com/go/jabber.

For more information about the Cisco Jabber suite of products, see https://www.cisco.com/go/jabber. About Cisco Jabber, page 1 Purpose of this Guide, page 1 Feature Configuration Overview, page 1 About Cisco Jabber Cisco Jabber is a suite of Unified Communications applications that allow seamless interaction

More information

PROFESSIONAL LEARNING COMMUNITY (PLC)

PROFESSIONAL LEARNING COMMUNITY (PLC) 1 COLLABORATIVE INSTRUCTIONAL DESIGN SYSTEM (CIDS) HOW TO ACCESS PLC? USER MANUAL PROFESSIONAL LEARNING COMMUNITY (PLC) 2 MAIN FEATURES OF PLC A. LOG IN AT THE MAIN PAGE OF CIDS When you log in at https://asiemodel.net

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questions Frequently Asked Questions for Cisco Unified Personal Communicator 8.6 and Voice and Video Firmware 8.6 for Cisco Virtualization Experience Client 6215 FAQs 2 Basics 3 Setup

More information

Virtual Communications Express User Guide Mobile for iphone

Virtual Communications Express User Guide Mobile for iphone User Guide Mobile for iphone Feature Overview By adding Virtual Communications Express Mobile to an ios platform, you can leverage a convenient and intuitive interface for mobile calling services. Calls

More information

NUIT Tech Talk Getting to Know Microsoft Lync

NUIT Tech Talk Getting to Know Microsoft Lync NUIT Tech Talk Getting to Know Microsoft Lync October 29, 2013 Presented by: Dave Christensen NUIT Collaboration Services Agenda 1. What is Microsoft Lync? 2. Getting Started 3. Lync 2013 Client (Windows)

More information

Chat Setup and Management

Chat Setup and Management Chat Deployments, page 1 Chat Administration Settings, page 4 Chat Node Alias Management, page 6 Chat Deployments You can set up chat for different deployment scenarios. Sample deployment scenarios are

More information

Cisco Unified Presence 8.0

Cisco Unified Presence 8.0 Cisco Unified Presence 8.0 Cisco Unified Communications Solutions unify voice, video, data, and mobile applications on fixed and mobile networks, enabling easy collaboration every time from any workspace.

More information

20334A: Core Solutions of Microsoft Skype for Business 2015

20334A: Core Solutions of Microsoft Skype for Business 2015 20334A: Core Solutions of Microsoft Skype for Business Course Details Course Code: Duration: Notes: 20334A 5 days This course syllabus should be used to determine whether the course is appropriate for

More information

Work Smart: Start a sharing and collaboration session

Work Smart: Start a sharing and collaboration session Work Smart: Start a sharing and collaboration session Use this guide to learn how to have impromptu online meetings and conference calls by using Microsoft Lync 2010 communications software. What do you

More information

Cisco TelePresence Video Communication Server Update. Arne B. Østensen, Team Lead

Cisco TelePresence Video Communication Server Update. Arne B. Østensen, Team Lead Cisco TelePresence Video Communication Server Update Arne B. Østensen, Team Lead Cisco Support Community Expert Series Webcast Today s featured expert is Team Lead Arne B. Østensen Ask him questions now

More information

Getting Started with Microsoft Lync: Windows and Mac

Getting Started with Microsoft Lync: Windows and Mac Getting Started with Microsoft Lync: Windows and Mac Microsoft Lync for Windows 2013 Microsoft Lync helps you stay connected to the people who are important to you via instant messaging, email, audio,

More information