Conferencing Agent Enhancing the Communication Experience

Size: px
Start display at page:

Download "Conferencing Agent Enhancing the Communication Experience"

Transcription

1 White Paper Conferencing Agent Enhancing the Communication Experience To achieve corporate operational excellence, the existing resources of an organization must be utilized to the best possible extent. Time management, communication and collaboration are the most important tools to optimize resource utilization. At present, calendaring, a time management tool, is used in conjunction with audio conferences. Meeting events are created in the calendar and invitations sent to participants to join the meetings. If participants accept a calendar meeting invitation, then it is their responsibility to join the voice conference at the scheduled time. It is possible that participants forget to join the call at the scheduled time: to prevent this, they would need to set reminders. Again, while joining the call, dial-in details and pass codes available in the invite need to be accessed. This is a drain on the participant s time and energy, especially when there are many meetings scheduled in a day. In addition, conference calling on a traditional telephonic network is expensive. We have, therefore, explored options to make audio conferencing a costeffective, better user experience. A solution that attempts to address these problems should offer an integrated system that extracts

2 meeting details from the calendar application, processes them and connects all the meeting invitees who have accepted the meeting to the Conferencing Bridge at the scheduled time. Such a solution can be used to eliminate the need of setting reminders and dialling of large numbers. Also it may offer better user experience to employees and help them work efficiently leading to productivity gain. 2

3 About the Author Ritesh Kumar Mohapatra Ritesh Kumar Mohapatra has been working with Tata Consultancy Services (TCS) for the past three years. He is competent in Java, PHP, Web Services, Avaya, UCC and SIP, Erlang, XMPP, instant messaging and calendaring. He has experience in the Unified Communication and Collaboration Centre of Excellence and is currently working in this domain. Bijay Kumar Sahoo Bijaya Kumar Sahoo is a Solution Architect with over 15 years of experience at TCS. He has been involved in architecting solutions on a diverse set of technology platforms for customers in the Banking, Financial Services and Insurance industries. Currently he leads the Unified Communication and Collaboration Centre of Excellence. 3

4 Table of Contents 1. Introduction 5 2. Conferencing: The On-going Approach 5 3. Conferencing Agent Overall Working of Conferencing Agent Fetching Meeting Events Processing Meeting Details Making Conference Calls 8 4. Salient Features 8 5. Potential Benefits 9 6. Conclusion 9 4

5 1. Introduction Today s corporate realm is characterized by intense global competition, increasing technology specialization and accelerated decision-making. To stay ahead of competition, organizations need to make the most of their resources. This requires proper management of available resources. Optimal resource management can be defined as the use of right resources dedicated to the right purpose; implying a situation where no resource is either idle or over-utilized. However, resource management will remain a distant goal without effective communication and collaboration. In many organizations, ing and instant messaging have come to define communication and collaboration. Recently, calendaring has also emerged as a powerful communication and collaboration tool. Individual and group time management can be enhanced through calendaring. When choosing a calendaring service, one should look for efficiency, scalability, ease of use and cost effectiveness. The calendar feature is often used to create and send meeting invites to participants along with the dial-in details. However, this also entails the setting of reminders, updates to incorporate changes in dial-in details and the need to share long numbers. To improve user experience, organizations can look at implementing a conferencing agent solution. A conferencing agent should fetch meeting event details and other related data from calendar applications and connect all participants who have accepted the meeting invitation to an audio-conference automatically. VoIP services may be integrated to help achieve the cost-effectiveness in the conferencing solution. This document discusses the concept of the proposed solution. This white paper will be useful to developers working in calendaring related applications and to business users who wish to use such solutions in their organization. 2. Conferencing: The On-going Approach Audio conferencing is a common business collaboration tool. Here, whenever a person receives a meeting or tele-conference invite created in a calendar application like Google calendar, the person is free to accept or decline it. If participants accept the invitation, then they have to remember the time of the meeting or set a reminder to join the meeting requiring additional effort. Again, when joining the meeting the user has to check and dial the conferencing bridge details and the participant s code. If any updates have been made to the bridge, these must be communicated to all participants. Attending several such meetings can thus be a drain of time and lead to loss of productivity. However, this experience can be made smoother by automating the entire process. Such automation ensures that after accepting the invite, users need not keep track of reminders and call-in details; they will automatically be connected to the bridge at the right time. Audio conferencing is an expensive proposition since telephonic service providers charge considerably to provide their conferencing services. A new way to obtain low cost audio conferencing services using VoIP provides added advantage to organizations. 5

6 A software based conferencing agent that will automate the tasks related to conferencing can help address common problems and improve the overall communication experience. Hmm..! It is rescheduled again. Set the reminder. Oh! The meeting has been cancelled.? Are the bridge details updated? It is time to join the call. Where are the dialling details? Fig.1: Illustrating the Problem 3. Collaboration using a conferencing agent A conferencing agent can automate conferences using a service account. A service account is a common calendaring account for a group or organization to facilitate conferencing. This account is used by the solution to pull meeting events. A user who wishes to use this solution must include the service account s ID in his/her meeting invitation along with the other participants IDs. A conferencing agent runs on the system of the person designated as the owner of the service account. Once the meeting events are created, this solution will read relevant information from the calendar and automatically connect all the invitees who have accepted the meeting invitation to the audio conference at the scheduled time. This eliminates the need for the participants to remember the schedule and dial-in details of the meeting. The participants simply have to accept the meeting invitation and at the scheduled time, their VoIP phone will ring automatically; they need to answer the phone to join the conference call. Such solutions can use open source products such as Asterisk as the VoIP server. The user can answer the call using an IP phone at his/her desk. Alternatively a good head set and a soft phone in the PC or laptop may be used. Configuration files can be used to store information required to connect to the calendar server and properties for easy configuration. As it can be run by an authorized person, only he/she will be able to access the files containing configuration settings. 3.1 Working of a conferencing agent 6

