CCS Trace Commands

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 58

SX-2000/3300 ICP

CCS Trace

Issue 1 - 21 March, 2003

NOTICE
The information contained in this document is believed to be accurate in all respects but is not warranted by Mitel Corporation (Mitel ). The information is subject to change without notice and should not be construed in any way as a commitment by Mitel or any of its affiliates or subsidiaries. Mitel and its affiliates and subsidiaries assume no responsibility for any errors or omissions in this document. Revisions of this document or new editions of it may be issued to incorporate such changes. Nothing in this document may be reproduced in any manner, either wholly or in part for any use whatsoever, without written permission from Mitel Corporation.

TRADEMARKS
Mitel design is a registered trademark of Mitel Corporation. MediaPath is a trademark of Mitel Corporation. Microsoft is a registered trademark of Microsoft Corporation. Windows, Windows 95, Windows NT, Microsoft Exchange and, Microsoft BackOffice and SBS are trademarks of Microsoft Corporation.

FURTHER INFORMATION
Further information on Mitel Training courses may be found on the World Wide Web at;

www.mitel.com/uktraining

, , Trademark of Mitel Corporation. Copyright 1999, Mitel Corporation. All rights reserved. Printed in the United Kingdom

MITEL

Product Training

Document Number MTC XXXxx Issue 1 - 21 March, 2003

Mitel Telecom Ltd Mitel Business Park Portskewett Monmouthshire NP26 5YR Telephone: +(44) (0) 1291 430000 Fax: +(44) (0) 1291 430400

http://www.mitel.com

Table of Contents
CCS Trace Command.................................................................................................................... 4 CCS Trace Examples .................................................................................................................... 5 Normally Connected Call............................................................................................................ 5 Call Not Connected .................................................................................................................... 9 Examples of other calls .............................................................................................................. 9 Explanation of CCS Terms .......................................................................................................... 11 CODING OF SUPPLEMENTARY INFORMATION STRING IDENTIFIERS................................ 14 CODING OF SUPPLEMENTARY INFORMATION STRING PARAMETERS ............................. 31 TABLE OF CLEARING/REJECTION CAUSE CODES (CRM/CIM) ......................................... 53

Page - i

CCS Trace Command

SX-2000/3300 ICP CCS Trace

CCS Trace Command


The CCS Trace command is used to interrogate the status of a Common Channel Signalling link and provides an analysis of any Common Channel Signalling messaging. The CCS Trace command is entered from the Maintenance Terminal as follows: CCS TRACE ENABLE CCS Trace is enabled, monitoring the Signalling Channel. To view the results you must first disable CCS Trace and then us the CCS Trace show output command. CCS TRACE DISABLE CCS Trace is disabled, monitoring stops. CCS TRACE SHOW OUTPUT The results of the CCS Trace are displayed on the screen. CCS TRACE ENABLE CONTINUOUS CCS Trace is enabled and continuously monitors the signalling channel, results are displayed in real time on the screen. CCS TRACE SHOW CONTEXT Displays which channels are active for CCS tracing. CCS TRACE SET CONTEXT <PLID> Activates the specific channel for testing. CCS TRACE SET CONTEXT VIRTUAL <PLID> Activates the specific virtual channel for testing. CCS TRACE CLEAR CONTINUOUS Resets channels to ALL for tracing.

Page - 4

CCS Trace Command

CCS Trace Examples


The following examples are typical of calls on DPNSS links between two SX-2000s. They do not show all the possible combinations of call types, call terminations (rejected calls etc) because of the amount of information that is presented. You should refer to the BTNR 188 documents in the Appendices for complete information.

Normally Connected Call


Normal call from 822300 D.Sykes to 832400 G.Rodgers. 832400 answered and hung up. PABX A PABX B

ISRM SSRM NAM CCM Conversation on Channel CRM/CIM CRM/CIM

Actual CCS Trace RO130 DPN 2B ISRM_C ;10;*1*1#*50*822300#*100*D.Sykes#*19*Z#832400 RI130 DPN 20 NAM RI130 DPN 1 CCM RI130 DPN 2 CRM/CIM ;30; Explanation of trace: First line RO130 DPN 2B ISRM_C ;10;*1*1#*50*822300#*100*D.Sykes#*19*Z#832400
1 2 3 4 5 6 7 8 9 10

*1*1#*50*832400#*100*G.Rodgers#

Page - 5

SX-2000/3300 ICP CCS Trace


1 - RO130 This is a Real Call (R), Outgoing (O) and B Channel 130 was used. 2 - DPN DPNSS protocol used. DAS would mean DASSII. Note, on the SX-2000 and 3300 ICP Euro ISDN PRI calls will show as DPN. 3 2B Length of the message in hexadecimal 4 - ISRM_C Initial Service Request Message Complete. This is the information about the call sent from A to B. C (Complete) means it is less than 45 characters. There will be no more ISRMs sent. If the message is longer than 45 characters there will be an ISRM_I (incomplete) instead which will be followed by SSRM_C Supplementary Service Request Message Complete or an SSRM_I until the message has been sent. 5 - ;10; Service Indicator Code. The semicolons enclosing the number means it is a binary encoded message. The value 10 means speech. Other values could be A0 for 64K data. 6 - *1*1# Supplementary Information String Identifier (SIS). The * shows the beginning of the string, 1 is the value. It is normally followed by a # to indicate the end. In this case it is followed by another * meaning the String has a Parameter. The section BTNR 188 Supplementary Information String Identifiers gives a full list of the strings and section BTNR 188 Coding of Supplementary Information String Parameters gives information about the Parameters. In this example, the first *1 String means Calling/Called Line Category = Ordinary, in other words a normal extension call. The parameter is the Service Marking showing 1 = PSTN Barred (the calling extension is barred from dialling the PSTN). Below are extracts from both BTNR documents showing the String Identifier value 1 and Parameter Service Marking value 1 = PSTN barred.
BTNR 188 Supplementary Information String Identifiers IDENTIFIER CODE 1 CLC-ORD MNEMONIC SUPPLEMENTARY INFORMATION STRING NAME PARAMETER FIRST USE SECTION CALLING/CALLED LINE CATEGORY - ORDINARY SERVICE MARKING 6

BTNR 188 Coding of Supplementary Information String Parameters SERVICE MARKING The Service Marking Parameter supplements the Calling or Called Line Category. It comprises a single IA5 character allocated as follows: 1 = PSTN BARRED 2 = EMERGENCY TELEPHONE 3 = HUNT GROUP

Page - 6

CCS Trace Command


4 = DISTRIBUTED GROUP 5 = UNABLE TO INITIATE CLEARING AFTER ANSWER (Note)

7 - *50*822300# Second Supplementary Information String Identifier. *50 is the Identifier (* marks the beginning). There is no # but another * indicating a string parameter follows. 50 means Originating Line Identity/Called Line Identity (from BTNR 188 Supplementary Information String Identifiers). The string parameter 822300 is the extension number of the calling party. So this basically means that 822300 made the call. 8 - *100*D.Sykes# Third Supplementary Information String Identifier (again with * at the beginning, the second * shows a string parameter follows). 100 means Text Display and the parameter (D.Sykes) is the text value, in this case the name on calling extension 822300. 9 *19*Z# Fourth Supplementary Information String Identifier (again with * at the beginning, the second * shows a string parameter follows). 19 means loop avoidance and the parameter is either Number of further alternative routes or Number of further transits. From the Coding of Supplementary String Parameters the value Z indicates 25. In other words a further 25 hops (26 is the maximum allowed). The hops can be set in the SX-2000/3300 trunk programming. This value shows it is has not been changed from default. 832400 Destination Address. There are no more Supplemental String Identifiers (they would be shown with a * prefix) so the final information is the Called Party, in this case extension 822401. Second Line RI130 DPN 20 NAM *1*1#*50*832400#*100*G.Rodgers#
1 2 3 4 5 6 7

1 - RI130 This is a Real Call (R), Incoming (I) and B Channel 130 was used. 2 - DPN DPNSS protocol used. 3 - 20 Length of the message in hexadecimal 4 - NAM Number Acknowledge Message. The called number is available. If the phone was not available (busy, or no answer or invalid number dialled) there would be no NAM. Page - 7

SX-2000/3300 ICP CCS Trace


5 - *1*1# First Supplementary Information String Identifier. 1 means Calling/Called Line Category = Ordinary, in other words a normal extension call. The second *1 means calling party is barred PSTN calls 6 - *50*832400# Second Supplementary Information String Identifier. 50 means Originating Line Identity/Called Line Identity. The string parameter 832400 is the extension number of the called party. 7 - *100*G.Rodgers# Third Supplementary Information String. 100 means Text Display and the parameter (G.ROGERS) is the text value, in this case the name on extension 812401. Third Line RI130 DPN 1 CCM
1 2 3 4

1 - RI130 This is a Real Call (R), Incoming (I) and B Channel 130 was used. 2 - DPN DPNSS protocol used. 3 - 1 Length of the message in hexadecimal 4 CCM Call Connect Message. The phone answered. Fourth Line RI130 DPN 2 CRM/CIM ;30;
1 2 3 4

