Technical Paper. Call Completion (CCBS/CCNR) On Issue 1.0

Size: px
Start display at page:

Download "Technical Paper. Call Completion (CCBS/CCNR) On OpenStage@Asterisk. Issue 1.0"

Transcription

1 Technical Paper Call Completion (CCBS/CCNR) On Issue 1.0 Siemens Enterprise Communications GmbH & Co KG Munich, 09/06/2010 Germany Siemens Enterprise Communications

2 Executive Summary Call completion is a telephony feature which takes action on a failure to complete a call. It allows for notifying the calling user when the called user is available again. This document covers two conditions for call completion: CCBS (Call Completion Busy Subscriber): The called party is busy. CCNR (Call Completion No Reply): The called party does not respond. Call completion features can be implemented on a PBX, a dedicated server (e.g. a voic server) or directly on the client device (e.g. messaging applications). There are several commercial companies which provide call completion features, as well as IETF documents specifying call completion features for open standards, such as SIP. The RFC 5359 gives a best practice example for call completion. However, the SEN OSCAR group has evaluated this RFC with the result that it is not useful for a B2BUA architecture. The IETF BLISS working group currently provides a draft paper ( on how call completion can be implemented. However, no RFC is available for this topic yet. Although no standard has been released until now, OpenStage phones already support server based call completion. An implementation according to the IETF BLISS draft is planned, but currently not available. This document provides best practice guidance on how call completion for Siemens OpenStage SIP phones can be implemented on any 3 rd party SIP based server presently on the market. Open Communications Principles and Best Practices 01/25/1010 I 2

3 Contents Executive Summary 2 Contents 3 Call Completion on OpenStage 4 CCBS/CCNR for the User 4 CCNR (Call Completion No Reply) 4 Server based Call Completion 5 CCBS (Call Back Busy Subscriber) 5 Server based Call Completion 6 Delete all Callbacks 6 CCBS/CCNR for the Administrator 7 Phone Configuration 7 Message Flows 8 CCNR (Call Completion No Reply) 8 CCBS (Call Completion Busy Subscriber) 9 Server based Call Completion 9 Delete all Callbacks 10 Beautifying the feature 10 Call Server Requirements 12 Open Communications Principles and Best Practices 01/25/1010 I 3

4 Call Completion on OpenStage CCBS/CCNR for the User This is an overview about a possible implementation of server based call completion. OpenStage phones support this feature out of the box. The server must be configured appropriately and provide the additional features (see Call Server Requirements). CCNR (Call Completion No Reply) User scenario CCNR 1. User invokes a call to user B (200). 2. Phone initiates the call. 3. B party (200) is ringing. Callback option is displayed to user A. 4. B party does not pick up the call, user A invokes callback feature. 5. Calls server plays announcement, informing user A that the callback feature has been activated. 6. Phone returns to idle status. Open Communications Principles and Best Practices 01/25/1010 I 4

5 Server Based Call Completion As soon as user B is available again, the server will initiate a call to user A. If user A accepts the callback, a call to user B is initiated automatically. CCBS (Completion of Calls to Busy Subscriber) User Scenario CCBS 1. User A invokes a call to user B (200). 2. Phone A initiates the call. 3. B party (200) is busy. Callback option is displayed to user A. 4. User A invokes callback feature. 5. Call server plays announcement, informing user A that the callback feature has been activated. 6. Phone A returns to idle status. Open Communications Principles and Best Practices 01/25/1010 I 5

6 Server Based Call Completion As soon as user B is available again, the server will initiate a call to user A. If user A accepts the callback, a call to user B is initiated automatically. Delete all Callbacks There are two possibilities to delete all callbacks: 1) Context menu in idle screen 2) Configure a Free Programmable Key (FPK) Open Communications Principles and Best Practices 01/25/1010 I 6

7 Remark: To add extra convenience, the OpenStage Server key feature can be used. This feature enables the server to control the LED associated with a key. By this means, the server can switch on the LED to indicate that callbacks are in the queue, or switch it off if there are none. CCBS/CCNR for the Administrator Phone Configuration For sending the appropriate feature code for a callback, the phone needs to be configured accordingly. The configuration page can be found at: Administrator Pages > System -> Features -> Services The relevant parameters are: a) Code for call back busy: Feature code to be sent when the called party is busy. b) Code for callback no reply: Feature code to be sent when the called party is not answering. The code can be identical to that in a). c) Code for callback cancel all: Feature code to be sent when the user wants to cancel all callbacks. Administration page with call back parameters Open Communications Principles and Best Practices 01/25/1010 I 7

8 Message Flows CCNR (Call Completion No Reply) No. from Scenario 2 Phone <-Message-> Server INVITE Message Request: INVITE sip:200@ : Ringing Status: 180 Ringing 4 CANCEL Request: CANCEL sip:200@ : Request Terminated Status: 487 Request Terminated ACK Request: ACK:sip:200@ :5060 INVITE Request: INVITE sip:*2@ : Session Progress 183 Session Progress 487 Request Terminated Status: 487 Request Terminated 6 ACK Request: ACK sip:*2@ : User invokes a call to user B (200). 2. Phone initiates the call. The phone starts a basic call to the server (INVITE). 3. B party is ringing. Callback option is displayed. Phone receives the ringing code (180). Callback function can be invoked at any time during the ringing phase. 4. B party does not pick up the call, user invokes callback function. The phone cancels the basic call (CANCEL/487/ACK) and sends the feature code to the server (INVITE). This INVITE request has no information about the unsuccessful call which should be used for the callback. Therefore, the server has to check its call history to find out which user must be monitored. 5. Call server plays announcement stating that the callback is initiated. To play the announcement, the server uses the early media mechanism (183). The user is informed whether his callback attempt was successful or not. 6. Phone returns to idle status. The server terminates the call after the announcement has been played (487/ACK), and the phone is returning to idle status. Open Communications Principles and Best Practices 01/25/1010 I 8