7 The working of such a solution can be segregated into three broad functions (see Figure 2): fetch meeting events, process meeting details and make conference calls Fetch Meeting Events The agent should read the configuration details and connect to calendar applications such as Google calendar, MS Outlook, Zimbra etc. Once the solution connects to a calendar service, it will read all the meeting events for the service account. The solution will fetch the meeting details at regular intervals for Making Conference Calls Processing Meeting Details Fetching Meeting Events Fig.2: Diagram Representing the Basic Processes in conferencing agent any updates Process Meeting Details After obtaining the meeting events, the solution will check for details like meeting identifier, meeting start and end time, list of participants, participants acceptance status and so on. It ignores past meeting events, and should check for new entries or updates. For each new meeting event, it creates a process to make calls at the scheduled time. If it finds the meeting has been cancelled, it immediately stops the previously created process. In case of rescheduled meetings or added participants, it modifies the process appropriately Make Conference Calls At the scheduled time, the agent will look up the contact numbers of all the participants from the directory. The contact directory may hold IDs and contact numbers along with other information. The conferencing agent will call the conference related web service with the participant information and bridge details. The web service will instruct the VoIP server connect the participants to the conferencing 7

8 bridge. 4. Key attributes of a conferencing agent A conferencing agent solution must be designed to offer has the following key features: n Ease of Use It should be easy to use and user friendly. Any user should be able to include the service account to send meeting invites and avail of the auto-conferencing facility. Conferencing Agenet User Setting Process Events Calender Interface Reads Calender Events Meeting Events Calender Service Account Calls Web Service Log Files Conference Bridge Participant 3 Audio Conference Web Service Initiates Call Participant 2 VoIP Server Participant 1 Fig.3: Working of conferencing agent NB: The above diagram represents various components of the proposed conference solution. n n n Easy Installation and Setup The solution should be capable of running on any system with an internet connection. There should be an installer or a package included for easy installation. Extensibility The solution design should allow easy extensibility to various calendaring services such as Google Calendar, Zimbra Calendar, IBM Lotus Notes Calendar, Microsoft Outlook etc. It may also offer support for different VoIP servers.. Flexibility The solution should be configurable for different polling intervals for reading events. There should be no restriction on the number of meetings scheduled. 8

9 n Secure Only authorized persons should be allowed to access configuration files of conferencing agent. In addition, the solution should authenticate the participants before using the VoIP server Potential Benefits Implementing a conferencing agent solution for collaboration within any organization will provide several benefits including: Enhanced Communication Experience As such a solution will offer seamless integration across various collaboration elements, it shall provide a better communication experience for the user. Increased Productivity The agent will eliminate the need to lookup information and manually dial in to the conference, thereby saving the user time and effort. This will increase overall productivity of employees. Cost Savings The option of using open source VoIP servers for conferencing will help reduce conferencing costs. 6. Conclusion Conferencing agents are an innovative idea to aid auto-conferencing. The solution takes utmost care to emulate a real-time conference environment. The implementation of such a solution could improve communication experience and help in reducing unnecessary time spent to join a meeting as well as conferencing expenditure, leading to improvement in employee satisfaction, productivity and efficiency. References [1] [2] [3] 9

10 Contact For more information, contact Subscribe to TCS White Papers TCS.com RSS: Feedburner: About Tata Consultancy Services (TCS) Tata Consultancy Services is an IT services, consulting and business solutions organization that delivers real results to global business, ensuring a level of certainty no other firm can match. TCS offers a consulting-led, integrated portfolio of IT and IT-enabled infrastructure, engineering TM and assurance services. This is delivered through its unique Global Network Delivery Model, recognized as the benchmark of excellence in software development. A part of the Tata Group, India s largest industrial conglomerate, TCS has a global footprint and is listed on the National Stock Exchange and Bombay Stock Exchange in India. For more information, visit us at IT Services Business Solutions Outsourcing All content / information present here is the exclusive property of Tata Consultancy Services Limited (TCS). The content / information contained here is correct at the time of publishing. No material from here may be copied, modified, reproduced, republished, uploaded, transmitted, posted or distributed in any form without prior written permission from TCS. Unauthorized use of the content / information appearing here may violate copyright, trademark and other applicable laws, and could result in criminal or civil penalties. Copyright 2013 Tata Consultancy Services Limited TCS Design Services I M I 03 I 13

Business Process Services. White Paper. Automating Email Management: Managing Workflow Effectively

Business Process Services. White Paper. Automating Email Management: Managing Workflow Effectively Business Process Services White Paper Automating Email Management: Managing Workflow Effectively About the Authors Deva Latha S. Assistant Consultant Deva Latha has over nine years of experience in Business

More information

Robotic Process Automation: Reenergizing the Directory Publishing Industry