1 RO130 This is a Real Call (R), Outgoing (O) and B Channel 130 was used. 2 - DPN DPNSS protocol used. 3 - 2 Length of the message in hexadecimal 4 CRM/CIM;30; Clear Request Message/Clear Information Message. PABX A has cleared down the call. String 30 indicates a normal clear down (see BTNR 188 Table Of Clearing/Rejection Cause Codes (CRM/CIM) under the column Hex Value. Value 30H (H for Hex) is a normal clear down. Note that for single values in the CCS Trace (e.g. 4) will be shown as 04H.

Page - 8

CCS Trace Command Call Not Connected


Normal call from 822300 D.Sykes to 832400 G.Rodgers. 832400 did not answer and 822300 hung up.

PABX A SSRM ISRM

PABX B

CRM/CIM CRM/CIM

Actual CCS Trace RO130 DPN 2B ISRM_C ;10;*1*1#*50*822300#*100*D.Sykes#*19*Z#832400 RI130 DPN 20 NAM *1*1#*50*832400#*100*G.Rodgers# RO130 DPN 2 CRM/CIM ;30; RI130 DPN 2 CRM/CIM ;30; Explanation of trace: The first two lines are the same as the first example showing the calling and called extension. Extension 832400 does not answer so there is no CCM message. Extension 822300 (PABX A) clears down the call followed by B.

Examples Of Other Call Types


822300 calls 832400 who is busy. 822300 hangs up.
14:21:31 RO130 DPN 2B ISRM_C ;10;*1*1#*50*822300#*100*D.Sykes#*19*Z#832400 14:21:31 RI130 DPN 2 CRM/CIM ;8;

822300 calls 832400 who is busy. 822300 sets a callback and hangs up. 832400 then hangs up and the callback matures. 822300 answers and call completes
14:24:04 RO130 DPN 2B ISRM_C ;10;*1*1#*50*822300#*100*D.Sykes#*19*Z#832400 14:24:05 RI130 DPN 2 CRM/CIM ;8;

Page - 9

SX-2000/3300 ICP CCS Trace


14:24:06 VO130 DPN 2A ISRM_C ;10;*1*1#*50*822300#*100*D.Sykes#*10B#832400 14:24:06 VI130 DPN 16 CRM/CIM ;14;*65#*1*1#*50*832400# 14:24:15 VI132 DPN 2A ISRM_C ;10;*7#*50*832400#*100*G.Rodgers#*11B#822300 14:24:15 VO132 DPN 6 CRM/CIM ;14;*66# 14:24:15 RO130 DPN 2A ISRM_I ;10;*1*1#*50*822300#*100*D.Sykes#*19*Z#*12B# 14:24:15 RO130 DPN 7 SSRM_C 832400 14:24:15 VI132 DPN 6 CRM/CIM ;14;*66# 14:24:16 RI130 DPN 29 NAM *1*1#*50*832400#*166*4 6#*100*G.Rodgers# 14:24:17 RO130 DPN 6 EEM_C *14B# 14:24:17 RI130 DPN 6 EEM_C *15B# 14:24:22 RI130 DPN 1 CCM 14:24:24 RI130 DPN 2 CRM/CIM ;30;

822300 calls 832400 who answers and then transfers the call to 822402 (supervised and then releases). 832402 then clears down.
14:29:19 RO130 DPN 2B ISRM_C ;10;*1*1#*50*822300#*100*D.Sykes#*19*Z#832400 14:29:19 RI130 DPN 20 NAM *1*1#*50*832400#*100*G.Rodgers# 14:29:22 RI130 DPN 1 CCM 14:29:24 RI130 DPN 6 EEM_C *60B# 14:29:24 RO130 DPN 5 EEM_C *55# 14:29:30 RI130 DPN B EEM_C *82*T#*61# 14:29:30 RO130 DPN 1E EEM_C *1*1#*50*822300#*100*D.Sykes# 14:29:30 RI130 DPN 1D EEM_C *1*1#*50*832402#*100*J.Kirk# 14:29:33 RI130 DPN 2 CRM/CIM ;30;

822300 calls 832400 who answers and then transfers the call to 822402 (unsupervised, releases before 832402 answers). 832402 then clears down.
14:30:27 RO130 DPN 2B ISRM_C 10;*1*1#*50*822300#*100*D.Sykes#*19*Z#832400 14:30:27 RI130 DPN 20 NAM *1*1#*50*832400#*100*G.Rodgers# 14:30:31 RI130 DPN 1 CCM 14:30:33 RI130 DPN 6 EEM_C *60B# 14:30:33 RO130 DPN 5 EEM_C *55# 14:30:37 RI130 DPN B EEM_C *82*T#*61# 14:30:37 RO130 DPN 1E EEM_C *1*1#*50*822300#*100*D.Sykes# 14:30:37 RI130 DPN 21 EEM_C *1*1#*50*832402#*100*J.Kirk#*66# 14:30:41 RI130 DPN 1 CCM 14:30:42 RI130 DPN 2 CRM/CIM ;30;

822300 calls 832400 who answers and then transfers the call to 822402 (unsupervised, releases before 832402 answers). 832402 does not answer, call returns to 832400 who answers and clears down.
14:31:49 RO130 DPN 2B ISRM_C ;10;*1*1#*50*822300#*100*D.Sykes#*19*Z#832400 14:31:50 RI130 DPN 20 NAM *1*1#*50*832400#*100*G.Rodgers# 14:31:54 RI130 DPN 1 CCM 14:31:55 RI130 DPN 6 EEM_C *60B# 14:31:55 RO130 DPN 5 EEM_C *55# 14:31:59 RI130 DPN B EEM_C *82*T#*61# 14:31:59 RO130 DPN 1E EEM_C *1*1#*50*822300#*100*D.Sykes# 14:31:59 RI130 DPN 21 EEM_C *1*1#*50*832402#*100*J.Kirk#*66# 14:32:32 RI130 DPN 5 EEM_C *66# 14:32:34 RI130 DPN 20 CCM *1*1#*50*832400#*100*G.Rodgers# 14:32:38 RI130 DPN 2 CRM/CIM ;30;

System 1 (extension 812300) calls System 3 (extension 832400). The call transits System 2 where this trace is being made. Normal call, extension 832400 answers and clears down.
14:34:01 RI100 DPN 26 ISRM_C ;10;*1#*50*812300#*100*Russ#*19*Z#832400 14:34:01 RO130 DPN 26 ISRM_C ;10;*1#*50*812300#*100*Russ#*19*Y#832400

Page - 10

CCS Trace Command


14:34:01 RI130 DPN 20 NAM *1*1#*50*832400#*100*G.Rodgers# 14:34:01 RO100 DPN 20 NAM *1*1#*50*832400#*100*G.Rodgers# 14:34:10 RI130 DPN 1 CCM 14:34:10 RO100 DPN 1 CCM 14:34:11 RI130 DPN 2 CRM/CIM ;30; 14:34:11 RO100 DPN 2 CRM/CIM ;30; 14:34:11 RI100 DPN 2 CRM/CIM ;30;

822300 calls 832498 (non-existant number). Gets NU tone, and hangs up


14:27:02 RO130 DPN 2B ISRM_C ;10;*1*1#*50*822300#*100*D.Sykes#*19*Z#832498 14:27:02 RI130 DPN 2 CRM/CIM ;0;

Explanation of CCS Trace Terms


Abbreviation CCM CIM CRM ISRM(C) Type Code 0101 1000 1000 0000 Message CALL CONNECTED MESSAGE - indicates to the originating PBX that call has been connected CLEAR INDICATION MESSAGE - acknowledges CRM confirming traffic channel free. CLEAR REQUEST MESSAGE - initiates the call clearing sequence. Always provides reason for clearing. INITIAL SERVICE REQUEST MESSAGE (COMPLETE) - defines call type and destination address Message length >45 characters. ISRM(C) will not be followed by any subsequent request messages. INITIAL SERVICE REQUEST MESSAGE (INCOMPLETE) - replaces ISRM(C) when initial message exceeds 45 characters or when the required information is not available. ISRM(I) is likely to be followed by Supplementary Service Request Message(s) NUMBER ACKNOWLEDGEMENT MESSAGE - confirms receipt of sufficient digits to process call. May be qualified with further info (e.g. Divert On Busy to .. etc) NETWORK INFORMATION MESSAGE - provides the originating PBX with notification of the call routing progress. If sent this message always precedes NAM RECALL MESSAGE (COMPLETE) - used to establish a second call (eg Enquiry/Conf) via the same traffic channel as an existing call. Not supported by Plessey ISDX. RECALL MESSAGE (INCOMPLETE) - replaces RM(C) in same way that ISRM(I) replaces ISRM(C). Likely to be followed by at least one SSRM. Not supported by Plessey ISDX. RECALL REJECTION MESSAGE - indicates failure of recall request. Reason for rejection also given. SUPPLEMENTARY REQUEST MESSAGE (COMPLETE) - concludes service request by providing all the info. Additional to ISRM(I) SUPPLEMENTARY REQUEST MESSAGE (INCOMPLETE) - replaces SSRM(C) when initial message exceeds 45 characters or when the required information is not available. SSRM(I) is likely to be Page - 11

ISRM(I)

0001

NAM NIM RM(C)

1001 0110 0010

RM(I)

0011

RRM SSRM(C) SSRM(I)

1010 1100 1011

SX-2000/3300 ICP CCS Trace


Abbreviation Type Code Message followed by further Subsequent Request Message(s) Table 1 CCS Trace Call Control - Group Code 0000
Abbreviation EEM(C) Type Code 0010 Message END TO END MESSAGE (COMPLETE) - used to pass additional info about an established call to/from originating/terminating PABX. May be a self-contained message or at the end of EEM(I) messages. END TO END MESSAGE (INCOMPLETE) - replaces EEM(C) in the same way as ISRM(I) replaces ISRM(C). Sequence will continue with further EEMs concluding with EEM(C). END TO END REJECTION MESSAGE - message not yet defined. SWAP MESSAGE - used to request a change of mode on an established call (eg from voice to data). Same message used in reverse direction to acknowledge.

EEM(I) EERM SM

0011 0001 0000

Table 2 - CCS Trace End to End Messages - Group Code 0010

Page - 12

BTNR 188
Supplementary Information String Identifiers

SX-2000/3300 ICP CCS Trace

Supplementary Information String Identifiers


IDENTIFIER MNEMONIC CODE 1 2 3 NOTE 1 4 5 6 7 8 NOTE 2 9 10B 11B 12B 13B 14B 15B 16B CBWF-R CBWF-FN CBWF-CSUI CBWF-C RO CBC CALL BACK WHEN FREE -REQUEST CALL BACK WHEN FREE -FREE NOTIFICATION CALL BACK WHEN FREE -CALL SET-UP(IMMEDIATE) CALL BACK WHEN FREE -CANCEL RING OUT CALL BACK COMPLETE -CALL SET-UP(DELAYED) NOTE 1: In BTNR 189 and earlier issues of BTNR 188, IDENTIFIER CODE No 3 NONE NONE NONE 9 9 9 NONE 9 NONE 9 NONE 9 NONE 9 CLC-PSTN CLC-MF5 CLC-OP CLC-NET CLC-ORD CLC-DEC CLC-ISDN SUPPLEMENTARY INFORMATION STRING NAME CALLING/CALLED LINE CATEGORY - ORDINARY CATEGORY - DECADIC CALLING/CALLED LINE CATEGORY - PUBLIC ISDN CALLING/CALLED LINE CATEGORY - PSTN CALLING/CALLED LINE CATEGORY - SSMF5 CALLING/CALLED LINE CATEGORY - OPERATOR CALLING/CALLED LINE CATEGORY - NETWORK NONE 9 NONE 20 STATUS 6/189 PARAMETER FIRST USE SECTION SERVICE MARKING STATUS (1)STATUS (2)ISDN TYPE STATUS 6/189 6/189 NOTE 1 6

CBWF-CSUD CALL BACK WHEN FREE

was allocated to CLC-DASS2. The scope of this CLC has since been expanded to cover access to the public ISDN in general (see BTNR 189-I) and the CLC has consequently been renamed as CLC-ISDN. The Status Parameter has also been expanded to allow the additional optional Parameter "ISDN Type" to be used to Page - 14

BTNR 188 Supplementary Information String Identifiers


indicate the type of public ISDN interface encountered (see Subsection 3 of this Annex). NOTE 2: In BTNR 189, BTNR 189-I and earlier issues of BTNR 188, IDENTIFIER CODE No 8 was allocated to CLC-CONF (Calling Line Category - Conference). No Supplementary Service has ever been written incorporating this String; to avoid confusion this String has been withdrawn and IDENTIFIER CODE No 8 is now undefined. IDENTIFIER MNEMONIC SUPPLEMENTARY INFORMATION CODE 17B 18 CBWNU-R COS STRING NAME CALL BACK WHEN NEXT USEDREQUEST CLASS OF SERVICE (1)ROUTE RESTRICTION CLASS (2)CALL BARRING GROUP (3)FACILITY LIST CODE 19 LA LOOP AVOIDANCE (1)NUMBER OF FURTHER TRANSITS (2)NUMBER OF FURTHER ALTERNATIVE ROUTES 20 EI-PVR EXECUTIVE INTRUSION -PRIOR VALIDATION 21 El-R EXECUTIVE INTRUSION REQUEST -22B 23 IPL-R IPL INTRUSION PROTECTION LEVEL-REQUEST INTRUSION PROTECTION LEVEL INTRUSION PROTECTION LEVEL 10 INTRUSION CAPABILITY LEVEL INTRUSION CAPABILITY LEVEL NONE 10 10 10 37 16 NONE PARAMETER FIRST USE SECTION 31

Page - 15

SX-2000/3300 ICP CCS Trace


IDENTIFIER MNEMONIC SUPPLEMENTARY INFORMATION CODE 24B EI-C STRING NAME EXECUTIVE INTRUSIONCONVERT 25 26 27 28T 29 30B 31B 32 33B 34B 35B 36B 37F 38F 39F 40B 41B 42 43 44 EI-I CW Co SN-REQ HGF DIV-V DIV-FM DIV-BY DIV-CI DIV-CR DIV-CB DIV-CA DVG-I DVG-B DVG-R DVT-I DVT-B DVD-I DVD-B DVD-R INTRUDED CALL WAITING CALL OFFER SEND NEXT-REQUEST HUNT GROUP FORWARDED DIVERSION-VALIDATION DIVERSION-FOLLOW ME DIVERSION-BY PASS DIVERSION CANCEL - IMMEDIATE DIVERSION CANCEL - ON NO REPLY DIVERSION CANCEL ON BUSY DIVERSION CANCEL - ALL DIVERTING IMMEDIATE DIVERTING ON BUSY DIVERTING ON NO REPLY DIVERT IMMEDIATE DIVERT ON BUSY DIVERTED IMMEDIATE DIVERTED ON BUSY DIVERTED ON NO REPLY B PARTY ADDRESS B PARTY ADDRESS B PARTY ADDRESS C PARTY ADDRESS C PARTY ADDRESS C PARTY ADDRESS C PARTY ADDRESS C PARTY ADDRESS 11 11 11 11 11 11 11 11 NONE 11 NONE 11 NONE 11 INTRUSION CAPABILITY LEVEL NONE NONE NONE NONE NESTING LEVEL NONE C PARTY ADDRESS NONE NONE 11 11 11 11 10 17 14 6/189 16 PARAMETER FIRST USE SECTION 14

Page - 16

BTNR 188 Supplementary Information String Identifiers


IDENTIFIER MNEMONIC SUPPLEMENTARY INFORMATION CODE 45 46 47R 48I 49I 50 51 DVT-R SIC BSS-M BSS-P BSS-N OLI/CLI RTI STRING NAME DIVERT ON NO REPLY SERVICE INDICATOR CODE BEARER SERVICE SELECTION - Mandatory BEARER SERVICE SELECTION - Preferred BEARER SERVICE SELECTION - Notification ORIGINATING LINE IDENTITY /CALLED LINE IDENTITY ROUTING INFORMATION A/B PARTY ADDRESS (1)ROUTING INFORMATION (2)ISDN TYPE 52 53 54 55 56 57A 58 NOTE DVD-E REJ ACK SN D-SIC NSI DIVERTED-EXTERNALLY REJECT ACKNOWLEDGE SEND NEXT DASS 2-SERVICE INDICATOR CODE NON-SPECIFIED INFORMATION (1)NSI IDENTIFIER (2,3,ETC) AS DEFINED BY USER 59 60B 61 62 63 64B 65 66 OCP ORIGINALLY CALLED PARTY B-PARTY ADDRESS HOLD-REQ HOLD REQUEST RECON HDG CD-Q TEXT-M SOD-B SOD-F RECONNECTED HOLDING CALL DISTRIBUTION-QUEUE TEXT MESSAGE STATE OF DESTINATION-BUSY STATE OF DESTINATION-FREE NONE NONE NONE NONE TEXT NONE NONE 5 ANNEX 4 12 12 5 ANNEX 4 43 39 9 9 Page - 17 15 DIVERSION TYPE NONE NONE NONE SIC 12 10 6/189 16/189 11/189 6 6 SIC 18 SIC 18 C PARTY ADDRESS SIC SIC 7/189 18 PARAMETER FIRST USE SECTION 11

SX-2000/3300 ICP CCS Trace


IDENTIFIER MNEMONIC SUPPLEMENTARY INFORMATION CODE 67B 68 69B 70B 71B 72B 73B 74B 75B 76B 77B 78B 79 80 81F 82 83F 84H 85 86B 87 88H 89B 90 91B 92 93B CD-LINK DIV-RSI DIV-RSB DIV-RSR DIV-RCI DIV-RCB DIV-RCR DIV-RCA PASSW SPL TWP ENQ SCE TRFD SHTL COC TRFR CD-FN ICC AD-RQ AD-V AD-O ENH BAS CALL DISTRIBUTION-LINKED DIVERSION-REMOTE SET IMMEDIATE DIVERSION-REMOTE SET ON BUSY DIVERSION-REMOTE SET ON NO REPLY DIVERSION-REMOTE CANCEL IMMEDIATE DIVERSION-REMOTE CANCEL ON BUSY DIVERSION-REMOTE CANCEL ON NO REPLY DIVERSION-REMOTE CANCEL ALL PASSWORD SPLIT TWO PARTY ENQUIRY CALL SINGLE CHANNEL ENQUIRY TRANSFERRED SHUTTLE CONNECTED CALL TRANSFER CALL DISTRIBUTION-FREE NOTIFY INTERCOM CALL ADD-ON REQUEST ADD-ON VALIDATION ADDED-ON ENHANCED SSMF5 BASIC SSMF5 UNLINKED NONE NONE NONE NONE NONE NONE CALL INDEX 16 13 13 13 6/189 6/189 43 PASSWORD NONE CALL-DIR HC-CLC HC-CLC CALL-DIR NONE NONE NONE CALL INDEX 33 13 13 13 13 13 13 13 13 43 NONE 33 NONE 33 NONE 33 CALL INDEX C PARTY ADDRESS C PARTY ADDRESS C PARTY ADDRESS NONE 33 33 33 43 33 CD-DNQ STRING NAME CALL DISTRIBUTION-DO NOT QUEUE NONE PARAMETER FIRST USE SECTION 43

CD-UNLINK CALL DISTRIBUTION-

Page - 18

BTNR 188 Supplementary Information String Identifiers


IDENTIFIER MNEMONIC SUPPLEMENTARY INFORMATION CODE 94 95 96 97B 98 99 100 SNU SU RR-SNU CD-CSU IG-SNU IG-SU TEXT STRING NAME SIGNAL NOT UNDERSTOOD SERVICE UNAVAILABLE RECALL REJECTED SIGNAL NOT UNDERSTOOD CALL DISTRIBUTION-CALL SET UP IGNORED-SIGNAL NOT UNDERSTOOD IGNORED-SERVICE UNAVAILABLE TEXTUAL DISPLAY STRING ID LIST STRING ID LIST (1)TEXT (2)TEXT TYPE 101 102B 103B 104B 105B 106B 107J 108 109 110B SIM-A ACT DEACT TCS CHID FR-R PB-P PB-R DI ROP-R SIMULATED ANSWER ACTIVATE DEACTIVATE TRAFFIC-CHANNEL STATUS CHANNEL IDENTITY FORCED RELEASE - REQUEST PRIORITY BREAKDOWNPROTECTION PRIORITY BREAKDOWNREQUEST DEVICE IDENTITY ROUTE OPTIMISATION REQUEST 111H 112B 113 114 115B ROP-CSU ROP-CON DND DND-O DND-S ROUTE OPTIMISATION - CALL SET UP ROUTE OPTIMISATION - CONNECTED DO NOT DISTURB DO NOT DISTURB-OVERRIDE DO NOT DISTURB-SET SOD NONE NONE 32 32 34 Page - 19 NONE 19 DEVICE INDEX CALL REFERENCE NUMBER NONE 19 19 43 BCL 35 NONE NONE NONE CHANNEL STATUS CHANNEL NUMBER NONE BPL 38 35 27 6/189 27 27 27 16 18 5 ENHANCED STRING ID STRING ID ENHANCED STRING ID CALL INDEX 43 5 5 PARAMETER FIRST USE SECTION 5

SX-2000/3300 ICP CCS Trace


IDENTIFIER MNEMONIC SUPPLEMENTARY INFORMATION CODE 116B 117 118B 119 120 121 EST CDIV RDG RCF EXTENSION STATUS CALL CONTROLLED DIVERSION REDIRECTING REDIRECTING ON CALL FAILURE NONE NONE REASON FOR REDIRECTING (1)CLEARING CAUSE and (2)B PARTY ADDRESS 122H 123B 124B 125 126 127B 128A TOV-R TOV-V SER-R SER-C SER-E NS-N NS-DVT TAKEOVER REQUEST TAKEOVER VALIDATION SERIES CALL REQUEST SERIES CALL-CANCEL SERIES CALL-ESTABLISHMENT NIGHT SERVICE NOTIFICATION NIGHT SERVICE-DIVERT NONE NONE RECONNECT ADDRESS NONE NONE STATE OF OPERATOR (1) NIGHT SERVICE ADDRESS (2)PBX FLAG 129 130 131 132 133 134 135 NS-DVG NS-DVD NS-RDVT NS-RDVG NS-RDVD, NS-DA Q-INFO NIGHT SERVICE - DIVERTING NIGHT SERVICE - DIVERTED NIGHT SERVICE - REDIVERT NIGHT SERVICE - REDIVERTING NIGHT SERVICE - REDIVERTED NIGHT SERVICE - DEACTIVATED QUEUE INFORMATION (1) NUMBER OF CALLS & (2) NUMBER OF SERVERS Page - 20 16 C PARTY ADDRESS NONE 25 25 C PARTY ADDRESS C PARTY ADDRESS NONE 25 25 25 NONE 25 25 23 23 25 24 24 23 22 20 21 22 DND-C STRING NAME DO NOT DISTURB-CLEAR NONE PARAMETER FIRST USE SECTION 34

BTNR 188 Supplementary Information String Identifiers


IDENTIFIER MNEMONIC SUPPLEMENTARY INFORMATION CODE 136 137T 138 139 140 141 142 143 144 145 146 147 148 149 150 151B 152B 153 154 155B 156B 157A 158 159A 160 A13 A14 A12 A7 SSMF5 SIGNAL 'A-,131 SSMF5 SIGNAL IA-141 SSMF5 SIGNAL IA-121 SSMF5 SIGNAL 'A-71 BACK DVT SOD-I DVG SOD-REQ CBWF-CB NAE-DC SFI NAE-DI DRS DIVERT STATE OF DESTINATIONINDETERMINABLE DIVERTING REQUEST STATE OF DESTINATION CALL BACK WHEN FREE-CALL BACK REQUEST NETWORK ADDRESS EXTENSION SUBADDRESS -DESTINATION COMPLETE SUPPLEMENTARY FACILITIES INHIBITED NETWORK ADDRESS EXTENSION SUBADDRESS -DESTINATION INCOMPLETE DIRECT ROUTE SELECT NONE 16 41 NONE 35 41 NONE 9/189 B PARTY ADDRESS NONE 11/189 11/189 C PARTY ADDRESS NONE 11/189 11/18,9 NONE NONE NONE NONE NONE 6/189 6/189 6/189 6/189 9/189 A8 A10 SSMF5 SIGNAL IA-81 SSMF5 SIGNAL IA-101 NONE NONE 6/189 6/189 A5 SSMFS SIGNAL 'A-51 NONE 6/189 A2 SSMF5 SIGNAL IA-21 NONE 6/189 Q-PRIO SW_V SW-R STRING NAME QUEUE PRIORITY SWAP - VALIDATION SWAP - REJECTED PRIORITY LEVEL NONE LOCATION 8 8 PARAMETER FIRST USE SECTION 16

CBWF-CLB CALL BACK WHEN FREE-CALL

Page - 21

SX-2000/3300 ICP CCS Trace


IDENTIFIER MNEMONIC SUPPLEMENTARY INFORMATION CODE 161B AS STRING NAME ALARM STATUS (1) ALARM LEVEL (2) STAFF PRESENT 162B 163B 164B AS-R TAD-R TAD ALARM STATUS-REQUEST TIME AND DATE-REQUEST TIME AND DATE NONE NONE TIME AND DATE ( 6 PARAMETERS) 165 166 167 SATB SERV TID SATELLITE BARRED SERVICE INFORMATION TRUNK IDENTITY NONE SERVICES (1) PBX REFERENCE NUMBER (2) TRUNK GROUP REF NUMBER (3) TRUNK MEMBER REF NUMBER 168B 169 170 171B 172B 173 PARK PKD AC-NAO CBM-R CBM-C NAE-CC PARK REQUEST PARKED ADD-ON CONFERENCE-NO ADD ON CURRENTLY AVAILABLE CALL BACK MESSAGING -REQUEST CALL BACK MESSAGING -CANCEL NETWORK ADDRESS EXTENSION SUBADDRESS -CALLING/CALLED IDENTITY COMPLETE 174 NAE-CI NETWORK ADDRESS EXTENSION SUBADDRESS -CALLING/CALLED IDENTITY INCOMPLETE 175 176B AC-CDC ADD-ON CONFERENCE-CLEARDOWN CONFERENCE NONE 13 16 16 NONE 36 NONE 36 NONE NONE NONE 42 42 29 16 16 16 28 30 30 PARAMETER FIRST USE SECTION 28

Page - 22

BTNR 188 Supplementary Information String Identifiers


IDENTIFIER MNEMONIC SUPPLEMENTARY INFORMATION CODE 177 178 179B 180 AC-DR AC-PD ADD-ON CONFERENCE-DETAILS REQUEST ADD-ON CONFERENCE-PARTY DETAILS 181 AC-CBI CONFERENCE PARTY DETAILS ADD-ON CONFERENCE-CONFER- CONFERENCE ENCE BRIDGE IDENTITY 182 183B 184 185B 186B 187 CH-AC CH-ACR CH-ACT CH-CLR CH-CR CH-CST CHARGE REPORTINGACCOUNT CODE CHARGE REPORTINGACCOUNT CODE REQUEST CHARGE REPORTING-ACTIVE CHARGE REPORTING-CLEAR CHARGE REPORTING-COST REQUEST CHARGE REPORTING-COST (1)CURRENCY UNITS (2)COST QUALIFIER (3)CURRENCY INDICATION 188 CH-TR CHARGE REPORTING-TIME RATE (1)CURRENCY UNITS (2)TIME INTERVAL (3)COST QUALIFIER (4)CURRENCY INDICATION 40 40 NONE NONE NONE 40 40 40 BRIDGE ADDRESS ACCOUNT CODE NONE 40 40 29 29 NONE 29 AC-PI STRING NAME ADD-ON CONFERENCE-PARTY INDEX CONFERENCE PARTY INDEX PARAMETER FIRST USE SECTION 13

Page - 23

SX-2000/3300 ICP CCS Trace


IDENTIFIER MNEMONIC SUPPLEMENTARY INFORMATION CODE 189 CH-UR STRING NAME CHARGE REPORTING-UNIT RATE (I)CURRENCY UNITS (2)COST QUALIFIER (3)CURRENCY INDICATION 190 191 192B 193 194 195B 196B 197B 198B 199 200 201 202B 203 CH-UU OPD OPD-R IRD ERD NLT-PT NLT-RQ NLT-SC NLT-RES AUTO-A HF-A HF-D EI-W DVT-RD CHARGE REPORTING-UNITS USED OUTPUT DIGITS OUTPUT DIGITS - REQUEST INTERNAL REROUTING DISABLED EXTERNAL REROUTING DISABLED NON-LOOPED BACK TEST PERFORM TEST NON-LOOPED BACK TEST TEST REQUEST NON-LOOPED BACK TEST SEQUENCE COMPLETE NON-LOOPED BACK TEST RESULT AUTOANSWER HANDS-FREE - ACTIVATED HANDS-FREE - DEACTIVATED EXECUTIVE INTRUSION - WITHDRAW DIVERT-REDIRECTION (1) REASON FOR REDIRECTING (2) C PARTY ADDRESS 204 205 206 Page - 24 DVT-CF DIVERT-CALL FAILURE C PARTY ADDRESS ASST-INFO ASSISTANCE-INFORMATION RED-BY REDIRECTION-BYPASS TYPE OF ASSISTANCE NONE 22 16 22 22 NONE NONE NONE NONE 16 16 16 10 TEST RESULT 27 NONE 27 TEST INDEX 27 TEST INDEX 27 NONE 16 REMOTE ADDRESS NONE NONE 40/189 16 40/189 UNITS 40 PARAMETER FIRST USE SECTION 40

BTNR 188 Supplementary Information String Identifiers


IDENTIFIER MNEMONIC SUPPLEMENTARY INFORMATION CODE 207 208 209 NOTE 210 NOTE 211 ARC NPR-B VIC NPR-A VPN INITIATED CLEAR NUMBER PRESENTATION RESTRICTION-A PARTY NUMBER PRESENTATION RESTRICTION-B PARTY AUXILIARY ROUTE RESTRICTION CLASS 212 213B 214B WOB GPU-R PU-DVT WAIT ON BUSY GROUP PICK-UP REQUEST PICK-UP DIVERT NONE RESTRICTION DOMAIN RESTRICTION DOMAIN ROUTE RESTRICTION CLASS NONE GROUP PICKUP CODE 1)C-PARTY ADDRESS 2)TIME INTERVAL 215B 216B 217 218 219 220 221 NOTE 222K MCI RCC-OI PU-DVD NPR-O ROUTE CAPACITY CONTROL OVERRIDE INVOKED PICK-UP DIVERTED NUMBER PRESENTATION RESTRICTION - OTHER PARTY MALICIOUS CALL INDICATION NONE RESTRICTION DOMAIN MALICIOUS CALL REFERENCE 223 224 225 NOTE: The NPR-A, NPR-B and NPR-O String Identifier Codes shall have no Suffix, an "A" Suffix or a "B" Suffix depending on the requirements of a network with respect to how PBXs that do not recognise NPR-A, NPR-B or NPR-0 should be forced to respond to their receipt. NSL NETWORK SIGNALLING LIMIT NONE 16 16 46 t48 NONE 44 PU-DVG DPU-R RCC-CA PICK-UP DIVERTING DIRECTED PICK-UP REQUEST ROUTE CAPACITY CONTROL CAPACITY AVAILABLE TIME INTERVAL PICK-UP CALL TYPE NONE 44 46 46 46 45 46 16 .48 16 j48 STRING NAME PARAMETER FIRST USE SECTION