9 CCBS (Call Completion Busy Subscriber) No. from Scenario 2 Phone <-Message-> Server INVITE Server Request: INVITE sip:200@ : Busy Here Status: 486 Busy Here ACK Request: ACK:sip:200@ : INVITE Request: INVITE sip:*1@ : Session Progress 183 Session Progress 487 Request Terminated Status: 487 Request Terminated 6 ACK Request: ACK sip:*1@ : User invokes a call to user B (200). 2. Phone initiates the call. The phone starts a basic call to the server (INVITE). 3. B party (200) is busy. Callback option is displayed. 4. Phone receives the busy code (486). Callback function can be invoked at any time while the busy tone is played. 5. User invokes callback function. The phone sends the feature code to the server (INVITE). This INVITE request has no information about the call which should be used for the callback. Therefore, the server has to check its call history to find out which user must be monitored. 6. Call server plays announcement stating that the callback is initiated. To play the announcement, the server uses the early media mechanism (183). The user is informed whether his callback attempt was successful or not. 7. Phone returns to idle status. The server terminates the call after the announcement has been played (487/ACK) and the phone is returning to idle status. Server based Call Completion The server will initiate a call to the user when it has determined that the wanted party is available,. The SIP server is responsible for establishing the session between the devices and may use SIP 3PCC procedures to establish the session. Open Communications Principles and Best Practices 01/25/1010 I 9

10 Delete all Callbacks Phone <-Message-> Server INVITE Server Request: INVITE 183 Session Progress 183 Session Progress 487 Request Terminated Status: 487 Request Terminated ACK Request: ACK The phone sends the appropriate feature code to the server (INVITE). This code tells the server that all callbacks for this specific user must be cancelled. The server can play an announcement to the user to inform him about the success of the action. Remark: OpenStage phones do not make use of the reason phrase in the 487 response. A message included in the response will not be displayed on the OpenStage screen. Beautifying the feature There are several possibilities to add convenience to the feature. Two suggestions are described in the following. Delete all Callbacks with LED Control The administrator can use a server key for the delete all call backs feature. The LED could be used to show whether there are queued callback requests or not. With OpenStage 60/80 phones, the voice dial key could be used (firmware version V2R1 required). Add Information in the Voic Overview The voice message system could be used to show detailed information about outstanding callback requests to the user. If the urgent messages type is not used yet, the associated label can be renamed to display the number of outstanding callback requests. OpenStage SIP phones support unsolicited NOTIFY requests for voic updates. The server can send such NOTIFY requests at any time. Open Communications Principles and Best Practices 01/25/1010 I 10

11 Open Communications Principles and Best Practices 01/25/1010 I 11

12 Call Server Requirements The current OpenStage CCBS/CCNR support is server based. The phone does not support client based information management for call completion. Therefore the server must accomplish the following tasks: Recognize feature codes for the functions CCBS, CCNR and deletion of callback requests Play announcements about the status of the triggered features Monitor a user line to complete an open call via 3 rd party call control Trigger the LED for callback request deletion via dialog event package (optional) Open Communications Principles and Best Practices 01/25/1010 I 12

13 About Siemens Enterprise Communications: Siemens Enterprise Communications is a premier provider of end-to-end enterprise communications solutions that use open, standards-based architectures to unify communications and business applications for a seamless collaboration experience. This award-winning "Open Communications" approach enables organizations to improve productivity and reduce costs through easy-to-deploy solutions that work within existing IT environments, delivering operational efficiencies. It is the foundation for the company's OpenPath commitment that enables customers to mitigate risk and cost-effectively adopt unified communications. This promise is underwritten through our OpenScale service portfolio, which includes international, managed and outsource capability. Siemens Enterprise Communications is owned by a joint venture of The Gores Group and Siemens AG. The joint venture also encompasses Enterasys Networks, which provides network infrastructure and security systems, delivering a perfect basis for joint communications solutions. For more information about Siemens Enterprise Communications or Enterasys, please visit or Communication for the open minded Siemens Siemens Enterprise Enterprise Communications Communications Siemens Enterprise Communications GmbH & Co. KG Siemens Enterprise Communications GmbH & Co. KG is a Trademark Licensee of Siemens AG Hofmannstr Munich, Germany Status 04/2010 The information provided in this brochure contains merely general descriptions or characteristics of performance which in case of actual use do not always apply as described or which may change as a result of further development of the products. An obligation to provide the respective characteristics shall only exist if expressly agreed in the terms of contract. Availability and technical specifications are subject to change without notice. OpenScape, OpenStage and HiPath are registered trademarks of Siemens Enterprise Communications GmbH & Co. KG. All other company, brand, product and service names are trademarks or registered trademarks of their respective holders. Printed in Germany.

Information OpenScape UC Application OpenScape Personal Edition

Information OpenScape UC Application OpenScape Personal Edition Information OpenScape UC Application OpenScape Personal Edition Professional VoIP telephony and more With OpenScape Personal Edition, you can use your notebook/pc as a telephone and make it the center

More information

White Paper. Automating the Virtual Data Center. Communication for the open minded. Mark Townsend, Director of Solutions Management

White Paper. Automating the Virtual Data Center. Communication for the open minded. Mark Townsend, Director of Solutions Management White Paper Automating the Virtual Data Center Mark Townsend, Director of Solutions Management Enterasys (a division of Siemens Enterprise Communications) Communication for the open minded Siemens Enterprise