Robotic Process Automation: Reenergizing the Directory Publishing Industry A Point of View Robotic Process Automation: Reenergizing the Directory Publishing Industry Abstract Evolving digital marketing avenues including video, SEM/SEO, mobile, and social media are fast replacing

More information

ion Customer Relationship Management (CRM) Solution

ion Customer Relationship Management (CRM) Solution ion Customer Relationship Management (CRM) Solution How do you command the loyalty of your customers in a competitive market? How do you achieve an increase in sales? To help you answer these questions,

More information

Business Process Services. White Paper. Configurable, Automated Workflows: Transforming Process Effectiveness for Business Excellence

Business Process Services. White Paper. Configurable, Automated Workflows: Transforming Process Effectiveness for Business Excellence Business Process Services White Paper Configurable, Automated Workflows: Transforming Process Effectiveness for Business Excellence About the Authors Ohm Kumar Ohm Kumar is a Business Analyst with the

More information

Business Process Services. White Paper. Improving Efficiency in Business Process Services through User Interface Re-engineering

Business Process Services. White Paper. Improving Efficiency in Business Process Services through User Interface Re-engineering Business Process Services White Paper Improving Efficiency in Business Process Services through User Interface Re-engineering About the Authors Mahesh Kshirsagar Mahesh has a vast experience of about 24

More information

TCS Research Fellowship Program. Frequently Asked Questions by Researchers

TCS Research Fellowship Program. Frequently Asked Questions by Researchers TCS Research Fellowship Program Frequently Asked Questions by Researchers July 2010 Q1) What is the Aim of the scheme? The scheme is primarily aimed to help enhance our nation s talent base in doing research

More information

Business Process Services. White Paper. Optimizing Extended Warranty Processes by Embracing Analytics

Business Process Services. White Paper. Optimizing Extended Warranty Processes by Embracing Analytics Business Process Services White Paper Optimizing Extended Warranty Processes by Embracing Analytics About the Author Dr. Anuj Prakash Anuj Prakash is a part of the TCS Analytics and Insights Practice,

More information

Backward Scheduling An effective way of scheduling Warehouse activities

Backward Scheduling An effective way of scheduling Warehouse activities Backward Scheduling An effective way of scheduling Warehouse activities Traditionally, scheduling algorithms were used in capital intensive production processes where there was a need to optimize the production

More information

EMC DOCUMENTUM MANAGING DISTRIBUTED ACCESS

EMC DOCUMENTUM MANAGING DISTRIBUTED ACCESS EMC DOCUMENTUM MANAGING DISTRIBUTED ACCESS This white paper describes the various distributed architectures supported by EMC Documentum and the relative merits and demerits of each model. It can be used

More information

Data Visualization in Ext Js 3.4

Data Visualization in Ext Js 3.4 White Paper Data Visualization in Ext Js 3.4 Ext JS is a client-side javascript framework for rapid development of cross-browser interactive Web applications using techniques such as Ajax, DHTML and DOM

More information

KYCS - Integrating KYC with Social Identity: The Future-Ready Marketing Approach

KYCS - Integrating KYC with Social Identity: The Future-Ready Marketing Approach A Point of View KYCS - Integrating KYC with Identity: The Future-Ready Marketing Approach Abstract media has empowered us to voice and share our opinion on things that impact our lives. It has reshaped

More information

Business Process Services. White Paper. Personalizing E-Commerce: Improving Interactivity to Increase Revenues

Business Process Services. White Paper. Personalizing E-Commerce: Improving Interactivity to Increase Revenues Business Process Services White Paper Personalizing E-Commerce: Improving Interactivity to Increase Revenues About the Author Subramaniam MV Subramaniam is a Delivery Manager at Tata Consultancy Services

More information

The four windows of organizational change in training for ERP transformation

The four windows of organizational change in training for ERP transformation White Paper The four windows of organizational change in training for ERP transformation Managing users apprehension to change has always been a challenge for large scale ERP implementations. Moving the

More information

ion IT-as-a-Service Solution

ion IT-as-a-Service Solution ion IT-as-a-Service Solution "The ion Manufacturing Solution enabled us to control our business more meaningfully, including our field operations. Through the Field Force module, we have updated information

More information

White Paper. Social Analytics

White Paper. Social Analytics White Paper Social Analytics This paper brings to forefront the growing popularity of social media as a source of data for analytics with relation to the telecom industry. The paper further elaborates

More information

Business Process Transformation A Pulse Check

Business Process Transformation A Pulse Check White Paper Business Process Transformation A Pulse Check Over the last decade or two, two trends have been noticeable across all businesses. The move towards consolidation of office-based operations,

More information

Over 18,400 branches. 21,843 ATMs. 261 million accounts. Enabling State Bank of India to create the world s largest homogenous banking network

Over 18,400 branches. 21,843 ATMs. 261 million accounts. Enabling State Bank of India to create the world s largest homogenous banking network Wealth Management Volatility and uncertainty in the markets have given rise to a new class of customers who are extremely cautious and demand absolute transparency from their advisors. They now expect

More information

Business Process Services. White Paper. Effective Credit Risk Assessment Strengthening the Financial Spreading with Technology Enablers

Business Process Services. White Paper. Effective Credit Risk Assessment Strengthening the Financial Spreading with Technology Enablers Business Process Services White Paper Effective Credit Risk Assessment Strengthening the Financial Spreading with Technology Enablers About the Author Vijay Muppavarapu Vijay is a subject matter expert