Page - 25

SX-2000/3300 ICP CCS Trace

IDENTIFIER MNEMONIC SUPPLEMENTARY INFORMATION PARAMETER CODE 226 TCOS STRING NAME TRAVELLING CLASS OF SERVICE (1)ROUTE RESTRICTION CLASS (2)CALL BARRING GROUP (3)FACILITY LIST CODE 227B 228B 229B 230 231 232 233 NOTE 234 235 I-CC I-CPN ISDN-CLEARING CAUSE ISDN-CALLING PARTY /CONNECTED NUMBER TCOS-R DIV-RSC DIV-RCC RDC CAUSE CP I-BC TRAVELLING CLASS OF SERVICE-REQUEST DIVERSION-REMOTE SET COMBINED DIVERSION-REMOTE CANCEL COMBINED REDIRECTION CONTROL CLEARING CAUSE CALL PROCEEDING ISDN-BEARER CAPABILITY TIMER VALUE CLEARING CAUSE NONE BEARER CAPABILITY CAUSE 1) ISDN NUMBER ATTRIBUTES 2) ISDN NUMBER DIGITS 236A 237A 238 I-CSA I-DSA I-HLC ISDN-CALLING PARTY /CONNECTED SUBADDRESS ISDN-DESTINATION (CALLED PARTY) SUBADDRESS ISDN-HIGH LAYER COMPATIBILITY 239 I-LLC ISDN-LOW LAYER ISDN SUBADDRESS ISDN SUBADDRESS HIGH LAYER COMPATIBILITY LOW LAYER C PARTY ADDRESS NONE NONE