More information

Accelerate! Communication for the open minded. Siemens Enterprise Communications www.siemens-enterprise.com

Accelerate! Communication for the open minded. Siemens Enterprise Communications www.siemens-enterprise.com Accelerate! OpenScape Office Take your business to the next level with Unified Communications and Collaboration. Our UCC solutions can help your business - no matter how big or small get more done and

More information

Information. Communication for the open minded. Siemens Enterprise Communications www.siemens-enterprise.com

Information. Communication for the open minded. Siemens Enterprise Communications www.siemens-enterprise.com Information HiPath Xpressions Compact Conference server This integrated conferencing solution gives you added speed and flexibility whenever an issue requires talking to more than one person. You can get

More information

OpenScape Contact Center Agile & Enterprise

OpenScape Contact Center Agile & Enterprise OpenScape Contact Center Agile & Enterprise Customer Service Made Simple Siemens Enterprise Communications www.siemens-enterprise.com OpenScape Contact Center Agile & Enterprise Designed to improve first

More information

OpenScape Web Collaboration

OpenScape Web Collaboration OpenScape Web Collaboration Your easiest path to unified communications Siemens Enterprise Communications www.siemens-enterprise.com OpenScape Web Collaboration Scalable, reliable, and highly secure web

More information

Information. OpenScape Web Collaboration

Information. OpenScape Web Collaboration Information OpenScape Web Collaboration OpenScape Web Collaboration is a scalable, secure, and highly reliable web conferencing solution for enterprises of all sizes. Cndd Communication for the md Siemens

More information

5 Minute Guide. What can OpenScape Secure Cloud do for me?

5 Minute Guide. What can OpenScape Secure Cloud do for me? 5 Minute Guide What can OpenScape Secure Cloud do for me? How to reduce costs and achieve competitive advantage through cutting edge unified communications without the infrastructure investment Siemens

More information

White Paper. OpenScape Unified Communications Interworking with, complementing, and extending the value of Microsoft products

White Paper. OpenScape Unified Communications Interworking with, complementing, and extending the value of Microsoft products White Paper OpenScape Unified Communications Interworking with, complementing, and extending the value of Microsoft products Siemens Enterprise Communications April 2011 Siemens Enterprise Communications

More information

5 Minute Guide. OpenScape Secure Cloud in action. Identifying real-world return on investment, and investigating use cases

5 Minute Guide. OpenScape Secure Cloud in action. Identifying real-world return on investment, and investigating use cases 5 Minute Guide OpenScape Secure Cloud in action Identifying real-world return on investment, and investigating use cases Siemens Enterprise Communications 2011 Everywhere and now up there Siemens Enterprise

More information

Documentation. HiPath 500, HiPath 2000, HiPath 3000, HiPath 5000 HiPath OpenOffice EE, HiPath OpenOffice ME HiPath 4000 OpenStage 15 OpenStage 15 T

Documentation. HiPath 500, HiPath 2000, HiPath 3000, HiPath 5000 HiPath OpenOffice EE, HiPath OpenOffice ME HiPath 4000 OpenStage 15 OpenStage 15 T Documentation HiPath 500, HiPath 2000, HiPath 3000, HiPath 5000 HiPath OpenOffice EE, HiPath OpenOffice ME HiPath 4000 OpenStage 15 OpenStage 15 T Quick start guide Communication for the open minded Siemens

More information

Documentation. HiPath 500, HiPath 2000, HiPath 3000, HiPath 5000 HiPath 4000, HiPath OpenOffice ME OpenStage 40 OpenStage 40 T

Documentation. HiPath 500, HiPath 2000, HiPath 3000, HiPath 5000 HiPath 4000, HiPath OpenOffice ME OpenStage 40 OpenStage 40 T Documentation HiPath 500, HiPath 2000, HiPath 3000, HiPath 5000 HiPath 4000, HiPath OpenOffice ME OpenStage 40 OpenStage 40 T Quick Reference Guide Communication for the open minded Siemens Enterprise

More information

Documentation. HiPath 8000 OpenStage 40. Quick Reference Guide. Communication for the open minded

Documentation. HiPath 8000 OpenStage 40. Quick Reference Guide. Communication for the open minded Documentation HiPath 8000 OpenStage 40 Quick Reference Guide Communication for the open minded Siemens Enterprise Communications www.siemens-enterprise.com Using Your Telephone Using Your Telephone Function

More information

#!) * & /! $* - 01 $& -$ 2 1 $& -# 32# $- - + $- -*!45 $-

#!) * & /! $* - 01 $& -$ 2 1 $& -# 32# $- - + $- -*!45 $- ! Version Date Status Owner 1.0 2009-11-09 Released 1.1 2010-01-05 Hints for Fax added Provider hints and new layout 1.2 2010-12-17 Additional hints and corrections 1.3 2011-05-19 Updates for new STUN

More information

Documentation. HiPath 500, HiPath 2000, HiPath 3000, HiPath 5000 HiPath 4000, HiPath OpenOffice ME OpenStage 20 OpenStage 20 T

Documentation. HiPath 500, HiPath 2000, HiPath 3000, HiPath 5000 HiPath 4000, HiPath OpenOffice ME OpenStage 20 OpenStage 20 T Documentation HiPath 500, HiPath 2000, HiPath 3000, HiPath 5000 HiPath 4000, HiPath OpenOffice ME OpenStage 20 OpenStage 20 T Quick Reference Guide Communication for the open minded Siemens Enterprise

More information