More information

Business Process Services. White Paper. Mitigating Trade Fraud: The Case for Detecting Group Level Fraudulent Activity

Business Process Services. White Paper. Mitigating Trade Fraud: The Case for Detecting Group Level Fraudulent Activity Business Process Services White Paper Mitigating Trade Fraud: The Case for Detecting Group Level Fraudulent Activity About the Author Narasimha Murty M V Narasimha Murty holds a Master's degree in Mathematics

More information

Backlog Management Index (BMI) Evaluation and Improvement An ITIL Approach

Backlog Management Index (BMI) Evaluation and Improvement An ITIL Approach Backlog Management Index (BMI) Evaluation and Improvement An ITIL Approach Backlog Management Index is one of the important metrics that is closely monitored in Steady State of Maintenance and Support

More information

HiTech. White Paper. Storage-as-a-Service. SAN and NAS Reference Architectures leveraging Private Cloud Storage

HiTech. White Paper. Storage-as-a-Service. SAN and NAS Reference Architectures leveraging Private Cloud Storage HiTech White Paper -as-a-service SAN and NAS Reference Architectures leveraging Private Cloud About the Author Ankur Srivastava Ankur Srivastava is a Solution Architect working with the Hi Tech Industry

More information

Business Process Services. White Paper. Improving Agility in Accounts Receivables with Statistical Prediction and Modeling

Business Process Services. White Paper. Improving Agility in Accounts Receivables with Statistical Prediction and Modeling Business Process Services White Paper Improving Agility in Accounts Receivables with Statistical Prediction and Modeling About the Authors R Rengesh Siva Rengesh Siva has over 14 years of experience in

More information

Next Generation Electric Utilities Gear up Using Cloud Based Services

Next Generation Electric Utilities Gear up Using Cloud Based Services A Point of View Next Generation Electric Utilities Gear up Using Cloud Based Services Abstract Globally, liberalization of the electricity sector has driven a paradigm shift in the ownership structure,

More information

Business Partner of. Hardware + Network + Software + Services

Business Partner of. Hardware + Network + Software + Services Business Partner of Hardware + Network + Software + Services About RDS Business Services RDS Business Services do services like Web Services, Software Services, Software Testing, Contract Staffing, Placement

More information

Business Process Services. White Paper. Social Media Influence: Looking Beyond Activities and Followers

Business Process Services. White Paper. Social Media Influence: Looking Beyond Activities and Followers Business Process Services White Paper Social Media Influence: Looking Beyond Activities and Followers About the Author Vandita Bansal Vandita Bansal is a subject matter expert in Analytics and Insights

More information

Business Process Services. White Paper. Managing Customer Experience: Strategies for Success

Business Process Services. White Paper. Managing Customer Experience: Strategies for Success Business Process Services White Paper Managing Customer Experience: Strategies for Success About the Author Ashwin Fernandes, Assistant Manager, TCS Ashwin is a practice consultant in the Innovation and

More information

Life Sciences. White Paper. Real-time Patient Health Monitoring with Connected Health Solutions

Life Sciences. White Paper. Real-time Patient Health Monitoring with Connected Health Solutions Life Sciences White Paper Real-time Patient Health Monitoring with Connected Health Solutions About the Authors Ashok Khanna Global Head, Presales and Solutions, Engineering Industrial Services, Life Sciences

More information

TCS Hy5 Presidio Your Mobile Environment, Your Way Configure, Secure, Deploy. Mobility Solutions

TCS Hy5 Presidio Your Mobile Environment, Your Way Configure, Secure, Deploy. Mobility Solutions TCS Hy5 Presidio Your Mobile Environment, Your Way Configure, Secure, Deploy Mobility Solutions The growth of in-house and third-party enterprise mobile applications; device diversity across ios, Android,

More information

Business Process Services. White Paper. Predictive Analytics in HR: A Primer

Business Process Services. White Paper. Predictive Analytics in HR: A Primer Business Process Services White Paper Predictive Analytics in HR: A Primer About the Authors Tuhin Subhra Dey Tuhin is a member of the Analytics and Insights team at Tata Consultancy Services (TCS), where

More information

Bridging the IT Business Gap The Role of an Enterprise Architect

Bridging the IT Business Gap The Role of an Enterprise Architect Whitepaper Bridging the IT Business Gap The Role of an Enterprise Architect Today s enterprises understand the value that Information Technology (IT) can bring to their business. IT supports day-to-day

More information

Green Desktop Infrastructure

Green Desktop Infrastructure White Paper Green Desktop Infrastructure An Approach to Reduce Desktop Carbon Footprint The proliferation of desktops is increasingly contributing to carbon emissions, through inefficient power consumption,

More information

IT Infrastructure Services. White Paper. Cyber Risk Mitigation for Smart Cities

IT Infrastructure Services. White Paper. Cyber Risk Mitigation for Smart Cities IT Infrastructure Services White Paper Cyber Risk Mitigation for Smart Cities About the Author Abhik Chaudhuri Abhik Chaudhuri is a Domain Consultant with the Information Technology Infrastructure Services

More information

Digital Enterprise Unit. White Paper. Reimagining the Future of Field Service Management with Digital Technologies

