6 External IVR. All rights reserved to Voicenter Revision

Size: px
Start display at page:

Download "6 External IVR. All rights reserved to Voicenter Revision"

Transcription

1 External IVR

2 . External IVR.. Method name: GET_IVR_ACTION This method s request is sent by voicenter server to a designated URL on the client s server, with the incoming call details: IVR_MENU REQUEST: Field name Description Type Remarks CALLER_ID Caller ID String CALLER_NAME Caller name String DID The number called String MENU Client s menu identifier String will be "-" at the beginning of the call PREVIOUS_MENU Client s menu identifier String will be "-" at the beginning of the call DTMF The DTMF the caller pressed String IVR_UNIQUE_ID A unique ID for the incoming call String IVR_UNIQUE_ID A unique ID for the incoming call String chars long EXAMPLES Xml-rpc: <?xml version=.0 encoding= utf-?> <methodcall> <methodname>get_ivr_action</methodname> <params> <param> <name>did</name> <string> </string> <name>caller_id</name> <string> </string> <name>caller_name</name> < string />שלום< string > <name>ivr_unique_id</name> <string>cedf0fcdeddf dx</string>

3 0 0 <name>dtmf</name> <string/> <name>menu</name> <string>-</string> <name>previous_menu</name> <string>-</string> </param> </params> </methodcall> JSON: 0 { METHOD: "GET_IVR_ACTION", DATA: { DID: "0", CALLER_ID: "nzxca", CALLER_NAME: "nzxca", IVR_UNIQUE_ID: "bcdfad0f", DTMF: "", MENU: "-", PREVIOUS_MENU: "-" IVR_MENU REQUEST: Field name Description Type Appearance STATUS 0 OK Integer Mandatory - Error ACTION One of the following options in the next table: String Mandatory MENU CALL HANGUP SAYDIGITS VO SILENTRECORD LANGUAGE he String Mandatory en DATA Structure contains relevant data of : MENU / CALL / HANGUP /. Structure Mandatory

4 Action options MENU - another IVR menu Field name Description Type Apearence REC The file name of the record to play String Mandatory LOOP The number of times to loop-play the record Integer Mandatory DELAY The number of seconds to wait between each loop Integer Mandatory SIZE The Maximum number of digits from the caller Integer Mandatory MENU Client s menu identifier String Mandatory VALIDATION DTMF input validation Integer Mandatory validation 0 no validation CALL - Dial and connect any destination world wide TARGET The destination to call String Mandatory CALLERID The Caller number Shown to the destination String Mandatory CALLERNAME The Caller name Shown to the destination String Mandatory CALLER_REC The record the caller will hear before dialing destination String Optional MOH_CLASS The music class heard while dialing a destination String Optional TARGET_REC The record the target will hear before connecting to the caller String Optional TARGET_REC The record the target will hear before connecting to the caller String Optional CALL_MAX_DIAL Maximum time in seconds to wait while dialing Integer Mandatory CALL_MAX Maximum duration in seconds for the call Integer Mandatory NEXT_MENU Next menu the call will be redirected to in case of call failure String Optional. If Empty call will be disconnected. NEXT_MENU_RECORD The name of the record of the menu the call will redirected to String Optional in case of call failure NEXT_MENU_LOOP The number of times to loop-play the record of the next menu Integer Optional NEXT_MENU_SIZE The Maximum number of digits from the caller Integer Optional NEXT_MENU_WAIT The number of seconds to wait between each loop, in the next Integer Optional menu REC_STATUS 0 Don't record Integer Mandatory Record call DTMF_PLAY After the called party answers, send digits as a DTMF stream String Optional DIALSTRINGS Array of ready dialstrings for dial Array Optional SAYDIGITS Say gigits REC The file name of the record to play String Mandatory LOOP The number of times to loop-play the record Integer Mandatory DELAY The number of seconds to wait between each loop Integer Mandatory SIZE The Maximum number of digits from the caller Integer Mandatory MENU Client's menu identifier String Mandatory VALIDATION DTMF input validation Integer Mandatory validation 0 no validation SAYDIGITSRECORD Record to play before DIGITS String Mandatory DIGITS DIGITS to play Pay attention to string type! Do not use integer type to prevent zero loose in zero leading numbers like 0. Any characters other than numbers will be ignored. Mandatory

5 SILENTRECORD Answer the call & record it Field name Description Type Apearence REC The file name of the record to play before recording starts String Optioinal MAXDURATION Maximum call duration Integer Optioinal VO go to IVR layer LAYER Layer number to go to Integer Mandatory RECORD Record to play String Mandatory LOOP The number of times to loop-play the record Integer Mandatory DELAY The number of seconds to wait between each loop Integer Mandatory HANGUP - Hang up the call HANGUP_REC The "good bye" message before hangup. String Optional HANGUP_CAUSE Cause of the hangup Integer Optional HANGUP CALL EXAMPLE Xml-rpc: <?xml version=".0" encoding="utf-"?> <methodresponse> <params> <param> <name>status</name> <int>0</int> <name>language</name> <string>he</string> <name>action</name> <string>hangup</string> <name>data</name> <name>hangup_rec</name> <string>blank</string> <name>hangup_cause</name> 0

6 0 <int></int> </param> </params> </methodresponse> JSON: { "STATUS" : 0, "ACTION" : "HANGUP", "LANGUAGE" : "HE", "DATA" : { "HANGUP_REC":"blank", "HANGUP_CAUSE": CALL EXAMPLE Xml-rpc: 0 0 <?xml version=".0" encoding="utf-"?> <methodresponse> <params> <param> <name>status</name> <int>0</int> <name>language</name> <string>he</string> <name>action</name> <string>call</string>

7 <name>data</name> <name>target</name> <string>00</string> <name>callerid</name> <string>unknown</string> <name>callername</name> <string>לארשי</string> <name>caller_rec</name> <string>now_calling</string> <name>moh_class</name> <string>californication</string> <name>target_rec</name> <string>blank</string> <name>call_max_dial</name> <int></int> <name>call_max</name> <int>00</int> <name>next_menu</name> <string>some-menu</string> <name>next_menu_record</name> <string>record-filename</string>

8 <name>next_menu_loop</name> <string></string> <name>next_menu_wait</name> <string></string> <name>next_menu_size</name> <string></string> <name>rec_status</name> <string></string> <name>dtmf_play</name> <string> </string> <name>dialstrings</name> <array> <data> SIP/000000@provider SIP/000000@provider </data> </array> </param> </params> </methodresponse>

9 JSON: 0 0 { "STATUS": 0, "ACTION": "CALL", "LANGUAGE" : "HE", "DATA": { "TARGET": "00", "CALLERID": " ", "CALLERNAME": "", "CALLER_REC": "rec", "MOH_CLASS": "musiconhold", "TARGET_REC": "", "CALL_MAX_DIAL": "", "CALL_MAX": "00", "NEXT_MENU": "", "NEXT_MENU_RECORD": "rec", "NEXT_MENU_LOOP":, "NEXT_MENU_SIZE":, "NEXT_MENU_WAIT":, "REC_STATUS": "0", "DTMF_PLAY": "", "DIALSTRINGS : [ SIP/000000@provider", "SIP/000000@provider" ] MENU EXAMPLE Xml-rpc: 0 0 <?xml version=".0" encoding="utf-"?> <methodresponse> <params> <param> <name>status</name> <int>0</int> <name>action</name> <string>menu</string> <name>language</name> <string>he</string> <name>data</name>

10 <name>rec</name> <string>record_filename</string> <name>loop</name> <int></int> <name>delay</name> <int></int> <name>size</name> <int></int> <name>menu</name> <string>menu_name</string> <name>validation</name> <int></int> </param> </params> </methodresponse> JSON: 0 { "STATUS" : 0, "ACTION" : "MENU", "LANGUAGE" : "HE", "DATA" : { "REC":"record", "LOOP":, "DELAY":, "SIZE":, "MENU": "menu", "VALIDATION": 0

11 SAYDIGITS EXAMPLE Xml-rpc: <?xml version=".0" encoding="utf-"?> <methodresponse> <params> <param> <name>status</name> <int>0</int> <name>action</name> <string>saydigits</string> <name>language</name> <string>he</string> <name>data</name> <name>rec</name> <string>record_filename</string> <name>loop</name> <int></int> <name>delay</name> <int></int> <name>size</name> <int></int> <name>menu</name> <string>menu_name</string>

12 0 0 0 <name>validation</name> <int></int> <name>saydigitsrecord</name> <string>blank</string> <name>digits</name> <string></string> </param> </params> </methodresponse> JSON: 0 { "STATUS" : 0, "ACTION" : " SAYDIGITS ", "LANGUAGE" : "HE", "DATA" : { "REC":"record", "LOOP":, "DELAY":, "SIZE":, "MENU": "menu", "VALIDATION": 0, "VALIDATION": "SAYDIGITSRECORD", "VALIDATION": "DIGITS"

13 .. Method name: HANGUP_CALL This method request is sent by voicenter server to report the client server at an end of a call. HANGUP_CALL REQUEST: Field name Description Type Example CALLER_ID Caller ID String 0 DID The number called String 0 IVR_UNIQUE_ID A unique ID for the incoming call String aohsrrfiebjumnpiodfjgf TARGET The destination of the call String 00 CALL_TIME_EPOCH Hour and date of the call in Linux EPOCH Integer CALL_START_EPOCH Hour and date of the call flow start in Linux EPOCH IVR_UNIQUE_ID A unique ID for the incoming call String Integer CALL_DURATION Total call duration in seconds Integer CALL_DAILTIME Dialing time until destination answered in seconds Integer CALL_STATUS Status of the call String ANSWERED CALL_STATUS options: ANSWER: Call is answered. A successful dial. The caller reached the callee. BUSY: Busy signal. The dial command reached its number but the number is busy. NOANSWER: No answer. The dial command reached its number, the number rang for too long, then the dial timed out. CANCEL: Call is cancelled. The dial command reached its number but the caller hung up before the callee picked up. CONGESTION: Congestion. This status is usually a sign that the dialled number is not recognised. CHANUNAVAIL: Channel unavailable. On SIP, peer may not be registered. DONTCALL: Privacy mode, callee rejected the call TORTURE: Privacy mode, callee chose to send caller to torture menu INVALIDARGS: Error parsing Dial command arguments

14 SIP RFC error codes Definition SIP Equivalent Cause code (ISUP) Unallocated (unassigned) number 0 Not Found no route to network 0 Not found no route to destination 0 Not found normal call clearing BYE or CANCEL (*) user busy Busy here no user responding 0 Request Timeout no answer from the user 0 Temporarily unavailable subscriber absent 0 Temporarily unavailable 0 call rejected 0 Forbidden (+) number changed (w/o diagnostic) 0 Gone number changed (w/ diagnostic) 0 Moved Permanently redirection to new destination 0 Gone non-selected user clearing 0 Not Found (=) destination out of order 0 Bad Gateway address incomplete Address incomplete facility rejected 0 Not implemented normal unspecified 0 Temporarily unavailable no circuit available 0 Service unavailable network out of order 0 Service unavailable temporary failure 0 Service unavailable switching equipment congestion 0 Service unavailable resource unavailable 0 Service unavailable incoming calls barred within CUG 0 Forbidden bearer capability not authorized 0 Forbidden bearer capability not presently 0 Service unavailable bearer capability not implemented Not Acceptable Here only restricted digital avail Not Acceptable Here 0 service or option not implemented 0 Not implemented user not member of CUG 0 Forbidden incompatible destination 0 Service unavailable recovery of timer expiry 0 Gateway timeout 0 protocol error 00 Server internal error interworking unspecified 00 Server internal error HANGUP_CALL REQUEST: Field name Description Type Mandatory STATUS 0 OK Integer Mandatory - Error

15 REQUEST EXAMPLE Xml-rpc: <?xml version=".0" encoding="utf-"?> <methodcall> <methodname>hangup_call</methodname> <params> <param> <name>did</name> <string> </string> <name>caller_id</name> <string> </string> <name>ivr_unique_id</name> <string>cedf0fcdeddfdx</string> <name>target</name> <string>000000</string> <name>call_time_epoch</name> <int></int> <name>call_start_epoch</name> <int></int> <name>call_duration</name> <int></int> <name>call_dailtime</name> <int></int> 0

16 0 <name>call_status</name> <string>answered</string> </param> </params> </methodcall> JSON: 0 { "METHOD" : "HANGUP_CALL", "DATA" : { "DID":" ", "CALLER_ID": " ", "IVR_UNIQUE_ID": "cedf0fcdeddfdx", "TARGET": "000000", "CALL_TIME_EPOCH":, "CALL_START_EPOCH":, "CALL_DURATION": 0, "CALL_DAILTIME":, "CALL_STATUS": "ANSWERED" RESPONSE EXAMPLE Xml-rpc: 0 <?xml version=".0" encoding="utf-"?> <methodresponse> <params> <param> <name>status</name> <int>0</int> </param> </params> </methodcall> JSON: { STATUS : 0

API Documentation. Revision 3.2. All rights reserved to Voicenter Revision

API Documentation. Revision 3.2. All rights reserved to Voicenter Revision API Documentation Revision. All rights reserved to Voicenter Revision. ---00 www.voicenter.co.il developers@voicenter.com About Voicenter APIs for Developers Voicenter is a cloud based VoIP telephony solution

More information

API Documentation. All rights reserved to Voicenter

API Documentation. All rights reserved to Voicenter API Documentation All rights reserved to Voicenter ---00 www.voicenter.co.il developers@voicenter.com About Voicenter APIs for Developers Voicenter is a cloud based VoIP telephony solution that offers

More information

Information Note Q.850 cleardown cause codes

Information Note Q.850 cleardown cause codes Information Note Q.850 cleardown cause codes When calls clear in SIP, H.323 and ISDN a Cleardown Cause Code is provided to indicate the reason why the call cleared down. The specification which defines

More information

White Paper. Mapping of Signalling Protocols ISUP to/from SIP, SIP-I (Release1.0, May 2009)

White Paper. Mapping of Signalling Protocols ISUP to/from SIP, SIP-I (Release1.0, May 2009) INTERNATIONAL INTERCONNECTION FORUM FOR SERVICES OVER IP (www.i3forum.org) (i3 FORUM) Workstream Technical Aspects White Paper Mapping of Signalling Protocols ISUP to/from SIP, SIP-I (Release1.0, May 2009)

More information

Information About SIP Compliance with RFC 3261

Information About SIP Compliance with RFC 3261 APPENDIX A Information About SIP Compliance with RFC 3261 This appendix describes how the Cisco SIP IP phone complies with the IETF definition of SIP as described in RFC 3261. It has compliance information

More information

ISDN Cause Definitions

ISDN Cause Definitions ISDN Cause Definitions Handout Table of contents...2 2 Location...7 3 Reference list...7 4 Imprint...7 5 Contact...8 Status: 11.02.2011 2011 Lindenbaum GmbH The European Telecommunication Standard (ETS)

More information

Defined Cause Codes. For reference purposes, defined cause codes are listed in Table E-1 through Table E-7.

Defined Cause Codes. For reference purposes, defined cause codes are listed in Table E-1 through Table E-7. APPENDIXE Revised: May 31, 2010, For reference purposes, defined cause codes are listed in Table E-1 through Table E-7. Table E-1 Cisco BTS 10200 Softswitch Normal Events Normal Event 1. [Note 1] 1. Unallocated

More information

Compliance with RFC 3261

Compliance with RFC 3261 APPENDIX A Compliance with RFC 3261 This appendix describes how the Cisco Unified IP Phone 7960G and 7940G complies with the IETF definition of SIP as described in RFC 3261. It contains compliance information

More information

ISDN Switch Types, Codes, and Values

ISDN Switch Types, Codes, and Values A P P E N D I X B ISDN Switch Types, Codes, and Values This appendix contains a list of the supported switch types. It also contains the ISDN cause codes and ISDN bearer capability values, and progress

More information

1ISDN ERROR CODES. October ISDN Error Codes Software Reference 1

1ISDN ERROR CODES. October ISDN Error Codes Software Reference 1 1ISDN ERROR CODES October 2002 ISDN Error Codes Software Reference 1 2 Software Reference ISDN Error Codes Table of Contents ISDN Table of Contents ERROR CODES A REFERENCE 5 1 ISDN Error Codes 6 1.1 Overview

More information

SIP Compliance APPENDIX

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

More information

Click 2 Call. All rights reserved to Voicenter Revision

Click 2 Call. All rights reserved to Voicenter Revision Click Call . Click Call Click Call enables executing direct phone calls, with just the click of a button. It s super easy to implement and integrate, using our ready-to-use code. This great and versatile

More information

Call Termination Cause Codes

Call Termination Cause Codes APPENDIXA Revised: December 12, 2010, troduction This appendix lists call termination cause values and definitions. BTS 10200 Call Termination Values and Definitions lists the BTS 10200 call termination

More information

Configuring CDR Search

Configuring CDR Search CHAPTER 26 CAR provides reporting capabilities for three levels of users: administrators, managers, and individual users. Only CAR administrators can use CDR Search. This chapter contains the following

More information

1CAPI INFORMATION VALUES. August Software Reference CAPI Information Values 1

1CAPI INFORMATION VALUES. August Software Reference CAPI Information Values 1 1CAPI INFORMATION VALUES August 2000 Software Reference CAPI Information Values 1 2 CAPI Information Values Software Reference Table of Contents CAPI INFORMATION Table of Contents VALUES A REFERENCE 5

More information

3GPP TS V8.0.0 ( )

3GPP TS V8.0.0 ( ) TS 29.527 V8.0.0 (2008-03) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; Telecommunications and Internet converged Services and Protocols

More information

Portal User Guide. Portal Release 3.13

Portal User Guide. Portal Release 3.13 Portal User Guide Portal Release 3.13 https://portal.3starsnet.com Page 1 01-08-2018 Contents 1 Introduction 4 2 Accessing Messages on the Web Interface 4 2.1 Searching for Messages 4 2.2 Sorting Messages

More information

GSGC7 OPERATING INSTRUCTIONS

GSGC7 OPERATING INSTRUCTIONS GSGC7 OPERATING INSTRUCTIONS GENERAL This unit has a standard keypad and 4 additional buttons. It also has a 2 line by 16 character LCD display. The display is used to prompt the user and to show various

More information

Grandstream Networks, Inc. UCM6xxx Series Follow Me Guide

Grandstream Networks, Inc. UCM6xxx Series Follow Me Guide Grandstream Networks, Inc. UCM6xxx Series Table of Content INTRODUCTION... 3 FOLLOW ME CONFIGURATION... 4 Follow Me Settings... 6 Follow Me Options... 6 FOLLOW ME FLOW EXAMPLE... 8 Table of Figures Figure

More information

Cisco Call Detail Records Codes

Cisco Call Detail Records Codes Cisco Call Detail Records s This chapter provides information about the codec types and codes that are used in the Call Detail Record fields. c Types, page 1 Call Termination Cause s, page 4 Redirect Reason

More information

Why we need a single. SIP <--> ISUP Release. Cause mapping FORUM. 3GPP CT3 Chairman. Dr. Ragnar Huslende. presented by. May 26, 2011.

Why we need a single. SIP <--> ISUP Release. Cause mapping FORUM. 3GPP CT3 Chairman. Dr. Ragnar Huslende. presented by. May 26, 2011. i3 FORUM www.i3forum.org Why we need a single SIP ISUP Release Cause mapping presented by Dr. Ragnar Huslende Ericsson 3GPP CT3 Chairman May 26, 2011 Agenda Why is an unambiguous SIP ISUP mapping

More information

Cisco Call Detail Records Codes

Cisco Call Detail Records Codes CHAPTER 6 This chapter describes the codec types and codes that are used in the Call Detail Record fields. This chapter contains the following information: Codec Types, page 6-1 Call Termination Cause

More information

ETSI TS V8.0.0 ( ) Technical Specification

ETSI TS V8.0.0 ( ) Technical Specification TS 129 527 V8.0.0 (2008-04) Technical Specification Digital cellular telecommunications system (Phase 2+); Universal Mobile Telecommunications System (UMTS); TISPAN; Endorsement of the SIP-ISUP Interworking

More information

Cisco Call Detail Records Codes

Cisco Call Detail Records Codes CHAPTER 6 This chapter describes the codec types and codes that are used in the Call Detail Record fields. This chapter contains the following information: Codec Types, page 6-127 Call Termination Cause

More information

SIP for Telephony. Third-Party Call Control (3PCC) 6 5 ACK SDP(B) 1 INVITE no SDP. Supplementary Services. Call Hold and Retrieve

SIP for Telephony. Third-Party Call Control (3PCC) 6 5 ACK SDP(B) 1 INVITE no SDP. Supplementary Services. Call Hold and Retrieve Third-Party Call Control (3PCC) for Telephony yet another set of services!! Examples: Click-to-dial, conference bridge control,!! Several approaches with different advantages / drawbacks!! Simplest call

More information

ETSI TS V3.1.1 ( )

ETSI TS V3.1.1 ( ) Technical Specification Technical Committee for IMS Network Testing (INT); Testing of the IBCF requirements; Part 2: Test Suite Structure and s (TSS&TP) 2 Reference DTS/INT-00053-2 Keywords IBCF, SIP,

More information

Cisco TelePresence TelePresence Server API

Cisco TelePresence TelePresence Server API Cisco TelePresence TelePresence Server API Product Programming Reference Guide 3.0 D15003 December 2012 Contents Overview 5 Part 1: Flexible operation mode 6 Introduction 7 Terminology 7 API overview 8

More information

Interworking Signaling Enhancements for H.323 and SIP VoIP

Interworking Signaling Enhancements for H.323 and SIP VoIP Interworking Signaling Enhancements for H.323 and SIP VoIP This feature module describes enhancements to H.323 and Session Initiation Protocol (SIP) signaling when interworking with ISDN, T1 channel associated

More information

3GPP TS V8.3.0 ( )

3GPP TS V8.3.0 ( ) TS 29.527 V8.3.0 (2009-03) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; Telecommunications and Internet converged Services and Protocols

More information

Net2Phone Office Administrator s Guide

Net2Phone Office Administrator s Guide Net2Phone Office Administrator s Guide May 2015 All Rights Reserved The use, disclosure, modification, transfer or transmittal of this work for any purpose, in any form, or by any means, without the written

More information

Aculab plc Q931 An Overview

Aculab plc Q931 An Overview Worldwide Digital Connectivity Aculab plc Lakeside - Bramley Road - Mount Farm - Milton Keynes - MK1 1PT UK Tel: +44 (0)1908 273800 Aculab plc Q931 An Overview v 1.0 Proprietary Information Aculab plc.

More information

Please note: This release is the final bugfix release for the release version xx.

Please note: This release is the final bugfix release for the release version xx. September 2013 Please note: This release 00.08.02.07 is the final bugfix release for the release version 00.08.02.xx. Remarks about the FW licence and FW update Starting with FW-Version 00.06.07.00 every

More information

The Session Initiation Protocol

The Session Initiation Protocol The Session Initiation Protocol N. C. State University CSC557 Multimedia Computing and Networking Fall 2001 Lecture # 25 Roadmap for Multimedia Networking 2 1. Introduction why QoS? what are the problems?

More information

INTERNATIONAL TELECOMMUNICATION UNION. SERIES Q: SWITCHING AND SIGNALLING Interworking of Signalling Systems Specifications of Signalling System No.

INTERNATIONAL TELECOMMUNICATION UNION. SERIES Q: SWITCHING AND SIGNALLING Interworking of Signalling Systems Specifications of Signalling System No. INTERNATIONAL TELECOMMUNICATION UNION CCITT Q.763 THE INTERNATIONAL TELEGRAPH AND TELEPHONE CONSULTATIVE COMMITTEE (11/1988) SERIES Q: SWITCHING AND SIGNALLING Interworking of Signalling Systems Specifications

More information

Release Note for TA400/800

Release Note for TA400/800 Version 41.19.0.X Yeastar Information Technology Co. Ltd. ===Firmware Version: V41.19.0.16== Applicable Model: TA400/800 Release Date: November 24, 2015 New Features 1. Added TR-069 feature. 2. Added Distinctive

More information

SMDR Specification. Revision 3

SMDR Specification. Revision 3 SMDR Specification Revision 3 Revision History: Rev Date Originator Detail 1 01/12/2010 Justin Bogli Initial Draft 2 01/21/2010 Justin Bogli SMDR reports per leg, tied together by call id. Added Call ID,

More information

TELEPHONY CONTROL PROTOCOL SPECIFICATION

TELEPHONY CONTROL PROTOCOL SPECIFICATION Part F:3 TELEPHONY CONTROL PROTOCOL SPECIFICATION TCS Binary This document describes the Bluetooth Telephony Control protocol Specification Binary (TCS Binary), using a bit-oriented protocol. This protocol

More information

Release Note for N412

Release Note for N412 Yeastar Information Technology Co. Ltd. CONTENTS FIRMWARE VERSION 45.15.0.3... 3 FIRMWARE VERSION 45.15.0.1... 3 FIRMWARE VERSION 45.14.0.23... 5 FIRMWARE VERSION 45.14.0.22... 12 2/12 FIRMWARE VERSION

More information

Overview of SIP. Information About SIP. SIP Capabilities. This chapter provides an overview of the Session Initiation Protocol (SIP).

Overview of SIP. Information About SIP. SIP Capabilities. This chapter provides an overview of the Session Initiation Protocol (SIP). This chapter provides an overview of the Session Initiation Protocol (SIP). Information About SIP, page 1 How SIP Works, page 4 How SIP Works with a Proxy Server, page 5 How SIP Works with a Redirect Server,

More information

Vision WebPartner User Manual for SIP phones. Vision 1.7 May 2018

Vision WebPartner User Manual for SIP phones. Vision 1.7 May 2018 Vision WebPartner User Manual for SIP phones Vision 1.7 May 2018 WebPartner User Manual for SIP phones Document No. 036 Version No. v1.7/0518/1 Copyright Splicecom Ltd Splicecom Ltd The Hall Business Centre,

More information

Configuring SIP Call-Transfer Features

Configuring SIP Call-Transfer Features Configuring SIP Call-Transfer Features Configuring SIP Call-Transfer Features Last Updated: May 05, 2011 This chapter describes how to configure SIP call-transfer features. It describes the following features:

More information

SmarterControl SCSIP FOR HS3

SmarterControl SCSIP FOR HS3 DOCUMENT VERSION 1.3 FOR SCSIP 1.5.9 AND ABOVE Creating Multi Menus, Pin number requests and call control all without any scripting knowledge. SmarterControl SCSIP 1.5.3.9 FOR HS3 Manual and Examples Duncan

More information

Standardizing Information and Communication Systems

Standardizing Information and Communication Systems Standard ECMA-178 3rd Edition - December 2001 Standardizing Information and Communication Systems Private Integrated Services Network (PISN) - Inter-Exchange Signalling Protocol - Call Transfer Supplementary

More information

Session Initiation Protocol (SIP)

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

More information

NetCall Digital Telephone Features Manual Last Update: July 11, 2013

NetCall Digital Telephone Features Manual Last Update: July 11, 2013 NetCall Digital Telephone Features Manual Last Update: July 11, 2013 Table of Contents Introduction... 2 Calling Features Call Display. 3 Call Waiting. 3 Voicemail. 4 Call Return.. 5 3-Way Calling....

More information

UCM6102/6104/6108/6116 Configuration

UCM6102/6104/6108/6116 Configuration UCM6102/6104/6108/6116 Configuration This document introduces manual configuration steps performed for interoperability testing between AccessLine and Grandstream UCM6102/6104/6108/6116. Configuration

More information

The auto dialer can add end code # automatically after the destination number

The auto dialer can add end code # automatically after the destination number User Manual for TD105 Part I: Features: 1. Stackable Design 2. Great capacity: TD105 can store up to 8 groups of 62-digit calling card numbers. 3. Compatible: Both prepaid calling card and postpaid call

More information

SIP Proxy Primary/Backup Function and Configuration Description

SIP Proxy Primary/Backup Function and Configuration Description SIP Proxy Primary/Backup Function and Configuration Description Version: Release date: Contents Contents... 1 1 Introduction... 2 1.1 Proxy Primary/Backup... 2 1.2 Terms... 2 2 SIP Proxy

More information

The search being performed may take a significant time so a forking proxy must send a 100 Trying response.

The search being performed may take a significant time so a forking proxy must send a 100 Trying response. SIP Response Codes Article Number: 178 Rating: Unrated Last Updated: Wed, Nov 15, 2017 at 2:31 PM SIP Response Codes 1xx Provisional Responses 100 Trying Extended The search being performed may take a

More information

Configuring SIP Call-Transfer Features

Configuring SIP Call-Transfer Features This chapter describes how to configure SIP call-transfer features. It describes the following features: SIP - Call Transfer Using Refer Method SIP - Call Transfer Enhancements Using Refer Method SIP Transfer

More information

Department of Computer Science. Burapha University 6 SIP (I)

Department of Computer Science. Burapha University 6 SIP (I) Burapha University ก Department of Computer Science 6 SIP (I) Functionalities of SIP Network elements that might be used in the SIP network Structure of Request and Response SIP messages Other important

More information

Q.699 (09/97) Interworking between ISDN access and non-isdn access over ISDN User Part of Signalling System No. 7

Q.699 (09/97) Interworking between ISDN access and non-isdn access over ISDN User Part of Signalling System No. 7 INTERNATIONAL TELECOMMUNICATION UNION TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU Q.699 (09/97) SERIES Q: SWITCHING AND SIGNALLING Interworking of Signalling Systems Interworking between Digital Subscriber

More information

Call Forwarding Busy Line Fixed Allows you to redirect calls to another telephone number when your telephone line is busy.

Call Forwarding Busy Line Fixed Allows you to redirect calls to another telephone number when your telephone line is busy. Calling Features User Guide Call Forwarding Busy Line Fixed Allows you to redirect calls to another telephone number when your telephone line is busy. 2. Press *90 3. When you hear the interrupted dial

More information

Version: epbxum_

Version: epbxum_ epbx-100a-128 User s Manual Version: epbxum_128.300 CH1. Overview 5 1.1 Specifications 5 1.2 Hardware Overview 7 1.2.1 Front Panel and LED Indication...7 1.2.2 Back Panel...8 CH2. Start to configure epbx-100a-128

More information

Nortel Media Application Server 6.0 for AS 5300 Troubleshooting and Fault Management NN

Nortel Media Application Server 6.0 for AS 5300 Troubleshooting and Fault Management NN Troubleshooting and Fault Management NN44470-700 Document status: Standard Document issue: 01.01 Document date: 26 May 2008 Product release: Release 6.0 Job function: Fault and Performance Management Type:

More information

Standardizing Information and Communication Systems

Standardizing Information and Communication Systems Standard ECMA-178 2nd Edition - September 1997 Standardizing Information and Communication Systems Private Integrated Services Network (PISN) - Inter-Exchange Signalling Protocol - Call Transfer Supplementary

More information

Overview of the Session Initiation Protocol

Overview of the Session Initiation Protocol CHAPTER 1 This chapter provides an overview of SIP. It includes the following sections: Introduction to SIP, page 1-1 Components of SIP, page 1-2 How SIP Works, page 1-3 SIP Versus H.323, page 1-8 Introduction

More information

The Interworking of IP Telephony with Legacy Networks

The Interworking of IP Telephony with Legacy Networks The Interworking of IP Telephony with Legacy Networks Yang Qiu Valmio 0/ 0080 Helsinki Yang.Qiu@nokia.com Abstract This document describes the Interworking of IP Telephony networks with legacy networks.

More information

Mapping between ISUP and SIP

Mapping between ISUP and SIP Internet Engineering Task Force INTERNET-DRAFT draft-xxxx-isup-00.ps Mapping between ISUP and SIP MMUSIC WG Schulzrinne/Kang Columbia U./Bell Atlantic September 22, 1998 Expires: January 1999 Status of

More information

DIGITAL PHONE USER GUIDE

DIGITAL PHONE USER GUIDE DIGITAL PHONE USER GUIDE 1.800.952.1001 (NH/ME) 1.800.633.8578 (PA) 1.877.959.4862 (MD) 1.877.952.4863 (VA) Atlanticbb.com All Rights Reserved The use, disclosure, modification, transfer or transmittal

More information

Version 1.2, 28 February Far South Networks

Version 1.2, 28 February Far South Networks COM.X IP PBX END USER GUIDE Version 1.2, 28 February 2014 Document History Version Date Description of Changes 1.0 10/01/01 First release 1.1 10/10/08 Added instructions for remote voice mailbox access,

More information

Version 1.2, 28 February Far South Networks

Version 1.2, 28 February Far South Networks COM.X IP PBX END USER GUIDE Version 1.2, 28 February 2014 Document History Version Date Description of Changes 1.0 10/01/01 First release 1.1 10/10/08 Added instructions for remote voice mailbox access,

More information

This sequence diagram was generated with EventStudio System Designer (

This sequence diagram was generated with EventStudio System Designer ( This call flow covers the handling of a CS network originated call with ISUP. In the diagram the MGCF requests seizure of the IM CN subsystem side termination and CS network side bearer termination. When

More information

TELUS Voice Mail User Guide

TELUS Voice Mail User Guide TELUS Voice Mail User Guide Welcome to TELUS Voice Mail Service. This guide will get you up and running and help you understand the features of this service. Getting Started Use the following keys when

More information

SIP Session Initiation Protocol

SIP Session Initiation Protocol Session Initiation Protocol ITS 441 - VoIP; 2009 P. Campbell, H.Kruse HTTP Hypertext Transfer Protocol For transfer of web pages encoded in html: Hypertext Markup Language Our interest: primarily as model

More information

Standardizing Information and Communication Systems

Standardizing Information and Communication Systems Standard ECMA-143 4th Edition - December 2001 Standardizing Information and Communication Systems Private Integrated Services Network (PISN) - Circuit Mode Bearer Services - Inter-Exchange Signalling Procedures

More information

Dialogic 1000 and 2000 Media Gateway Series

Dialogic 1000 and 2000 Media Gateway Series Dialogic 1000 and 2000 Media Gateway Series SIP Compliance (5.1) March 2008 05-2634-001 www.dialogic.com Copyright Notice and Legal Disclaimer Copyright 2007-2008 Dialogic Corporation. All Rights Reserved.

More information

Rev CUCM Mobility. c cnac o okbook.com

Rev CUCM Mobility. c cnac o okbook.com Rev. 20170424.065954 12. CUCM Mobility c cnac o okbook.com C U C M M O B I L I T Y F E A T U R E S Mobile Connect (AKA Single Number Reach) All devices configured for mobile connect ring at the same time.

More information

CenturyLink Calling Features User Guide

CenturyLink Calling Features User Guide CenturyLink Calling Features User Guide Table of Contents Page Caller ID 1 Know who s calling before you pick up the phone. Call Waiting 2 Never miss an important call. Call Waiting ID 3 Know who s calling

More information

Press8 Telecom Administrator Guide Release 3.9

Press8 Telecom Administrator Guide Release 3.9 Press8 Telecom Administrator Guide Release 3.9 February 2013 Press8 Telecom Administrator Guide 1 Contents Changes in This Release... 5 1 Introduction... 6 1.1 The Purpose of this Document... 6 1.2 Features...

More information

Quick Guide to TraiTel Outbound IVR. Traitel Telecommunications Ltd 2012 Telephone: (61) (2) Page 1

Quick Guide to TraiTel Outbound IVR. Traitel Telecommunications Ltd 2012 Telephone: (61) (2) Page 1 Quick Guide to TraiTel Outbound IVR Page 1 Quick Guide to TraiTel Outbound IVR The TraiTel IVR system is designed to be easy to set up for people with basic computer knowledge. TraiTel has a team of technical

More information

MyPBX U500/MyPBX U510/MyPBX U520 Extension User s Guide

MyPBX U500/MyPBX U510/MyPBX U520 Extension User s Guide MyPBX U500/MyPBX U510/MyPBX U520 Extension User s Guide Version: V1.1 Yeastar Technology Co., Ltd. Date: 9 th Aug 2013 Yeastar Technology Co., Ltd.(www.yeastar.com) 1/9 Contents MyPBX U5XX Extension User

More information

Arrival Universal Voice Mail Instructions

Arrival Universal Voice Mail Instructions Arrival Universal Voice Mail Instructions Accessing Voice Mail From Your Desk Phone. Dial your mailbox number.. During the greeting press.. Enter your password.. Press. From Another User s Desk Phone.

More information

Configuring SIP Call-Transfer Features

Configuring SIP Call-Transfer Features Configuring SIP Call-Transfer Features This chapter describes how to configure SIP call-transfer features. It describes the following features: SIP - Call Transfer Using Refer Method SIP - Call Transfer

More information

Calling Features: *** Denotes services that come with your basic package.

Calling Features: *** Denotes services that come with your basic package. Calling Features: *** Denotes services that come with your basic package. Call Forwarding Services: ($8.95/mo. to include All Call Forwarding Services) Unconditional Call Forwarding: o This service forwards

More information

BT SIP Trunk Configuration Guide

BT SIP Trunk Configuration Guide CUCM 9.1 BT SIP Trunk Configuration Guide This document covers service specific configuration required for interoperability with the BT SIP Trunk service. Anything which could be considered as normal CUCM

More information

Configuring SIP Registration Proxy on Cisco UBE

Configuring SIP Registration Proxy on Cisco UBE The Support for SIP Registration Proxy on Cisco UBE feature provides support for sending outbound registrations from Cisco Unified Border Element (UBE) based on incoming registrations. This feature enables

More information

Standardizing Information and Communication Systems

Standardizing Information and Communication Systems Standard ECMA-143 3rd Edition - June 1997 Standardizing Information and Communication Systems Private Integrated Services Network (PISN) - Circuit Mode Bearer Services - Inter-Exchange Signalling Procedures

More information

Multimedia Communication

Multimedia Communication Multimedia Communication Session Description Protocol SDP Session Announcement Protocol SAP Realtime Streaming Protocol RTSP Session Initiation Protocol - SIP Dr. Andreas Kassler Slide 1 SDP Slide 2 SDP

More information

Tenor S108 Maintenance Release Notes

Tenor S108 Maintenance Release Notes Tenor S108 Maintenance Release Notes Copyright 2018 Sonus Networks. All rights reserved. Page 1 Tenor Survivable SIP Gateway (SSG) S108 Maintenance Release Notes This document lists all software fixes

More information

1.4 Receiving Calls. Receiving Calls Operations. PT and SLT. or INTERCOM

1.4 Receiving Calls. Receiving Calls Operations. PT and SLT. or INTERCOM 1.4 Receiving Calls Receiving Calls and CO or INTERCOM SP-PHONE. Press a rapidly flashing line key or INTERCOM. The line key or INTERCOM indicator light turns steady green. There are 3 types of Line Preference

More information

Phone template. Add phones to database. Procedure

Phone template. Add phones to database. Procedure Cisco Unified Communications Manager Bulk Administration (BAT) gives the administrator a fast and efficient way to add, update, or delete large numbers of phones in batches, rather than performing individual

More information

Figure 4-1. A Scenario of SIP outgoing calls in Vigor 3300V

Figure 4-1. A Scenario of SIP outgoing calls in Vigor 3300V 4. SIP Call, Proxy, Outbound Proxy and Domain This chapter shows how SIP Proxy, Outbound Proxy and Domain work in a SIP outgoing call. This chapter is divided into the following sections, Section 4.1:

More information

3GPP TS V ( )

3GPP TS V ( ) TS 24.008 V3.20.0 (2005-12) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network; Mobile radio interface layer 3 specification; Core Network Protocols;

More information

ETSI TS V2.1.1 ( ) Technical Specification

ETSI TS V2.1.1 ( ) Technical Specification TS 186 021-2 V2.1.1 (2009-07) Technical Specification Telecommunications and Internet converged Services and Protocols for Advanced Networking (TISPAN); PSTN/ISDN simulation services; Completion of Communications

More information

Contact Center. Installation, Configuration and Operation Manual

Contact Center. Installation, Configuration and Operation Manual Contact Center Installation, Configuration and Operation Manual Contents 1. Introduction... 3 2. Key Terms and Definitions... 4 3. How the Contact Center Works... 5 4. Installing the Contact Center...

More information

Configuring SIP Support for Hookflash

Configuring SIP Support for Hookflash Configuring SIP Support for Hookflash Last Updated: September 28, 2012 This chapter contains information about the SIP Support for Hookflash feature that allows you to configure IP Centrex supplementary

More information

SERIES Q: SWITCHING AND SIGNALLING Signalling requirements and protocols for the NGN Service and session control protocols supplementary services

SERIES Q: SWITCHING AND SIGNALLING Signalling requirements and protocols for the NGN Service and session control protocols supplementary services International Telecommunication Union ITU-T Q.3613 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU (05/2012) SERIES Q: SWITCHING AND SIGNALLING Signalling requirements and protocols for the NGN Service

More information

SIP ATA Interoperability Test Case

SIP ATA Interoperability Test Case SIP ATA Interoperability Test Case 1 Document Revision Prepared by Review By Approve By Rajesh Naidu KK Han/Jason Su Jacky Duweihua Issue Details Date Author 1.0 Initial Draft 26/4/2012 Rajesh Naidu 1.1

More information

Voice Mail Systems Ascotel IntelliGate User s Guide. Ascotel IntelliGate Telecommunication Systems

Voice Mail Systems Ascotel IntelliGate User s Guide. Ascotel IntelliGate Telecommunication Systems Voice Mail Systems Ascotel IntelliGate User s Guide Ascotel IntelliGate Telecommunication Systems About this document This user's guide is valid as of I6.6 integrated Standard Voice Mail System Ascotel

More information

IP TELEPHONY Quick Reference Guide

IP TELEPHONY Quick Reference Guide Feature Access Codes for BROADCONNECT IP TELEPHONY Quick Reference Guide 1 *34Advice of Charge Activation The Advice of Charge service is responsible for gathering and generating the advice of charge information

More information

Nortel Networks Integrated Call Director

Nortel Networks Integrated Call Director Title page Nortel Networks Communication Server 1000 Release 4.0 Nortel Networks Integrated Call Director User Guide Revision history Revision history July 2004 Standard 1.00. This document is issued

More information

Rev

Rev Rev. 2.8.1 Copyright Notice Copyright 2010-2017 Telinta Inc. No part of this document may be reproduced or transmitted in any form or by any means, electronic or mechanical, for any purpose, without the

More information

Calling Feature Guide

Calling Feature Guide Calling Feature Guide Contents Automatic Call Back *66... 1 Automatic Recall *69... 1 Call Forwarding... 2 Call Forward Busy... 2 Call Forward No Answer... 3 Call Waiting... 3 Caller ID... 4 Caller ID

More information

Virtual IPPBX Administration Guide

Virtual IPPBX Administration Guide Virtual IPPBX Administration Guide 2008-2013 2008-2013 VIGIL INC LTD, Hong Kong 1 1. Introduction Virtual IPPBX Administrator Guide Virtual IPPBX system is a scalable telephony solution featuring a range

More information

The main purpose of this release is improving voice quality and addressing stability issues observed in previous releases.

The main purpose of this release is improving voice quality and addressing stability issues observed in previous releases. GRANDSTREAM NETWORKS Firmware Version: 1.3.4.9 Name of Product: GXW 410X Date: November 12, 2009 SUMMARY OF UPDATES The main purpose of this release is improving voice quality and addressing stability

More information

Conference Now. Conference Now Overview. Conference Now Prerequisites

Conference Now. Conference Now Overview. Conference Now Prerequisites Overview, page 1 Prerequisites, page 1 Task Flow, page 2 Interactions and Restrictions, page 6 Overview The feature allows both external and internal callers to join a conference by dialing a IVR Directory

More information

UCM6100 Series IP PBX Firmware Release Note

UCM6100 Series IP PBX Firmware Release Note UCM6100 Series IP PBX Firmware Release Note Table of Content FIRMWARE VERSION 1.0.10.39... 2 PRODUCT NAME... 2 DATE... 2 IMPORTANT UPGRADING NOTE... 2 UPGRADING INSTRUCTIONS... 2 CHANGES SINCE FIRMWARE

More information

User guide. MiCloud Office user web

User guide. MiCloud Office user web User guide MiCloud Office user web User guide: MiCloud Office user web Copyright 2004-2014 Mitel Communications AB Revision: 4.3.4520 User guide Table of Contents 1. MiCloud overview... 1 1.1. Home...

More information

The ETSI Register of supplementary service codes

The ETSI Register of supplementary service codes The ETSI Register of supplementary service codes Abbreviated dialling, Packet selection 50 Short code dialling Abbreviated dialling is the possibility for a subscriber to make a call by sending a short

More information