Security Policy. Support of Virus Protection Software for Server Applications. Communication for the open minded. Version: 1.20 Date: 2010-12-23

Security Policy. Support of Virus Protection Software for Server Applications. Communication for the open minded. Version: 1.20 Date: 2010-12-23 Support of Virus Protection Software for Server Applications Version: 1.20 Date: 2010-12-23 OpenScale Baseline Security Office Siemens Enterprise Communications Group Communication for the open minded

More information

OpenScape Business V1. Tutorial SIP Endpoint Configuration - OpenScape Desk Phone IP / OpenStage SIP Version 1.2

OpenScape Business V1. Tutorial SIP Endpoint Configuration - OpenScape Desk Phone IP / OpenStage SIP Version 1.2 OpenScape Business V1 Tutorial SIP Endpoint Configuration - OpenScape Desk Phone IP / OpenStage SIP Version 1.2 About Unify Unify is one of the world s leading communications software and services firms,

More information

OpenScape Business V2

OpenScape Business V2 OpenScape Business V2 How To: SIP trunk Configuration for CLIP no Screening Version 1.0 Definitions HowTo An OpenScape Business HowTo describes the configuration of an OpenScape Business feature within

More information

hite Paper The Proven Financial Benefits of SIP Trunk Consolidation

hite Paper The Proven Financial Benefits of SIP Trunk Consolidation White Paper The Proven Financial Benefits of SIP Trunk Consolidation Communication for the open minded Siemens Enterprise Communications www.siemens.com/open Executive Summary In the US, a Pacific Northwest

More information

Awesome! Communication for the open minded. Siemens Enterprise Communications: www.siemens-enterprise.com/uk

Awesome! Communication for the open minded. Siemens Enterprise Communications: www.siemens-enterprise.com/uk Awesome! The use of video conferencing in organisations today is rapidly increasing; with good reason. A good quality, well run Video Conference is superior to most other methods of communications other

More information

OpenScape Fusion for Microsoft Outlook 2010

OpenScape Fusion for Microsoft Outlook 2010 Starting the Program OpenScape Fusion for Microsoft Outlook is an add-in that boots automatically at the start of Microsoft Outlook. At the first start after the installation, however, the Logon: dialog

More information

Unlimited HiPath 4000. The new and improved, real time IP system for medium to large enterprises.

Unlimited HiPath 4000. The new and improved, real time IP system for medium to large enterprises. Unlimited HiPath 4000. The new and improved, real time IP system for medium to large enterprises. Communication for the open minded Siemens Enterprise Communications www.siemens-enterprise.com/open Get-up-

More information

OpenScape Business V2

OpenScape Business V2 OpenScape Business V2 Tutorial VoIP Interfaces Version 1.0 Definitions HowTo An OpenScape Business HowTo describes the configuration of an OpenScape Business feature within the OpenScape Business administration.

More information

Facts and Figures. Siemens Enterprise Communications. Communication for the open minded. Siemens Enterprise Communications

Facts and Figures. Siemens Enterprise Communications. Communication for the open minded. Siemens Enterprise Communications 1 Facts and Figures Siemens Enterprise Communications 2009 2010 Communication for the open minded Siemens Enterprise Communications www.siemens-enterprise.com/open 2 3 Content: Direction Direction 3 Profile

More information

Accelerate with OpenScape Office

Accelerate with OpenScape Office Accelerate with OpenScape Office Take your business to the next level with Unified Communications and Collaboration. Our UCC solutions can help your business - no matter how big or small get more done

More information

Your Voice is Critical. OpenScape Enterprise voice solutions gives power to voice

Your Voice is Critical. OpenScape Enterprise voice solutions gives power to voice Your Voice is Critical OpenScape Enterprise voice solutions gives power to voice High quality reliable voice is business critical Conversations involve real-time engagement across multiple communication

More information

Documentation. OpenScape Xpressions PhoneMail. Communication for the open minded. User Guide A31003-S2360-U106-2-7619

Documentation. OpenScape Xpressions PhoneMail. Communication for the open minded. User Guide A31003-S2360-U106-2-7619 Documentation OpenScape Xpressions PhoneMail User Guide A31003-S2360-U106-2-7619 Communication for the open minded Siemens Enterprise Communications www.siemens.com/open Copyright Siemens Enterprise Communications

More information

OpenScape Contact Center Agile & Enterprise. Customer Service Made Simple.

OpenScape Contact Center Agile & Enterprise. Customer Service Made Simple. OpenScape Contact Center Agile & Enterprise Customer Service Made Simple. Serving your Customers, Building your Business. It could be your greatest asset, or your biggest weakness. Is your contact center

More information

OpenScape Business V1

OpenScape Business V1 OpenScape Business V1 Tutorial Support of SIP Endpoints connected via the internet Version 1.0.1 Definitions HowTo An OpenScape Business HowTo describes the configuration of an OpenScape Business feature

More information

Information. Siemens Enterprise Communications www.siemens-enterprise.com

Information. Siemens Enterprise Communications www.siemens-enterprise.com Information HiPath 500 V9 The Professional Communications System for Small Businesses and Offices HiPath 500, the classic phone system, is based on reliable ISDN technology and delivers the highest possible

More information

SIP Trunking for Small and Medium Enterprises

SIP Trunking for Small and Medium Enterprises White Paper SIP Trunking for Small and Medium Enterprises A joint white paper from Colt Technology Services and Siemens Enterprise Communications October 2010 Siemens Enterprise Communications 1. Executive

More information

OpenScape Contact Center Campaign Director. Creating Profitable Customer Experiences