FIRST USE SECTION 4

47 33 33 16 6 6/189-I 6/189-I 6/189-I 6/189-I

6/189-I 6/189-I 6/189-I

6/189-I

Page - 26

BTNR 188 Supplementary Information String Identifiers


NOTE: This String Identifier Code shall have no Suffix or a "B" Suffix depending on the outcome of attempting to generate a SIC from Bearer Capability and/or Low Layer Compatibility (see BTNR 189-I SECTION 4, ANNEX 2 and SECTION 6). IDENTIFIER CODE 240 I-PROG MNEMONIC SUPPLEMENTARY INFORMATION STRING NAME ISDN-PROGRESS PROGRESS INDICATOR (may be repeated) 241 242 243 IPN SAVE V-NTD INTERWORKING VIA A PRIVATE ISDN SAVE VPN-NODAL IDENTITY NONE VPN ACCESS REFERENCE NUMBER 244 245 M-INDEX MESSAGE INDEX INDEX NUMBER 16 6/189-1 16 NONE 6/189-1 PARAMETER FIRST USE SECTION 6/189-1

Page - 27

BTNR 188
Coding of Supplementary Information String Parameters

BTNR 188 Coding of Supplementary Information String Parameters

Supplementary Information String Parameters


PARAMETER NAME DESCRIPTION AND CODING