Digital Enterprise Unit. White Paper. Reimagining the Future of Field Service Management with Digital Technologies Digital Enterprise Unit White Paper Reimagining the Future of Field Service Management with Digital Technologies About the Author Rahul Trisal Rahul is a senior Digital Strategy Consultant with TCS' Digital

More information

ion Human Capital Management Solution

ion Human Capital Management Solution ion Human Capital Solution For organizations spread across multiple sites, Human Resource processes such as recruitment, deputation, and employee appraisal are complex. HR departments are increasingly

More information

Bring Your Own Device (BYOD) A point of view

Bring Your Own Device (BYOD) A point of view Bring Your Own Device (BYOD) A point of view BYOD - Consumer driven IT Today, consumers possess powerful devices for their personal needs. Often, the computing power and features of the devices bought

More information

Retail. White Paper. Driving Strategic Sourcing Effectively with Supply Market Intelligence

Retail. White Paper. Driving Strategic Sourcing Effectively with Supply Market Intelligence Retail White Paper Driving Strategic Sourcing Effectively with Supply Market Intelligence About the Author Devaraj Chithur Devaraj is part of the Supply Chain group within Tata Consultancy Services (TCS)

More information

IT Infrastructure Services. White Paper. Utilizing Software Defined Network to Ensure Agility in IT Service Delivery

IT Infrastructure Services. White Paper. Utilizing Software Defined Network to Ensure Agility in IT Service Delivery IT Infrastructure Services White Paper Utilizing Software Defined Network to Ensure Agility in IT Service Delivery About the Author Siddhesh Rane Siddhesh Rane is a Technical Architect and part of the

More information

Linking Transformational Initiatives to Desired Business Outcomes: Leveraging a Business-Metrics Driven Framework

Linking Transformational Initiatives to Desired Business Outcomes: Leveraging a Business-Metrics Driven Framework Business Process Services White Paper Linking Transformational Initiatives to Desired Business Outcomes: Leveraging a Business-Metrics Driven Framework About the Author Venkatesh Kuppuswamy Venkatesh Kuppuswamy

More information

Banking & Financial Services. White Paper. Automated Advice Delivery Platforms: Simplifying the Investment Management Game

Banking & Financial Services. White Paper. Automated Advice Delivery Platforms: Simplifying the Investment Management Game Banking & Financial Services White Paper Automated Advice Delivery Platforms: Simplifying the Investment Management Game About the Authors Srinivasa Kumar Yerchuru Srinivasa Kumar Yerchuru heads the Capital

More information

A pay-as-you-use model About TCS ion Integrated solutions Personalized solutions www.tcsion.com Automatic upgrades Increased agility

A pay-as-you-use model About TCS ion Integrated solutions Personalized solutions www.tcsion.com Automatic upgrades Increased agility ion Payroll Solution As organizations strive to improve employee morale, job satisfaction, and productivity, it becomes imperative to regularize the payroll cycles, in order to keep employees motivated.

More information

HiTech. White Paper. A Next Generation Search System for Today's Digital Enterprises

HiTech. White Paper. A Next Generation Search System for Today's Digital Enterprises HiTech White Paper A Next Generation Search System for Today's Digital Enterprises About the Author Ajay Parashar Ajay Parashar is a Solution Architect with the HiTech business unit at Tata Consultancy

More information

Business Process Services. White Paper. Improving Regulatory Compliance in the Mortgage Industry

Business Process Services. White Paper. Improving Regulatory Compliance in the Mortgage Industry Business Process Services White Paper Improving Regulatory Compliance in the Mortgage Industry About the Author Lovette Patrick D'Souza Lovette Patrick D'Souza has over 10 years of experience in Banking

More information

ion Manufacturing Solution

ion Manufacturing Solution ion Manufacturing Solution Today with ion, while I am driving home I get to see all the information that I need, even when I am in a customer place I can take decisions looking at the information that

More information

Business Process Services. White Paper. Five Principles to Consider when Consolidating your Finance and Accounting Function

Business Process Services. White Paper. Five Principles to Consider when Consolidating your Finance and Accounting Function Business Process Services White Paper Five Principles to Consider when Consolidating your Finance and Accounting Function About the Authors Vikas Golchha, Associate Vice President, TCS Vikas is part of

More information

Digital Enterprise. White Paper. Multi-Channel Strategies that Deliver Results with the Right Marketing Attribution Model

Digital Enterprise. White Paper. Multi-Channel Strategies that Deliver Results with the Right Marketing Attribution Model Digital Enterprise White Paper Multi-Channel Strategies that Deliver Results with the Right Marketing Model About the Authors Vishal Machewad Head Marketing Services Practice Vishal Machewad has over 13

More information

Enter an insurance solution, TCS BaNCS from Tata Consultancy Services.

Enter an insurance solution, TCS BaNCS from Tata Consultancy Services. Insurance The financial crisis of 2008 and the subsequent recovery process, though tepid, has altered the insurance industry landscape significantly. Today, the focus is on enhancing efficiencies and controlling

More information

Overview. Société Générale

Overview. Société Générale Payments Ever-changing market dynamics, customer expectations, rapidly evolving regulatory measures, ageing technology, consolidation in corporate treasury, advent of electronic instruments, increased

More information

Securities Processing