OpenScape Contact Center Campaign Director. Creating Profitable Customer Experiences OpenScape Contact Center Campaign Director Creating Profitable Customer Experiences From responsive to proactive customer care Customers are the core of your business. So why would you wait for them to

More information

OpenScape Business V1 OpenScape Office V3

OpenScape Business V1 OpenScape Office V3 OpenScape Business V1 OpenScape Office V3 How To Desktop Dialing Version 1.3 Table of Contents 1. Preface 3 2. UC Suite 3 2.1. Desktop Dialing 4 2.1.1. Dependencies 4 2.2. Clipboard Dialing 4 2.2.1. Dependencies

More information

Overview. Unified Communications

Overview. Unified Communications OpenScape Mobile V7 OpenScape Mobile is the next-generation mobile client of Unify, for the latest mobile phones and tablets. It combines SIP-based VoIP, UC and video features into one single application.

More information

Documentation. HiPath 1100 Small Hotel Application Operating Instructions. Communication for the open minded

Documentation. HiPath 1100 Small Hotel Application Operating Instructions. Communication for the open minded Documentation HiPath 1100 Small Hotel Application Operating Instructions Communication for the open minded Siemens Enterprise Communications www.siemens./open CDRIVZ.fm 1 General.............................................................

More information

Increased Productivity

Increased Productivity OpenScape Mobile V7 OpenScape Mobile V7 is the next-generation mobile client of Unify for the latest mobile phones and tablets. It combines SIP-based VoIP, UC, and video features into one single application.

More information

Documentation. OpenScape Business V1, TAPI 170 Installation and Configuration. Administrator Documentation P31003-P3010-M102-1-76A9

Documentation. OpenScape Business V1, TAPI 170 Installation and Configuration. Administrator Documentation P31003-P3010-M102-1-76A9 Documentation OpenScape Business V1, TAPI 170 Installation and Configuration Administrator Documentation P31003-P3010-M102-1-76A9 Siemens Enterprise Communications www.siemens-enterprise.com Our Quality

More information

Accelerate with OpenScape Office

Accelerate with OpenScape Office Accelerate with OpenScape Office Take your business to the next level with Unified Communications and Collaboration. Our UCC solutions can help your business - no matter how big or small get more done

More information

Enterprise Licensing Agreement

Enterprise Licensing Agreement Enterprise Licensing Agreement Here at Unify we believe that selecting and purchasing the right communications solution for your business should be simple. So we ve created the Unify Enterprise Licensing

More information

Voice over IP for small companies and offices. HiPath BizIP. www.siemens.com/hipath

Voice over IP for small companies and offices. HiPath BizIP. www.siemens.com/hipath Voice over IP for small companies and offices HiPath BizIP www.siemens.com/hipath HiPath BizIP Just Communicate! The countdown is over. Are you revving up your company, changing processes or wanting to

More information

Information. Communication for the open minded. Siemens Enterprise Communications www.siemens.com/open

Information. Communication for the open minded. Siemens Enterprise Communications www.siemens.com/open Information HiPath 500 V8 The Professional Communications System for Small Businesses and Offices HiPath 500, the classic phone system, is based on reliable ISDN technology and delivers the highest levels

More information

Technical Description

Technical Description DLS - Certificate Management for 802.1x/EAP-TLS Version: 1.01 Date: 2009-05-26 OpenScale Baseline Security Office Siemens Enterprise Communications GmbH & Co. KG Communication for the open minded Siemens

More information

The all-in-one Unified Communications solution for SMBs.

The all-in-one Unified Communications solution for SMBs. OpenScape Business The all-in-one Unified Communications solution for SMBs. Improve your performance and take your business to the next level with Unified Communications. Amplifying opportunities The success

More information

Driving end user adoption of Unified Communications is key to working smarter not harder

Driving end user adoption of Unified Communications is key to working smarter not harder Driving end user adoption of Unified Communications is key to working smarter not harder Successfully deploying UC within an organization involves much more than a clean cutover, operative equipment or

More information

Accounting Manager. User Guide A31003-P1030-U114-2-7619

Accounting Manager. User Guide A31003-P1030-U114-2-7619 Accounting Manager User Guide A31003-P1030-U114-2-7619 Our Quality and Environmental Management Systems are implemented according to the requirements of the ISO9001 and ISO14001 standards and are certified

More information

OpenScape Web Collaboration for Microsoft Windows OS

OpenScape Web Collaboration for Microsoft Windows OS OpenScape Web Collaboration for Microsoft Windows OS Starting a Web Conference How to start a conference is described in the manual of the client used. Logging on to a Web Conference To log on to a started

More information

Results from Enterprise Connect 2013. Business starts with a conversation, and we re changing the conversation.

Results from Enterprise Connect 2013. Business starts with a conversation, and we re changing the conversation. Results from Enterprise Connect 2013 Business starts with a conversation, and we re changing the conversation. RFP: UC Without Buying a New PBX Siemens Enterprise Communications (now Unify) and OpenScape

More information

OpenScape Business V2

OpenScape Business V2 OpenScape Business V2 Tutorial Support of SIP Endpoints connected via the internet Version 2.1 Definitions HowTo An OpenScape Business HowTo describes the configuration of an OpenScape Business feature

More information

OpenScape Enterprise Express

OpenScape Enterprise Express OpenScape Enterprise Express Unified business for mid-sized companies. OpenScape Enterprise Express for mid-sized companies Now, mid-sized companies can move faster than ever to gain the competitive advantage

More information

Business Value Assessment

Business Value Assessment Business Value Assessment Town of Enfield Moves to SIP-based Unified Communications Solution to Reduce Costs and Boost Service; Net benefits of $2.8M Projected Business Value Assessment conducted by HIGHLIGHTS