ACCOUNT CODE This Parameter comprises-a sequence of IA5 numeric characters representing an account code. ALARM LEVEL The Alarm Level shall always contain an IA5 numeric character in the range 0-4, optionally followed by an IA5 alpha character. The first character shall be used as follows: Value 0 1 2 3 4 Name None Low Medium High Alarm reporting inhibited Description No alarms currently active in the system Some alarms active, but no effect on traffic handling Some alarms active which do have an effect on traffic handling, but the PBX can still function Alarms active in the system are such that the PBX operation is greatly affected No alarm information shall be provided because maintenance personnel on site have inhibited the reporting of alarms

The precise details of when each category is used is dependent upon the PBX design. The optional alpha character shall be the letter "P" to indicate that the mains power supply has failed. If this is not present it shall be assumed that power is available. A PARTY ADDRESS In general the A Party Address is a digit sequence that represents the address of the originating caller. The precise meaning of the A Party Address Parameter is subject to the CLC of the calling party. When the A Party is CLC-ORD or CLC-OP then the A Party Address is that digit sequence which, when used as a DPNSS 1 Destination Address by any PBX in the network, will cause a call to be routed to the originating extension or operator. When the A Party is CLC-ISDN, then the A Party Address shall be a sequence of digits that, if sent as a destination address to the public network via an access at the Gateway PBX where the call crossed the public network boundary, would cause a call to be routed via the public network to that party. In the case of an ETS 300 102 access, the digit sequence shall be that which would be associated with Numbering Plan Identification and Type of Number, "Unknown". Depending on the type of number (e.g. local or national) and the topology of the private network, an A Party Address associated with CLC-ISDN may also be valid at other public network accesses. It is therefore recommended that an A Party Address sent by a PBX should have the widest possible significance throughout the private network. For example, in the case of a private network within the UK, the full national number including the 11011 prefix should be used. NOTE: Before it can form a DPNSS 1 Destination Address, an A Party

Page - 31

SX-2000/3300 ICP CCS Trace


PARAMETER NAME DESCRIPTION AND CODING Address associated with CLC-ISDN may need to be prefixed with digits to cause routing to a Gateway PBX. When the A Party is CLC-MF5 then the meaning of the A Party Address depends upon the numbering plan employed by the private network: - if the DPNSS 1 and SSMF5 parts of the network share a global numbering plan then the A Party Address is that digit sequence which, when used as a Destination Address in a DPNSS ISRM, will cause a call to be routed to the originating SSMF5 extension; A PARTY ADDRESS (CONTINUED) - if the DPNSS 1 and SSMF5 parts of the network have separate numbering plans then the A Party Address is that digit sequence which, when sent via an SSMF5 route, will cause a call to be routed to the originating SSMF5 extension (NOTE: Under these circumstances when the A Party Address is used as a Destination Address in a DPNSS 1 ISRM, it must be prefixed in order first to route the call to the SSMF5 Gateway). When the A Party is CLC-PSTN or CLC-DEC the address of the calling party will not be available. Some PBXs conforming to earlier versions of the BTNR may use the A Party Address Parameter to convey the Trunk Number. No standardised method of coding the Trunk Number is specified; this has to be mutually agreed at network configuration. The A Party Address comprises a sequence of IA5 numeric characters, each in the range 0-9. The numbers are sent most significant first. example: Originating Line Identity = 5892 would be encoded as: *50*5892# BEARER CAPABILITY This Parameter comprises a sequence of IA5 characters representing the values of octets 3, onwards of an ISDN Bearer Capability information element, using 3B4I encoding (see APPENDIX 1 to this Annex). example: The following Bearer Capability information element: Octet 1: identifier Octet 2: length Octet 3: 10010000 Octet 4: 10010000 Octet 5: 10100011 would be encoded as: *233*dIBc# B PARTY ADDRESS In general the B Party Address is a digit sequence that represents the address of the second party in a call, e.g. the originally called party in the case of Diversion. The precise meaning of the B Party Address Parameter is subject to the CLC of the second party. When the B Party is CLC-OPD or CLC-OP then the B Party Address is that digit sequence which, when used as a DPNSS 1 Destination Address by any PBX in the network, will cause a call to be routed to the associated extension or operator. When the B Party is CLC-ISDN, then the B Party Address shall be a sequence of digits that, if sent as a destination address to the public network via an access at the Gateway PBX where the call crossed the

Page - 32

BTNR 188 Coding of Supplementary Information String Parameters


PARAMETER NAME DESCRIPTION AND CODING public network boundary, would cause a call to be routed via the public network to that party. In the case of an ETS 300 102 access, the digit sequence shall be that which would be associated with Numbering Plan Identification and Type of Number, "Unknown". Depending on the type of number (e.g. local or national) and the topology of the private network, a B Party Address associated with CLC-ISDN may also be valid at other public network accesses. It is therefore recommended that a B Party Address sent by a PBX should have the widest possible significance throughout the private network. For example, in the case of a private network within the UK, the full national number including the "0"prefix should be used. NOTE: Before it can form a DPNSS 1 Destination Address, a B Party Address associated with CLC-ISDN may need to be prefixed with digits to cause routing to a Gateway PBX. When the B Party is CLC-MF5 then the meaning of the B Party Address depends upon the numbering plan employed by the private network: if the DPNSS 1 and SSMF5 parts of the network share a global numbering plan then the B Party Address is that digit sequence which, when used as a Destination Address in a DPNSS ISRM, will cause a call to be routed to the called SSMF5 extension; B PARTY ADDRESS (CONTINUED) - if the DPNSS 1 and SSMF5 parts of the network have separate numbering plans then the B Party Address is that digit sequence which, when sent via an SSMF5 route, will cause a call to be routed to the originating SSMF5 extension (NOTE: Under these circumstances when the B Party Address is used as a Destination Address in a DPNSS 1 ISRM, it must be prefixed in order first to route the call to the SSMF5 Gateway). When the B Party is CLC-PSTN or CLC-DEC the address of the called party will not be available. Some PBXs conforming to earlier versions of the BTNR may use the B Party Address Parameter to convey the Trunk Number. No standardised method of coding the Trunk Number is specified and this has to be mutually agreed at network configuration. The B Party Address comprises a sequence of IA5 numeric characters, each in the range 0-9. The numbers are sent most significant first. example: Diverting from address 1212 on busy. would be encoded as: *38F*1212# BREAKDOWN CAPABILITY LEVEL BREAKDOWN PROTECTION LEVEL This Parameter is used to set the capability level of a call which may be used to breakdown an existing call. The Parameter comprises a decimal number coded as up to two IA5 numeric characters in the Range 0-15. This Parameter is used to set the protection level of a call to guard against subsequent attempts made to break down the call. The Parameter comprises a decimal number coded as up to two IA5 numeric characters in the Range 0-15. The Call Barring Group Parameter indicates the party's entitlement to

BUSY SERVICES This Parameter has been renamed "SERVICES". CALL BARRING

Page - 33

SX-2000/3300 ICP CCS Trace