Securities Processing Securities Processing Several challenges in the global securities market including new regulations, the pressure to reduce cost and minimize risk along with the mounting need for transparency, are forcing

More information

Simplify your admission process - The ion Way

Simplify your admission process - The ion Way Simplify your admission process - The ion Way Coordination from TCS employees has helped us lot in implementation of all modules of the ERP. It was helpful to have a person that managed to implement our

More information

Oracle E-Business Suite (EBS) in the World of Oracle Exadata Engineered Systems

Oracle E-Business Suite (EBS) in the World of Oracle Exadata Engineered Systems A Point of View Oracle E-Business Suite (EBS) in the World of Oracle Exadata Engineered Systems As a proof-of-concept to evaluate the benefits of moving the Oracle E-Business Suite (EBS) database tier

More information

Lead the Retail Revolution.

Lead the Retail Revolution. Lead the Retail Revolution. The retail industry is at the center of a dramatic shift in the way consumers shop and interact with their retailers. After hundreds of years of customers going to the store,

More information

Life Sciences. White Paper. Integrated Digital Marketing: The Key To Understanding Your Customer

Life Sciences. White Paper. Integrated Digital Marketing: The Key To Understanding Your Customer Life Sciences White Paper Integrated Digital Marketing: The Key To Understanding Your Customer About the Authors Raghunandan H Head, Life Sciences Sales & Marketing Center of Excellence Raghunandan (Raghu)

More information

Business Process Services. White Paper. Leveraging the Internet of Things and Analytics for Smart Energy Management

Business Process Services. White Paper. Leveraging the Internet of Things and Analytics for Smart Energy Management Business Process Services White Paper Leveraging the Internet of Things and Analytics for Smart Energy Management About the Author Akhil Bhardwaj Akhil Bhardwaj is a Senior Manager in the Analytics and

More information

Avaya IP Office Unified Communications for Small Business

Avaya IP Office Unified Communications for Small Business Avaya IP Office Unified Communications for Small Business Unified Communications for Small Business is a suite of applications that: Turns a home phone into an IP Office telephone with the Phone Manager

More information

UC Suite. For UNIVERGE SV9100. Smart Communications for Small and Medium Business

UC Suite. For UNIVERGE SV9100. Smart Communications for Small and Medium Business UC Suite For UNIVERGE SV9100 Smart Communications for Small and Medium Business au.nec.com UC Suite Contents 4 Benefits of UC Suite 6 Streamlined access 7 Work anywhere 8 Operator consoles 9 Contact Centre

More information

UNIVERGE SV8100 UC Desktop Suite

UNIVERGE SV8100 UC Desktop Suite UNIVERGE SV8100 UC Desktop Suite NEC Australia nec.com.au UNIVERGE SV8100 UC Desktop Suite is a unified communications solution designed specifically for the UNIVERGE SV8100 Communications Server that

More information

Transportation Solutions Built on Oracle Transportation Management. Enterprise Solutions

Transportation Solutions Built on Oracle Transportation Management. Enterprise Solutions Transportation Solutions Built on Oracle Transportation Management Enterprise Solutions Optimizing transportation operations and ensuring improved customer service Today s complex and challenging business

More information

Benchmarking Software Quality With Applied Cost of Quality

Benchmarking Software Quality With Applied Cost of Quality Benchmarking Software Quality With Applied Cost of Quality Cost of Quality has remained theoretical in many treatments despite its powerful relevance in software quality. A survey-based approach makes

More information

Business Process Services. White Paper. Automating Complex Processes with a Business Rules Engine

Business Process Services. White Paper. Automating Complex Processes with a Business Rules Engine Business Process Services White Paper Automating Complex Processes with a Business Rules Engine About the Author Dipti Fondekar Dipti is a Consultant within the Transformation team at Tata Consultancy

More information

BPM Perspectives Positioning and Fitment drivers

BPM Perspectives Positioning and Fitment drivers BPM Perspectives Positioning and Fitment drivers BPM is a commonly used and much hyped acronym. It popularly stands for Business Process Management but now it achieves much more than just that. Especially

More information

Enterprise-wide Anti-money Laundering and KYC Initiatives A point of view

Enterprise-wide Anti-money Laundering and KYC Initiatives A point of view Enterprise-wide Anti-money Laundering and KYC Initiatives A point of view Introduction Every financial institution is charged with the responsibility of developing policies and procedures to combat money

More information

Web Portal Analytics

Web Portal Analytics This paper provides information on how the web analytics strategy can be implemented across the web portals and how various stakeholders can leverage the data that has been captured to optimize a range

More information

Authentication in Apache Lenya

Authentication in Apache Lenya Authentication in Apache Lenya Using LDAP The user authentication mechanism in Apache Lenya is carried out by specifi c components using certain policy fi les. This process is, in itself, complex to understand

More information

Omni-Channel Banking Customer Experience: Forget What You Thought You Knew about Channels

Omni-Channel Banking Customer Experience: Forget What You Thought You Knew about Channels A Point of View Omni-Channel Banking Customer Experience: Forget What You Thought You Knew about Channels In social media, customers discuss their experience across ALL your interaction channels, which

More information

Business Process Services. White Paper. Transforming the Mortgage Lending Process through Social Media

Business Process Services. White Paper. Transforming the Mortgage Lending Process through Social Media Business Process Services White Paper Transforming the Mortgage Lending Process through Social Media About the Author Ramani Balakrishnan Ramani Balakrishnan is a domain consultant in the Transformation