More information

OpenScape Business V1

OpenScape Business V1 OpenScape Business V1 Tutorial Internet Telephony Configuration Guide Version 1.2 About Unify Unify is one of the world s leading communications software and services firms, providing integrated communications

More information

Contents Contents 1 The Voice Mail System VMS ............................................................. 5 2 Operating your Mailbox with VMS

Contents Contents 1 The Voice Mail System VMS ............................................................. 5 2 Operating your Mailbox with VMS OpenScape Xpressions V7 VMS User Guide A31003-S2370-U110-2-7619 Our Quality and Environmental Management Systems are implemented according to the requirements of the ISO9001 and ISO14001 standards and

More information

Information. OpenScape Contact Center Agile V8 Bringing Customer Satisfaction Within Reach. Communication for the open minded

Information. OpenScape Contact Center Agile V8 Bringing Customer Satisfaction Within Reach. Communication for the open minded Information OpenScape Contact Center Agile V8 Bringing Customer Satisfaction Within Reach Communication for the open minded Siemens Enterprise Communications www.siemens-enterprise.com For many small and

More information

Your Voice is Critical. OpenScape Enterprise voice solutions gives power to voice

Your Voice is Critical. OpenScape Enterprise voice solutions gives power to voice Your Voice is Critical OpenScape Enterprise voice solutions gives power to voice High quality reliable voice is business critical Conversations involve real-time engagement across multiple communication

More information

OpenScape UC Application V7 Client Applications. User guide A31003-S5070-U101-18-7619

OpenScape UC Application V7 Client Applications. User guide A31003-S5070-U101-18-7619 OpenScape UC Application V7 Client Applications User guide A31003-S5070-U101-18-7619 Our Quality and Environmental Management Systems are implemented according to the requirements of the ISO9001 and ISO14001

More information

OpenScape UC Application OpenScape Web Client. User Guide A31003-S5070-U102-8-7619

OpenScape UC Application OpenScape Web Client. User Guide A31003-S5070-U102-8-7619 OpenScape UC Application OpenScape Web Client User Guide A31003-S5070-U102-8-7619 Our Quality and Environmental Management Systems are implemented according to the requirements of the ISO9001 and ISO14001

More information

Voice recording with SIP end devices

Voice recording with SIP end devices White Paper www.siemens.com/open Voice recording with SIP end devices Just as for call centers, calls with banks need to be recorded in order to give the possibility to listen to the specific calls at

More information

OpenScape Enterprise Express is

OpenScape Enterprise Express is OpenScape Enterprise Express An all-in-one solution OpenScape Enterprise Express combines enterprise Voice, Unified Communication and Collaboration and Mobility into one streamlined package for mid-size

More information

Debunking Security Concerns with Cloud Contact Centers

Debunking Security Concerns with Cloud Contact Centers Debunking Security Concerns with Cloud Contact Centers Providing guidance and recommendations for organizations looking at cloud contact center solutions Siemens Enterprise Communications February, 2012

More information

Portfolio Journey OpenScape 4000

Portfolio Journey OpenScape 4000 Portfolio Journey OpenScape 4000 You ve seen all the changes in communications over the last decade. One solution is there every step of the way, adapting, changing, and evolving. Making sure your business

More information

Siemens OpenScape Voice V7 SIP Connectivity with OpenScape SBC V7. to Integra SIP Service

Siemens OpenScape Voice V7 SIP Connectivity with OpenScape SBC V7. to Integra SIP Service Siemens OpenScape Voice V7 SIP Connectivity with OpenScape SBC V7 to Integra SIP Service February 2013 Page 1 of 47 Document History Date Version / Issue Modified by Section(s) Affected High-Level Description

More information

Smart Communications. Smarter Trading.

Smart Communications. Smarter Trading. Smart Communications. Smarter Trading. OpenScape Xpert from Unify is a virtualized, smart trading solution that combines voice, data, security, risk reduction and seamless communication with a robust,

More information

Success Story. Managed communication services bring Solvay 30% cost savings and greater freedoms for its workforce

Success Story. Managed communication services bring Solvay 30% cost savings and greater freedoms for its workforce Success Story Managed communication services bring Solvay 30% cost savings and greater freedoms for its workforce By committing to a managed services agreement with Unify chemical group Solvay has centralized

More information

Information. OpenScape Contact Center Voice Portal V7.0 R2 Enable Open Dialogue, Intuitive Interaction, and Seamless Handoff

Information. OpenScape Contact Center Voice Portal V7.0 R2 Enable Open Dialogue, Intuitive Interaction, and Seamless Handoff Information V7.0 R2 Enable Open Dialogue, Intuitive Interaction, and Seamless Handoff Communication for the open minded Siemens Enterprise Communications www.enterprise.siemens.com/open Highlights Seamlessly

More information

OpenScape Video and Room Systems

OpenScape Video and Room Systems OpenScape Video and Room Systems White Paper By Patrick Kleiner and Ines Zengerle-Kremer Global Product Management OpenScape Video May 2012 OpenScape Video and Room Systems Executive summary Video is now

More information

OpenScape Business S Demo

OpenScape Business S Demo OpenScape Business S Demo Installation Guide Version: 1.0 04/2014 Product House Product Management OpenScape Business Unify GmbH & Co. KG Contents 1 Introduction 3 1.1 Terms of Use 3 1.2 Preconditions

More information

Commerzbank AG: Voice over IP in the branch of the future. Open Communication references. www.siemens.com/open