PARAMETER NAME GROUP DESCRIPTION AND CODING make calls to or receive calls from other parties. It comprises a decimal number (from 0 upwards), coded as one or more IA5 numeric characters, or the null value for this Parameter which is coded as the IA5 character, hyphen (2/13). CALL-DIR This Parameter assigns a direction to a call, to provide a datum for subsequent Supplementary Service requests. It comprises a single IA5 character as follows: 0 = Originating PBX T = Terminating PBX CALL INDEX This Parameter is a non-zero decimal number coded as up to 3 IA5 numeric characters used to identify a queued call. This Parameter is optional. CALL REFERENCE NUMBER CAUSE That digit sequence which, when used as a Destination Address will cause routing back to the PBX which has requested route optimisation and, on arrival at that PBX, identifies the call being optimised. This Parameter comprises a sequence of IA5 characters representing the values of octets 3, onwards of an ISDN Cause information element, using 3B4I encoding (see APPENDIX 1 to this Annex) example: The following Cause information element: Octet 1: identifier Octet 2: length Octet 3: 10000000 Octet 4: 10010000 would be encoded as: 234`I@# CHANNEL NUMBER This Parameter is used to identify a specific traffic channel. The Channel Number is encoded as its 5-bit binary equivalent but is transmitted as an IA5 character in accordance with the following table. On receipt of this Parameter the Terminating PBX discards bits 6 and 7 of the IA5 character and uses the remaining 5 bits to identify the Channel Number as in the following table. 5 BIT BLOCK MSB LSB 00000 0 0,0 0 1 00010 00011 00100 00101 00110 00111 01000 01001 IA5 CHARACTER @ A B C D E F G H 1 CHANNEL NUMBER Not Used 1 2 3 4 5 6 7 8 9

Page - 34

BTNR 188 Coding of Supplementary Information String Parameters


PARAMETER NAME DESCRIPTION AND CODING 01010 01011 01100 01101 01110 01111 10000 10001 10010 10011 10100 10101 10110 10111 11000 11001 11010 11011 11100 11101 11110 11111 CHANNEL STATUS 1 K L M N 0 P Q R S T U V W X Y Z [ \ ] ^ _ 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

The status of the traffic channel is identified by a single IA5 character allocated as follows: 1 Free 2 Busy 3 Not equipped 4 Back-Busied by Me 5 Back-Busied by You 6 Looped-Back by Me 7 Looped-Back by You 8 Out of Service Further values may be added in future issues of BTNR 188, BTNR 189 and BTNR 189-I. Where more than one condition applies they shall all be included in the Parameter, separated by the IA5 character space (2/0). If the status is indicated as "Not Equipped" or "Out of Service", no other status may be given. The status "Free" may not accompany the status "Busy", "Looped-Back by Me" or "Looped-Back by You".

Page - 35

SX-2000/3300 ICP CCS Trace


PARAMETER NAME DESCRIPTION AND CODING The status "Busy" may not accompany the status "Free", "Looped-Back by Me" or "Looped-Back by You". The status "Looped-Back by Me" may not accompany the status "Looped-Back by You". CLEARING CAUSE This Parameter comprises a pair of IA5 characters representing the value of the Clearing Cause octet received in a CRM, using 1B21 encoding (see APPENDIX 1 to this Annex). example: the Clearing Cause: Busy (08H) would be received in a CRM as octet: 00001000 - when used as a Parameter to String RCF, would be encoded as: *121*@H*1234# (i.e. Redirecting on Call Failure (CC: Busy] to B Party Address 1234) CONFERENCE BRIDGE ADDRESS CONFERENCE The Conference Bridge Address is that digit sequence which, when used as a Destination Address, will cause routing back to the Conference PBX and, on arrival at that PBX, will identify the particular conference bridge or group.

This Parameter comprises any combination of the following details coded PARTY DETAILS in IA5 alpha characters as indicated: C = Controller L = Last S = Self If none of these details applies this Parameter may be omitted. CONFERENCE PARTY INDEX This Parameter comprises a decimal number encoded as one or more IA5 numeric characters.

COST QUALIFIER This Parameter consists of an IA5 character indicating how any charging data received is to be qualified as follows: 0 - VAT not included. 1 - Supplementary charges not included. Further values may be defined in future issues of BTNR 188, BTNR 189 and BTNR 189-I. If more than one qualification applies, they shall all be included, separated by the IA5 character space (2/0). example: *187*253*0 1*A# (Note: "A" = CURRENCY INDICATION Parameter) This represents a call cost of E2-53 excluding VAT and supplementary charges. If no qualifications apply, the Parameter shall be coded as the IA5 character, hyphen (2/13). Where no qualifications apply, charging data received may be assumed to indicate the total cost of the call. Where supplementary charges are not included, the precise significance of this is dependent on the charging source. C PARTY ADDRESS Page - 36 That digit sequence which, when used as a Destination Address by any PBX in the network, will cause the call to be routed to the third party in a

BTNR 188 Coding of Supplementary Information String Parameters


PARAMETER NAME DESCRIPTION AND CODING call eg, diverted-to party in the case of diversion. The C Party Address comprises a sequence of IA5 numeric characters, each in the range 0-9. The numbers are sent most significant first. example: *40B*3678# Divert this call to address 3678 In the case of Remote Registration of Diversion Strings DIV-RSB/-RSC/-RSI/-RSR this Parameter is optional. CURRENCY INDICATION This Parameter comprises a single IA5 character which indicates the currency in which any associated currency units are specified. A - Pence (UK) Further values may be defined in future issues of BTNR 188, BTNR 189 and BTNR 189-I. This Parameter is optional. If not present, a default currency must be assumed. CURRENCY UNITS This Parameter comprises a sequence of IA5 numeric characters or a sequence of IA5 numeric characters followed by another IA5 character sequence consisting of the IA5 character "dot" (2/14) and a sequence of IA5 numeric characters. This Parameter represents monetary cost, in the units of the given or assumed currency, to N decimal places, where N is the number of numeric characters in the second sequence (N=O if the second sequence is not present). This Parameter is a decimal number coded as up to 2 IA5 numeric characters which can be used to sub-divide a DA, OLI, or CLI in order to identify uniquely a particular device. It comprises a single IA5 character, used as follows: I - Diversion Immediate B - Diversion On Busy R - Diversion On No Reply ENHANCED STRING ID Enhanced String ID comprises a copy of the IA5 numerals and suffix letter of one Supplementary Information String Identifier or a single IA5 alpha character, indicating one of the following: A = Unrecognised Maintenance Action E = Syntax Error F = Selection Block capacity exceeded M = Missing Information R = Recall not supported S = Unrecognised SIC example 1: *94*22B# The request for intrusion protection level was not understood. example 2: *94*E# Syntax Error In the case of NSI Strings however, it is necessary to allow for the first Parameter of the the NSI String to be included as part of the Parameter Page - 37

DEVICE INDEX

DIVERSION TYPEThis Parameter indicates the type of diversion used.

SX-2000/3300 ICP CCS Trace


PARAMETER NAME DESCRIPTION AND CODING "Enhanced String ID". In this case the NSI Parameter is separated from the ID(58) and suffix by a semicolon. example: *94*58B;AA# The String 58B*AA was not understood. FACILITY LIST CODE The Facility List Code Parameter indicates the facilities the party is allowed to use. It comprises a decimal number (from 0 upwards), coded as one or more IA5 numeric characters, or the null value which is the IA5 character, hyphen (2/13). GROUP PICK-UP The Group Pick-Up Code is a Parameter which indicates a network-wide group of extensions. CODE It comprises a decimal number (from 0 upwards), coded as one or more IA5 numeric characters. HC-CLC The Parameter HC-CLC gives the Called/Calling Line Category of the held party. This Parameter comprises a single IA5 numeric character allocated as follows: 1 4 8 hold. HIGH LAYER This Parameter comprises a sequence of IA5 characters representing the COMPATIBILITY values of octets 3, onwards of an ISDN High Layer Compatibility information element, using 3B4I encoding (see APPENDIX 1 to this Annex). example: The following High Layer Compatibility information element: Octet 1: identifier Octet 2: length Octet 3: 10010001 Octet 4: 10000100 would be encoded as: *238*dXP# INDEX NUMBER This Parameter comprises a sequence of up to three IA5 numeric characters representing a message index number between 0 and 255 (decimal). INTRUSION CAPABILITY LEVEL INTRUSION PROTECTION LEVEL The Intrusion Capability level comprises a single IA5 numeric character 0, 1, 2 or 3 example: *21*1# Executive Intrusion Request with ICL 1 The Intrusion Protection-Level comprises a Single IA5 numeric character 0, 1, 2, or 3 example: *23*2# IPL = 2 Ordinary PSTN Conference example: *80*1# Enquiry call with an ordinary extension on 2 Decadic 5 SSMF5 3 ISDN 6 Operator

Page - 38

BTNR 188 Coding of Supplementary Information String Parameters


PARAMETER NAME ISDN NUMBER ATTRIBUTES DESCRIPTION AND CODING This Parameter comprises a sequence of IA5 characters representing the value of octet 3 of an ISDN Calling Party Number or Connected Number information element, using 3B4I encoding (see APPENDIX 1 of this Annex). The example of encoding the ISDN NUMBER DIGITS Parameter includes an example of how to encode this Parameter. ISDN NUMBER DIGITS This Parameter comprises a sequence of IA5 numeric characters representing the number digit octets (octet 4, and any repetitions) of an ISDN Calling Party Number or Connected Number information element. The most significant (spare) bit of each number digit octet is deleted and the remaining seven bit codes are the IA5 numeric character codes of TABLE 1 of BTNR 188, SECTION 4, ANNEX 4. The following example shows the encoding of both an ISDN NUMBER ATTRIBUTES and an ISDN NUMBER DIGITS Parameter as contained in an ISDN Calling Party Number information element: Octet 1: Octet 2: Octet 3: 1st Octet 4: 2nd Octet 4: 3rd Octet 4: 4th Octet 4: ISDN SUBADDRESS identifier length 11001001 00110010 00110101 00111001 00110101

would be encoded as: *235*rP*2595# This Parameter comprises a sequence of IA5 characters representing the values of octets 3, onwards of an ISDN Called Party Subaddress, Calling Party Subaddress or Connected Subaddress information element, using 3B4I encoding (see APPENDIX 1 to this Annex). example: The following Calling Party Subaddress information element: Octet 1: Octet 2: Octet 3: Octet 4: Octet 5: Octet 6: ISDN TYPE identifier length 10000000 01010000 01000001 01000010

would be encoded as: *236A*IEAAPI# This Parameter represents the type of public ISDN interface encountered. It comprises a single IA5 character as follows: A = ETS 300 102 B = DASS 2 Further types may be added in later issues of BTNR 188, BTNR 189 or BTNR 189-I. This Parameter is optional. If not present then this shall be taken to indicate that no specific information about the type of ISDN interface is available. A PBX may, where necessary, make assumptions about the signalling type when this Parameter is not present. Page - 39

SX-2000/3300 ICP CCS Trace


PARAMETER NAME LOCATION DESCRIPTION AND CODING The location of the failure is identified by using an IA5 character allocated as follows: T - Other terminal P - Call Path E - Equipment needed to make the connection I - Incompatible due to clash of services If more than one is applicable, the one appearing first in the above list shall be used. LOW LAYER This Parameter comprises a sequence of IA5 characters representing-the COMPATIBILITY values of octets 3, onwards of an ISDN Low Layer Compatibility information element, using 3B4I encoding (see APPENDIX 1 to this Annex). example: The following Low Layer Compatibility information element: Octet 1: Octet 2: Octet 3: Octet 4: Octet 5: Octet 5a: Octet 5b: Octet 5c: identifier length 10001000 10010000 00100001 01000101 00100000 10110011

would be encoded as: *239*bI@aQRBs# MALICIOUS CALL This Parameter is an IA5 numeric character sequence comprising up to 3 digits for identifying a request to trace a malicious call a DPNSS 1 REFERENCE network. This Parameter is optional. It may be omitted if Malicious Call References are not used. NESTING LEVEL This Parameter is used to indicate the number of hunt groups that the call has passed through. It comprises a single IA5 numeric character in the range 1-9 to represent the level of nesting . This Parameter is optional; omission of the Parameter indicates a nesting level of 1. NIGHT SERVICE The Night Service Address is that digit sequence which, when used as a Destination Address, will cause a call to be routed to the Night Service ADDRESS point. This Parameter comprises a sequence of IA5 numeric characters each in the range 0 - 9, sent most significant first. example: -128A*3678# (Night Service - Divert to address 3678) This Parameter is optional. It may be omitted if no address is available. NSI IDENTIFIER This Parameter consists of two IA5 characters indicating a manufacturer and a manufacturer-specific code. The first character is as allocated in TABLE 1 of SECTION 15 of BTNR 188. The second character may be any IA5 character legal for use in a Supplementary Information String Parameter. NUMBER OF Page - 40 This indicates the number of unanswered calls currently waiting on an

BTNR 188 Coding of Supplementary Information String Parameters


PARAMETER NAME CALLS DESCRIPTION AND CODING extension number, or the position of a call currently queued. The Parameter comprises a decimal number coded as up to two IA5 numeric characters. NUMBER OF FURTHER ALTERNATIVE ROUTES NUMBER OF FURTHER TRANSITS NUMBER OF SERVERS This Parameter is optional. If included it specifies the number of further alternative routes allowed during routing of the call. It comprises a single IA5 alpha character in the range A-Z; A representing 0 and Z representing 25. This Parameter is the count of the number of further Transit PBXs allowed to route the call. It comprises a single IA5 alpha character in the Range A-Z; A representing 0 and Z representing 25. The Number of Servers Parameter indicates the number of positions capable of answering the queued calls. The Parameter comprises a decimal number coded as up to two IA5 numeric characters. PASSWORD This Parameter comprises up to 12 IA5 alphanumeric characters which may be used as a password. When used with Travelling Class of Service Request (TCOS-R) this Parameter is optional. PBX FLAG This Parameter is optional. If included it contains the single IA5 character 'IS" to indicate that the address contained in the previous Parameter is on the same PBX as the sender of the message. This is the sequence of IA5 numeric characters used to identify the PBX sending the TID String. When used as the Destination Address it will cause routing to the sending PBX. The Pick-Up Call Type Parameter gives the type of Pick-Up required. It comprises a single IA5 character allocated as follows: R = Ringing call W = Waiting call H = Held call P = Parked call

PBX REFERENCE NUMBER PICK-UP CALL TYPE

More than one Type may be included in the Parameter, each being separated by the IA5 character space (2/0). Where more than one Type is included, PBX-T shall assign its own priority. This Parameter is optional and if omitted then PBX-T shall assign its own Type and priority PRIORITY LEVEL This Parameter comprises a sequence of up to three IA5 numeric characters representing a priority level between 0 and 255 (decimal). PROGRESS INDICATOR This Parameter comprises a sequence of IA5 characters representing the values of octets 3, onwards of an ISDN Progress indicator information element, using 3B4I encoding (see APPENDIX I to this Annex). example: The following Progress Indicator information element: Octet 1: identifier Octet 2: length Octet 3: 10000010 Octet 4: 10000010 Page - 41

SX-2000/3300 ICP CCS Trace


PARAMETER NAME REASON FOR REDIRECTING DESCRIPTION AND CODING would be encoded as: *240*`hH# This Parameter consists of two IA5 characters. The first character defines the state of the call before redirection:A = Awaiting answer H = Held W = Waiting on busy The second character indicates whether the call was transferred into that state:E = Transferred by an extension N = Not transferred 0 = Transferred by an operator R = Transferred by the party to whom the call is being redirected RECONNECT ADDRESS That digit sequence which, when used as a Destination Address, will cause a call to be routed to the party to whom reconnection is required. This Parameter comprises a sequence of IA5 numeric characters, each in the range 0-9. The numbers are sent most significant first. example: *124B*123456# Reconnect a caller who has requested Series Call Supplementary Service to address 123456. REMOTE ADDRESS RESTRICTION DOMAIN This Parameter comprises a sequence of IA5 numeric characters representing the digits output by a Gateway PBX to another signalling system. This Parameter indicates the domain in which number presentation restriction applies and comprises a single IA5 numeric character allocated as follows: 1 = Private 2 = Public Further values may be added in future issues of BTNR 188, BTNR 189 and BTNR 189-1. Where more than one restriction applies they shall each be included in the Parameter, separated by the IA5 character, space (2/0). This Parameter is optional; its omission indicates total restriction. ROUTE RESTRICTION CLASS ROUTING INFORMATION The Route Restriction Class Parameter indicates the routing entitlements of the party. It comprises a decimal number (from 0 upwards), coded as one or more IA5 numeric characters, or the null value which is the IA5 character, hyphen (2/13). Routing Information comprises a single IA5 numeric character allocated as follows: 1 Alternative Route 2 3 Public ISDN encountered (see NOTE 1) These values are used when inter-