More information

Business Process Services. White Paper. Providing Customer Service the Social Way

Business Process Services. White Paper. Providing Customer Service the Social Way Business Process Services White Paper Providing Customer Service the Social Way About the Author Awani Sarogi Awani is a subject matter expert in digital media, developing digital media solutions and offerings

More information

ShoreTel Communicator User Guide Professional

ShoreTel Communicator User Guide Professional ShoreTel Communicator User Guide Professional Using Communicator for Basic Call Handling Features and Functions Making Calls Type Name of desired party or enter Extension Number in Quick Dialer When populated

More information

Overview. Integrated Front-mid-back office as well as standalone Front office or Back-office solution or Trading Channels

Overview. Integrated Front-mid-back office as well as standalone Front office or Back-office solution or Trading Channels Securities Trading The adoption of technology is rapidly changing the dynamics of the brokerage industry. The increasing use of smartphones and tablets represent a transformation in the way in which investors

More information

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

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

More information

Digital Enterprise. White Paper. Capturing the Voice of the Employee: Enterprise Social Media Monitoring and Analytics

Digital Enterprise. White Paper. Capturing the Voice of the Employee: Enterprise Social Media Monitoring and Analytics Digital Enterprise White Paper Capturing the Voice of the Employee: Enterprise Social Media Monitoring and Analytics About the Authors Praveen Mishra Praveen Mishra is a Business Development Lead with

More information

TCS Supply Chain Center of Excellence

TCS Supply Chain Center of Excellence TCS Supply Chain Center of Excellence Delivering Supply Chain Performance in Complex Dynamic Markets Supply Chain Management Supply Chain Management (SCM) has evolved and the focus has now shifted from

More information

Dodd Frank Act and the Consumer Affect on Banks

Dodd Frank Act and the Consumer Affect on Banks A Point of View Dodd Frank Act: Partner your way to Compliance With the passage of the Dodd Frank Act, banks and financial institutions are grappling with a highly restrictive environment and burgeoning

More information

Procurement needs a Digital Strategy

Procurement needs a Digital Strategy White Paper Procurement needs a Digital Strategy Marketing executives across the world have very clearly been concerned with digital strategy for some time, leveraging the benefits of greater reach and

More information

Business Process Services. White Paper. Effective Vendor Management: Improving Supply Chain Efficiencies, Reducing Risk

Business Process Services. White Paper. Effective Vendor Management: Improving Supply Chain Efficiencies, Reducing Risk Business Process Services White Paper Effective Vendor Management: Improving Supply Chain Efficiencies, Reducing Risk About the Author Devaraj Chithur Devaraj Chithur is a subject matter expert on supply

More information

How should an enterprise move toward Unified Communications?

How should an enterprise move toward Unified Communications? WHITE PAPER How should an enterprise move toward Unified Communications? June 2008 Table of Contents Introduction... 1 Initiative 1: Improve support for mobile workers... 2 Initiative 2: Bring telephony

More information

RingCentral Office Product Overview UK. Learn what a cloud phone system can do for your business.

RingCentral Office Product Overview UK. Learn what a cloud phone system can do for your business. RingCentral Office Product Overview UK Learn what a cloud phone system can do for your business. RingCentral Office Product Overview Cloud Business Phone Systems RingCentral is the market leader in cloud

More information

Alcatel-Lucent OpenTouch Connection for Microsoft Outlook. User guide R2.0

Alcatel-Lucent OpenTouch Connection for Microsoft Outlook. User guide R2.0 Alcatel-Lucent OpenTouch Connection for Microsoft Outlook User guide R2.0 8AL90633USAAed01 March 2014 Table of contents 1. OpenTouch Connection for Microsoft Outlook... 3 2. Start OpenTouch Connection...

More information

Digital Enterprise Unit. White Paper. Securing Patient Information HIPAA and Mobile Healthcare Applications

Digital Enterprise Unit. White Paper. Securing Patient Information HIPAA and Mobile Healthcare Applications Digital Enterprise Unit White Paper Securing Patient Information HIPAA and Mobile Healthcare Applications About the Authors Colonel Rajmohan, CISSP Senior Consultant, TCS Colonel Rajmohan heads the digital

More information

Unified Communications and Desktop Integration

Unified Communications and Desktop Integration S T R A T E G I C W H I T E P A P E R Unified Communications and Desktop Integration Unified communications (UC) is recognized as one of the top strategic new technology areas in IT operations. The Alcatel-Lucent

More information

Business Process Services. White Paper. Price Elasticity using Distributed Computing for Big Data

Business Process Services. White Paper. Price Elasticity using Distributed Computing for Big Data Business Process Services White Paper Price Elasticity using Distributed Computing for Big Data About the Authors Rajesh Kavadiki Rajesh is part of the Analytics and Insights team at Tata Consultancy Services

More information

Implement Business Process Management to realize Cost Savings and High Return on Investments

Implement Business Process Management to realize Cost Savings and High Return on Investments Implement Business Process Management to realize Cost Savings and High Return on Investments Business Process Management (BPM) was unheard of just a few years ago, but it has burst onto the global scene

More information

Business Process Services. White Paper. Business Intelligence in Finance & Accounting: Foundation for an Agile Enterprise