Commerzbank AG: Voice over IP in the branch of the future. Open Communication references. www.siemens.com/open Commerzbank AG: Voice over IP in the branch of the future Open Communication references www.siemens.com/open Summary Today Commerzbank is Germany's second-largest bank with approximately 35,000 employees,

More information

Whitepaper IPv6. OpenScape UC Suite IPv6 Transition Strategy

Whitepaper IPv6. OpenScape UC Suite IPv6 Transition Strategy Whitepaper IPv6 OpenScape UC Suite IPv6 Transition Strategy Table of Contents 1. Executive Summary 3 2. Introduction 4 3. Technical Basics 5 3.1. IPv4 IPv6 Translation 6 3.2. IP-in-IP Tunneling 7 4. Selecting

More information

OpenScape Business V2 myportal to go

OpenScape Business V2 myportal to go OpenScape Business V2 myportal to go Whitepaper Version 1.0 Table of History Date Version Changes 2015-08-17 1.0 Initial creation Disclaimer The information provided in this document contains merely general

More information

Information. OpenScape Web Collaboration V7

Information. OpenScape Web Collaboration V7 Information OpenScape Web Collaboration V7 OpenScape Web Collaboration V7 is a scalable, reliable, and highly secure web conferencing solution for enterprises of all sizes. It provides a cost-effective

More information

Information. Siemens Enterprise Communications www.siemens-enterprise.com

Information. Siemens Enterprise Communications www.siemens-enterprise.com Information Gigaset professional and OpenStage Mobile Cordless phones for HiPath and OpenScape systems. Alongside the system-specific table-top telephones, it is also possible to operate cordless phones

More information

Information. Communication for the open minded. Siemens Enterprise Communications www.siemens-enterprise.com/open

Information. Communication for the open minded. Siemens Enterprise Communications www.siemens-enterprise.com/open Information HiPath 500 V8 The Professional Communications System for Small Businesses and Offices HiPath 500, the classic phone system, is based on reliable ISDN technology and delivers the highest levels

More information

Documentation. OpenScape Office V3 myagent. User Guide A31003-P1030-U100-13-7619. Siemens Enterprise Communications www.siemens-enterprise.

Documentation. OpenScape Office V3 myagent. User Guide A31003-P1030-U100-13-7619. Siemens Enterprise Communications www.siemens-enterprise. myagent, User Guide P31003P1030U100017619 05/2012 Siemens Enterprise Communications GmbH & Co. KG. 2012 Documentation OpenScape Office V3 myagent User Guide A31003-P1030-U100-13-7619 Siemens Enterprise

More information

Documentation. myportal for Outlook. User Guide A31003-P3010-U103-15-7619. Siemens Enterprise Communications www.siemens-enterprise.

Documentation. myportal for Outlook. User Guide A31003-P3010-U103-15-7619. Siemens Enterprise Communications www.siemens-enterprise. myportal for Outlook, User Guide P31003P3010U103017619 01/2013 Siemens Enterprise Communications GmbH & Co. KG. 2013 Documentation myportal for Outlook User Guide A31003-P3010-U103-15-7619 Siemens Enterprise

More information

Freedom! HiPath MobileConnect Delivering on the Promise of Fixed Mobile Convenience. Communication for the open minded

Freedom! HiPath MobileConnect Delivering on the Promise of Fixed Mobile Convenience. Communication for the open minded Freedom! HiPath MobileConnect Delivering on the Promise of Fixed Mobile Convenience Communication for the open minded www.siemens.com/us/open/mobileconnect Call Me! Remember when communication was that

More information

OpenScape Business V2

OpenScape Business V2 OpenScape Business V2 Tutorial System Device@Home Configuration Version 1.1 Table of Contents 1. Configuration Overview 4 1.1. Network Scenario Description: 4 1.2. Configuration Steps 5 1.2.1. Overview

More information

OpenScape Xpressions V7 Client Applications. User Guide A31003-S2370-U100-3-7619

OpenScape Xpressions V7 Client Applications. User Guide A31003-S2370-U100-3-7619 OpenScape Xpressions V7 Client Applications User Guide A31003-S2370-U100-3-7619 Our Quality and Environmental Management Systems are implemented according to the requirements of the ISO9001 and ISO14001

More information

Time critical responses right here

Time critical responses right here Time critical responses right here Public safety, emergency medical services, utilities and air traffic control. Your dispatchers are being asked to make instant decisions every minute of the day. Nowhere

More information

OpenScape UC Application

OpenScape UC Application OpenScape UC Application A better way to communicate How productive are your virtual teams? Today s reality - A mobile, global, distributed and virtual workforce. But face-to-face just isn t always possible.

More information

Welcome to the era of the anywhere worker

Welcome to the era of the anywhere worker Welcome to the era of the anywhere worker Today s anywhere worker is more responsive, more productive and more mobile than ever before. Don t just add mobile. Be mobile. Real-time conversations are happening

More information

OpenScape Web Collaboration

OpenScape Web Collaboration OpenScape Web Collaboration The quickest and easiest way to collaborate, share and support online Performance-boosting collaboration and secure support from anywhere Issues raised, ideas shared and decisions

More information

OpenScape Desk Phone IP product family

OpenScape Desk Phone IP product family OpenScape Desk Phone IP product family Vibrant communication at the desktop with user-friendly, multifunctional and economical IP telephones. Vibrant communication at the desktop The modern, space-saving

More information

www.siemens.com/hipath

www.siemens.com/hipath HiPath 1220 The small telephone system for heavy demands. www.siemens.com/hipath HiPath 1220 quality from Siemens and your dealer. At www.siemens.com/hipath you will find more information about the HiPath

More information