Page - 42

BTNR 188 Coding of Supplementary Information String Parameters


PARAMETER NAME DESCRIPTION AND CODING 4 PSTN encountered 5 Decadic encountered (see NOTE 2) systems see BTNR 189-I 6 - MF5 encountered BTNR 189 and 7 - Private ISDN encountered NOTE 1: In earlier issues of BTNR 188 and BTNR 189 Parameter value 3 indicated DASS 2 encountered. The scope of this value has since been expanded to cover access to the public ISDN in general. NOTE 2: In earlier issues of BTNR 188 and BTNR 189 Parameter value 5 indicated 10 pps encountered. The scope of this value has since been expanded to cover access to non-DPNSS 1 private circuits in general. Further Routing Information codes may be added in later issues of BTNR 188, BTNR 189 and BTNR 189-I. More than one routing information digit can be included in the Parameter each being separated by the IA5 character space (2/0). example: *51*1 4# alternative route taken via the PSTN. Where the same value occurs more than once it shall be treated by the receiving PBX as if the value appeared only once. Values that are not recognised may be ignored and the String processed on the remainder of the Parameter values. Transit PBXs shall pass on the complete Parameter, including the unrecognised values. If none of the values in the Parameter is recognised, the String shall be treated as if the Parameter were missing. SERVICE MARKING The Service Marking Parameter supplements the Calling or Called Line Category. It comprises a single IA5 character allocated as follows: 1 = PSTN BARRED 2 = EMERGENCY TELEPHONE 3 = HUNT GROUP 4 = DISTRIBUTED GROUP 5 = UNABLE TO INITIATE CLEARING AFTER ANSWER (Note) Further Service Marking Codes may be added in later issues of BTNR 188, BTNR 189 and BTNR 189-I. More than one Service Marking character can be included in the Parameter, each being separated by the IA5 character space (2/0). If one (or more) of the allocated codes is (are) not present in this Parameter then the receiving PBX shall presume the negation of the associated attribute(s): example: *1*2 3# = CLC-ORD: NOT PSTN BARRED, EMERGENCY TELEPHONE, HUNT GROUP,NOT DISTRIBUTED GROUP, ABLE TO INITIATE CLEARING AFTER ANSWER. If no Parameter value is to be included then the Supplementary String Identifier shall he followed by a # and all the associated attributes shall be Page - 43 working with other signalling

SX-2000/3300 ICP CCS Trace


PARAMETER NAME DESCRIPTION AND CODING presumed by the receiving PBX to be negated. example: *1# = CLC-ORD: NOT PSTN BARRED, NOT EMERGENCY TELEPHONE, NOT HUNT GROUP, NOT DISTRIBUTED GROUP, ABLE TO INITIATE CLEARING AFTER ANSWER. Where the same value occurs more than once, it shall be treated by the receiving PBX as if the value appeared only once. Values that are not recognised may be ignored and the String processed on the remainder of the Parameter values. Transit PBXs shall pass on the complete Parameter including the unrecognised values. If none of the values in the Parameter is recognised, the String shall be treated as if the Parameter were missing. SERVICE MARKING (CONTINUED) SERVICES The SERVICES Parameter is a single IA5 character allocated as follows: 1 = Call Offer not possible 2 = Executive Intrusion not possible 3 = Call Back When Free not possible 4 = Call Back Messaging not possible (see Note) 5 = Hold not possible 6 = Call Back When Next Used not possible Note: In BTNR 188, Issue 4, this value of the Parameter represented "Call Back Messaging possible". This has been changed here to harmonise with the other attributes of the Parameter which are all negative. Further values may be added in later issues of BTNR 188, BTNR 189 and BTNR 189-1. More than one character may be included in the Parameter, each being separated by the IA5 character space (2/0). If one (or more) of the allocated codes is (are) not provided for this Parameter then the receiving PBX shall not presume that the associated ,Supplementary Service(s) is (are) available. example: *166*1 3# Service information indicating that neither Call Offer nor Call Back When Free are possible. Other Supplementary Services may be possible. if the same value occurs more than once it shall be treated by the receiving PBX as if the value appeared only once. Values that are not recognised may be ignored and the String processed on the remainder of the Parameter values. Transit PBXs shall pass on the complete Parameter including the unrecognised values. If none of the values in the Parameter is recognised, the String shall be ignored. SIC This Parameter comprises a sequence of IA5 characters representing the value of the SIC octet(s), using 1B21 encoding (see APPENDIX 1 to this Annex). Note: The value 5 of this Parameter gives no indication of the ability (or inability) to initiate clearing before answer.

Page - 44

BTNR 188 Coding of Supplementary Information String Parameters


PARAMETER NAME DESCRIPTION AND CODING example: BSS-M; 48 kbit/s data; X30 Synchronous, full duplex, byte timed, X25 packet, clock locked to transmission. (ie SIC Octets: 10100010, 00110100). would be encoded as: *47R*JBCD# This Parameter may be used to carry either a DPNSS 1 SIC in association with a SIC String, or a DASS 2 SIC in association with a D-SIC String. It should be noted that, whilst DPNSS 1 SICs are a maximum of 2 octets in length, DASS 2 SICs may be extended in future issues of BTNR 190 to more than 2 octets. STAFF PRESENT This indicates whether maintenance staff are on site. If so, no action need be taken if alarms are being raised. It comprises a single IA5 character, used as follows: Y - Staff are on site. N - No staff are on site. This Parameter is optional. If the Parameter is omitted it shall be assumed that no staff are present. STATE OF DESTINATION This Parameter indicates the State of Destination of the called party and is used as an adjunct to a Supplementary Information String used in a Clear Request Message. It comprises a single IA5 character allocated as follows: B Busy F - Free STATE OF OPERATOR This Parameter consists of a single IA5 alpha character allocated as follows: N = The Operator group or specific position has night mode activated. D = The Operator group or specific position has night mode deactivated (day mode). STATUS The Status Parameter supplements the Calling Line Categories: DEC, ISDN, PSTN and MF5. It comprises a single IA5 character allocated as follows: 1 = Non-DDI 2 = No Release Signal at any point in the call 3 = Release only available after Answer 4 = outgoing 5 = Null Further Status codes may be added in later issues of BTNR 188, BTNR 189 and BTNR 189-I. More than one Status Character can be included in the Parameter, each being separated by the IA5 character, space (2/0). If one (or more) of the codes 1 - 4 is (are) not present in this Parameter then the receiving PBX shall presume the negation of the associated attribute(s) as in the following examples:

Page - 45

SX-2000/3300 ICP CCS Trace