Business Process Services. White Paper. Business Intelligence in Finance & Accounting: Foundation for an Agile Enterprise Business Process Services White Paper Business Intelligence in Finance & Accounting: Foundation for an Agile Enterprise About the Author Balaji Venkat Chellam Iyer Balaji has over 18 years of experience

More information

UC Desktop Suite. NEC Corporation of America www.necam.com

UC Desktop Suite. NEC Corporation of America www.necam.com UC Desktop Suite NEC Corporation of America www.necam.com UC Desktop Suite is a unified communications solution designed specifically for the UNIVERGE SV8100 Communications Server that enhances an organization

More information

Banking & Financial Services. White Paper. Organizing the Retail Bank for Omni-Channel

Banking & Financial Services. White Paper. Organizing the Retail Bank for Omni-Channel Banking & Financial Services White Paper Organizing the Retail Bank for Omni-Channel About the Authors K Krithivasan President, Banking and Financial Services (BFS) Business Unit, TCS K Krithivasan (Krithi)

More information

IP Office: Simple, Powerful Communications for Small and Medium Size Businesses

IP Office: Simple, Powerful Communications for Small and Medium Size Businesses IP Office: Simple, Powerful Communications for Small and Medium Size Businesses Successful companies are always looking for new ways to do more with less keeping their business flexible, innovative and

More information

Cisco Unified CallConnector for Microsoft Windows

Cisco Unified CallConnector for Microsoft Windows for Microsoft Windows Cisco Unified Communications is a comprehensive IP communications system of voice, video, data, and mobility products and applications. It enables more effective, more secure, more

More information

RemoSync Business Email (Brew MP)

RemoSync Business Email (Brew MP) RemoSync Business Email (Brew MP) (Version 1.0) Setup Guide You must download and subscribe to the RemoSync client before you can begin using the application. You may also need to contact your Microsoft

More information

Banking & Financial Services. White Paper. Fiduciary Advice: A Step toward Responsible Retirement Investment Management

Banking & Financial Services. White Paper. Fiduciary Advice: A Step toward Responsible Retirement Investment Management Banking & Financial Services White Paper Fiduciary Advice: A Step toward Responsible Retirement Investment Management About the Author Shalini Joshi Shalini Joshi is a Domain Consultant with the Banking

More information

BI Today and Tomorrow

BI Today and Tomorrow White Paper BI Today and Tomorrow BI has been one of the most important business initiatives providing positive impact on the health of organizations. Usually, questions are raised on the maturity of the

More information

BluStar for PC video session

BluStar for PC video session Mitel BluStar for PC A feature-rich client delivering high-quality audio and HD video Key Features Intuitive interface facilitates ease of use SIP softphone for high-quality voice communications Hard phone

More information

Integrating a Hitachi IP5000 Wireless IP Phone

Integrating a Hitachi IP5000 Wireless IP Phone November, 2007 Avaya Quick Edition Integrating a Hitachi IP5000 Wireless IP Phone This application note explains how to configure the Hitachi IP5000 wireless IP telephone to connect with Avaya Quick Edition

More information

Avaya plus Skype for Business: The Best of Both Worlds

Avaya plus Skype for Business: The Best of Both Worlds Avaya plus Skype for Business: The Best of Both Worlds Table of Contents Begin with the Avaya Advantage... 1 Three Ways to Incorporate Avaya with Skype for Business... 2 Why Avaya is the Top Choice for

More information

Driving Airline Revenues and Profitability by Delivering Great Customer Experiences

Driving Airline Revenues and Profitability by Delivering Great Customer Experiences A Point of View Driving Airline Revenues and Profitability by Delivering Great Customer Experiences Two New Studies Point to the Direction Airlines are Taking with Their Customer Experience (CX) Initiatives.

More information

ACCELERATOR 6.3 ASTERISK 1.4 INTEGRATION GUIDE

ACCELERATOR 6.3 ASTERISK 1.4 INTEGRATION GUIDE ACCELERATOR 6.3 ASTERISK 1.4 INTEGRATION GUIDE October 2014 Tango Networks, Inc. phone: +1 469-229-6000 3801 Parkwood Blvd, Suite 500 fax: +1 469-467-9840 Frisco, Texas 75034 USA www.tango-networks.com

More information

Benefits of Avaya IPOffice

Benefits of Avaya IPOffice IP Office: Simple, Powerful Communications for Small and Medium Size Businesses Successful companies are always looking for new ways to do more with less keeping their business flexible, innovative and

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

IP Voice UNIFI. ipad User Guide

IP Voice UNIFI. ipad User Guide IP Voice UNIFI ipad User Guide CONTENTS 1 About UNIFI for ios Tablet 4 2 Getting Started 4 2.1 Installation 4 2.2 Sign In 4 3 Main Tabs 5 4 Contacts 6 4.1 Add Contacts 6 4.2 Edit Contacts 7 5 Presence

More information

User Guide. Live Meeting. MailStreet Live Support: 866-461-0851

User Guide. Live Meeting. MailStreet Live Support: 866-461-0851 User Guide Live Meeting Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless otherwise noted, the example companies, organizations,

More information

Lync for Mac 2011 Deployment Guide

Lync for Mac 2011 Deployment Guide 2011 Deployment Guide Getting Started Information in this document, including URL and other Internet Web site references, is subject to change without notice. Content in this document represents the current

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