OpenScape Voice Interface Manual: Volume 4, CSTA Interface. Description A31003-H8070-T105-05-7618

OpenScape Voice Interface Manual: Volume 4, CSTA Interface. Description A31003-H8070-T105-05-7618 OpenScape Voice Interface Manual: Volume 4, CSTA Interface Description A31003-H8070-T105-05-7618 Our Quality and Environmental Management Systems are implemented according to the requirements of the ISO9001

More information

Documentation. HiPath TAPI 120 V2.0 Installation and Configuration. Communication for the open minded. Administrator Documentation

Documentation. HiPath TAPI 120 V2.0 Installation and Configuration. Communication for the open minded. Administrator Documentation Documentation HiPath TAPI 120 V2.0 Installation and Configuration Administrator Documentation P31003-H3540-T120-7-76A9, 09/2010 Communication for the open minded Siemens Enterprise Communications www.siemens.com/open

More information

Information. Siemens Enterprise Communications www.siemens-enterprise.com

Information. Siemens Enterprise Communications www.siemens-enterprise.com Information Gigaset professional and OpenStage Mobile Cordless phones for HiPath and OpenScape systems. Alongside the system-specific desktop telephones, it is also possible to operate cordless phones

More information

Truly Unified Communications. This could be your corporate network:

Truly Unified Communications. This could be your corporate network: The Comdasys MC Solution brings the features of your IP-PBX to your mobile phone in the palm of your hand. Its two components, the MC Controller and the MC Client, will enhance your business mobility.

More information

OpenScape Web Collaboration

OpenScape Web Collaboration OpenScape Web Collaboration The quickest and easiest way to collaborate, share and support online Performance-boosting collaboration and secure support from anywhere Issues raised, ideas shared and decisions

More information

The small telephone system for heavy demands. HiPath 1220. www.siemens.com/hipath

The small telephone system for heavy demands. HiPath 1220. www.siemens.com/hipath The small telephone system for heavy demands HiPath 1220 www.siemens.com/hipath 2 HiPath 1220 the telephone system with the best connection to Siemens convenient system phones You run a medical practice,

More information

For customers in AL, FL, GA, SC, TN. wowforbusiness.com. Business Services PHONE FEATURES. User Guide BPG.U.1303.O

For customers in AL, FL, GA, SC, TN. wowforbusiness.com. Business Services PHONE FEATURES. User Guide BPG.U.1303.O wowforbusiness.com Business Services PHONE FEATURES User Guide BPG.U.0.O ANONYMOUS CALL REJECTION. It s easy to activate and start blocking anonymous calls. Simply lift the receiver and press *.. When

More information

Siemens HiPath ProCenter Multimedia

Siemens HiPath ProCenter Multimedia Siemens HiPath ProCenter Multimedia Today s business climate is tougher than ever, and chances are your competitors are no longer just a local concern. All this means finding ways of improving customer

More information

OpenScape Contact Center Agile

OpenScape Contact Center Agile OpenScape Contact Center Agile V8 Bringing Customer Satisfaction Within Reach For many small and medium-sized enterprises, superior customer service is a key competitive differentiator. OpenScape Contact

More information

Information. HiPath 1120 V7 The flexible communications system for small companies. Communication for the open minded

Information. HiPath 1120 V7 The flexible communications system for small companies. Communication for the open minded Information HiPath 1120 V7 The flexible communications system for small companies Communication for the open minded Siemens Enterprise Communications www.siemens.com/open Big performance for small companies

More information

Information. HiPath 500 V7 The Professional Communications System for Small Businesses and Offices. Communication for the open minded

Information. HiPath 500 V7 The Professional Communications System for Small Businesses and Offices. Communication for the open minded Information HiPath 500 V7 The Professional Communications System for Small Businesses and Offices Communication for the open minded Siemens Enterprise Communications www.siemens.com/open Professional Telephony

More information

480i Broadworks SIP IP Phone Version 1.0 Release Notes

480i Broadworks SIP IP Phone Version 1.0 Release Notes January 2005 Table of Contents 1. Introduction... 3 2. Hardware Supported... 3 3. Bootloader Requirements... 3 4. New Features Available in this Release... 4 6. Broadworks Feature Support... 6 7. Known

More information

OpenScape DECT mobile handsets

OpenScape DECT mobile handsets OpenScape DECT mobile handsets Cordless handsets for HiPath and OpenScape systems. In addition to the system-specific desktop telephones, cordless phones can also be operated with HiPath and OpenScape

More information

Verizon Collaboration Plug-In for Microsoft Outlook User Guide

Verizon Collaboration Plug-In for Microsoft Outlook User Guide Verizon Collaboration Plug-In for Microsoft Outlook User Guide Version 4.11 Last Updated: July 2011 2011 Verizon. All Rights Reserved. The Verizon and Verizon Business names and logos and all other names,

More information

Siemens Enterprise Communications www. sie mens-enterprise.com

Siemens Enterprise Communications www. sie mens-enterprise.com OpenSt age HF A/SIP The Open Unified Communications telephones OpenStage is a new generation of phones which sets the benchmark f open and unified commun icat ions. These styl ish devi ces provide an i

More information

Survey Question Library

Survey Question Library Survey Question Library Use these questions to build or inspire your own surveys to better understand how your teams work, their views on technology, and the potential business value of solutions. Here

More information

Using Asterisk with Odin s OTX Boards

Using Asterisk with Odin s OTX Boards Using Asterisk with Odin s OTX Boards Table of Contents: Abstract...1 Overview...1 Features...2 Conclusion...5 About Odin TeleSystems Inc...5 HeadQuarters:...6 Abstract Odin TeleSystems supports corporate

More information