PARAMETER NAME DESCRIPTION AND CODING *2*1# = CLC-DEC: Non-DDI, (Can release at any time), (Incoming). *2*3 4# = CLC-DEC: (DDI), Can release only after Answer, Outgoing. *4*2 4# = CLC-PSTN: (DDI), Can never release, Outgoing. Note: Deduced values are shown in brackets The Parameter value 5 shall be used when no other Parameter value is to be included and it is required to add a second Parameter to the String, e.g. "ISDN TYPE" in the case of CLC-ISDN. If no Parameter value 1 - 4 is to be included and no second Parameter is to be added, then the Supplementary String Identifier shall be followed by #. STATUS (CONTINUED) examples: *3# = CLC-ISDN: no Parameter value 1 -4 and no "ISDN Type" Parameter present. *3*5*B# =CLC-ISDN: no Parameter value 1 -4 and ISDN Interface explicitly identified as DASS 2. *3*2 4*A# = CLC-ISDN: Parameter values 2 and 4 are applicable and ISDN Interface explicitly identified as ETS 300 102. Where the same value occurs more than once, it shall be treated by the receiving PBX as if the value appeared only once. where the values 2 and 3 appear together, the value 3 shall be ignored. The values 1 and 4 should not be considered contradictory, as the value 1 refers to the DDI characteristics of the trunk whenever it is used incoming, whereas the value 4 refers to the direction of use of the trunk on the current call. For the purposes of supplying and interpreting the value 3, Answer should be considered as the sending or receiving of a valid CCM irrespective of whether it contains the String SIM-A. A trunk should be considered able to Release only if a Release signal is guaranteed by a normal event (e.g. a timeout or user action). If Release is possible (e.g. via a maintenance action) but not guaranteed under normal operation, the trunk should be considered as unable to Release. Once a particular trunk has been allocated its STATUS Parameter(s) for a given call, that allocation shall remain fixed for the duration of that call. Values that are not recognised may be ignored and the String processed on the remainder of the Parameter values. Transit PBXs shall pass on the complete Parameter including the unrecognised values. If none of the values in the Parameter is recognised, the String shall be treated as if the Parameter were missing. STRING ID The Parameter String ID comprises a copy of the IA5 numerals and suffix letter of one Supplementary Information String Identifier. example: *95*27# The Call Offer Service is unavailable at the called extension. In the case of NSI Strings, however, it is necessary to allow for the first Parameter of the NSI String to be included as part of the Parameter "String ID". In this case the NSI Parameter is separated from the ID (58) and Page - 46

BTNR 188 Coding of Supplementary Information String Parameters


PARAMETER NAME DESCRIPTION AND CODING Suffix by a semicolon. example: *95*58B; AA# (String 58B*AA rejected because service is unavailable) STRING ID LIST String ID List comprises a copy of the IA5 numerals and suffix letter of one or more Supplementary Information String Identifiers. Where more than one is included they shall be separated by a space (2/0). example *98*481 49I# The requests for Bearer Service Selection (Preferred) and Bearer Service Selection (Notification) were not understood, and were ignored. In the case of NSI Strings, however, it is necessary to allow for the first Parameter of the NSI String to be included as part of the Parameter "String ID List". In this case the NSI Parameter is separated from the ID (58) and Suffix by a a semicolon. example: *98*58A;AB 58A;AC# (Strings 58A*AB and 58A*AC ignored not understood) SUBADDRESS This Parameter comprises either a sequence of IA5 numeric characters (maximum 40) or a sequence of IA5 characters representing a sequence of binary octets (maximum 20) using IB2I encoding (see APPENDIX 1 to this Annex). This Parameter indicates the test to be performed on the associated traffic channel. It is coded as a sequence of IA5 numeric characters, the significance of which is a matter for negotiation between the suppliers of the PBXs connected via the traffic channels. This Parameter is optional and may be omitted if the default test for the traffic channel is to be used. TEST RESULT This Parameter indicates the result of a test by means of a single IA5 numeric character allocated as follows: 0 = Pass 1 = Fail 2 = Aborted TEXT This Parameter is used to indicate the textual information required for display. It may be up to 24 IA5 characters, with the * represented by TC1 (0/1) and the # represented by TC2 (0/2). This Parameter is optional and defines the type of text provided in the String. It comprises a single IA5 character allocated as follows: 1 = Name 2 = Message 3 = Reason for call failure Further TEXT TYPE values may be added in later issues of BTNR 188, BTNR 189 and BTNR 189-1. If the Parameter is not present no meaning may be assumed. Values which are not recognised may be ignored, the String being treated as if the Parameter were missing. TIME AND DATE This comprises six Parameters which are structured as follows:

TEST INDEX

TEXT TYPE

Page - 47

SX-2000/3300 ICP CCS Trace


PARAMETER NAME DESCRIPTION AND CODING Parameter 1: Year (4 IA5 numeric characters) Parameter 2: Month (2 IA5 numeric characters in the range 01 to 12). Parameter 3: Day of the month (2 IA5 numeric characters in the range 01 to 31). Parameter 4: Hour of the day (2 IA5 numeric characters in the range 00 to 23). Parameter 5: Minute of the hour (2 IA5 numeric characters in the range 00 to 59). Parameter 6: Second (2 IA5 numeric characters in the range 00 to 59). These six Parameters must always be sent as a block and in the above order: example: *164B*1994*10*21*15*35*11# The time and date is 3.35 and 11 seconds pm, 21 October 1994. TIME INTERVAL This Parameter comprises a sequence of IA5 numeric characters or a sequence of IA5 numeric characters followed by another IA5 character sequence consisting of the IA5 character "dot" (2/14) and a sequence of IA5 numeric characters. This Parameter represents a time interval in seconds to N decimal places where N is the number of numeric characters in the second sequence (N=O if the second sequence is not present). When used with Call Pick-Up Strings PU-DVG and PU-DVT this Parameter is optional. Its omission indicates that no Time Interval value is available. TIMER VALUE TRUNK GROUP REFERENCE NUMBER TRUNK MEMBER This is the sequence of IA5 numeric characters used to identify a Trunk Member within a Trunk Group at a particular PBX. REFERENCE NUMBER TYPE OF ASSISTANCE This Parameter comprises a single IA5 alpha character followed by a single IA5 numeric character. The alpha character defines the assistance type as follows: E = A call from outside the private network seeking assistance for the first time. I = A call from within the private network seeking assistance for the first time. R = A call already handled by an operator seeking assistance again. The numeric character comprises a number between 0 and 9 and offers the possibility to differentiate priority within a given assistance type. The higher the number the higher the priority. UNITS VPN ACCESS This Parameter comprises a sequence of IA5 numeric characters representing a number of charge units as a decimal number. This is a sequence of IA5 numeric characters used to identify the path of This Parameter is optional. It comprises a sequence of IA5 numeric characters representing a timer value as an integer number of seconds. This is the sequence of IA5 numeric characters used to identify a Trunk Group at a particular PBX.

Page - 48

BTNR 188 Coding of Supplementary Information String Parameters


PARAMETER NAME REFERENCE NUMBER DESCRIPTION AND CODING entry to a VPN.

Page - 49

BTNR 188
Clearing/Rejection Cause Codes (CRM/CIM)

BTNR 188 Clearing/Rejection Cause Codes (CRM/CIM)

Table of Clearing/Rejection Cause Codes (CRM/CIM)


MNEMONIC AB ACK AI CLEARING/ MEANING HEX REJECTION CAUSE VALUE Access Barred Used when a particular caller is barred access to 29H outgoing routes. Acknowledgement Used to inform the Requesting PBX that the 14H Supplementary Service has been (or is being) carried out. Address Used when insufficient address digits have been 01H Incomplete received to achieve a valid address, unless conflict dialing is permitted. Where conflict dialing is permitted, NU shall be used. Busy Used when the called party is engaged on a call. 08H Channel Out of Used to reject a call received on a channel which 23H Service is out of service or uninstalled. DTE Controlled Used when the called X.21 terminal is in the 2DH Not Ready "Controlled Not Ready" state. Congestion Used when PBX equipment or suitable routes are 07H busy. Call Used when a party releases a call by clearing in 30H Termination the normal way. Facility Not Used when a PBX receives a request relating to a 18H Registered service where previous knowledge of its existence is necessary, but that knowledge does not exist (e.g. a Call Back When Free call made to a PBX with no record of the original registration). Incoming Calls Used when the called party is barred to incoming OAH Barred calls. Service Used when the route available does not conform 13H Incompatible to the required SIC. 1AH Message Not Used when rejecting an unrecognised message Understood on an idle channel. Note that the channel on which MNU was received may not be the one on which the unrecognised message was detected because Transit PBXs pass on Clearing Causes unchanged. Network Address Used to inform the Requesting PBX that a call has 1EH Extension-Error been rejected because of failure to process the received NAE data. Network Used when the call is released by the network for 02H Termination any reason (eg due to a timeout expiring, or service interactions). Number Used when the Destination Address is invalid (i.e. OOH Unobtainable spare). Priority Forced Used when an authorised intruding party forces 24H Release the release of an unwanted party, e.g. an operator or a party with the required Breakdown Capability Reject Used when the requesting or requested party of a 19H Supplementary Service rejects the service (e.g. Wanted party rejects a Call Offer request). Route Out of Used when all suitable routes are out of service. ICH Service Page - 53

BY CHOS CNR CON CT FNR

ICB INC MNU

NAE-E NT NU PFR REJ ROS

SX-2000/3300 ICP CCS Trace


MNEMONIC SI SNU CLEARING/ REJECTION CAUSE Subscriber Incompatible Signal Not Understood MEANING Used when the called party does not conform to the requested SIC. Used when rejecting message contents which have not been understood. This CC is accompanied by the string SNU. SNU either identifies a String which has not been understood or indicates another reason for not understanding the message (e.g. syntax error). Used only when a PBX working to Issue 1 of DPNSS 1 rejects a String that is invalid. Used when the called party is out of service. Used when the requested Service is not supported by the route available and there is no other suitable route. Used when the requested Service is available on the PBX but can not be provided at the moment. HEX VALUE 04H 15H

SNV SOS SSI STU SU

Signal Not Valid Subscriber Out of Service Signaling System Incompatible Service Temporarily Unavailable Service Unavailable

16H 09H 1BH 17H

TRFD UNR

Used when the requested Service is supported by 03H the PBX but not by the called party. This Clearing Cause is accompanied by the String SU which identifies the Service being rejected. Transferred Used (by issues 2 & 3 PBXs only) to instruct the 1DH Branching PBX of a 3-party call to connect the two remaining parties together. DTE Uncontrolled Not Used when the called X.21 terminal is in the 2EH Ready "Uncontrolled Not Ready" state.

All other Clearing Cause values, with the exception of those encountered when interworking with DASS 2, are invalid within DPNSS 1 at present. Reference should be made to BTNR 190 and the individual Service and Supplementary Service Sections of BTNR 189 for Clearing Causes used when interworking with DASS 2. END OF SECTION 4 ANNEX 3

Page - 54

You might also like