COT - Class of Trunk for Call Processing

Specific trunk parameters are required for the call processing line tables. This data is stored as classes of trunks (COT). Each trunk is allocated a COT via the line table (see AMO TACSU, TSCSU and AMO TDCSU).
This AMO is used to assign, interrogate, cancel, regenerate, copy and change the trunk parameters.
Standard data records assigned to certain devices and containing service information texts, are provided on hard disk. The standard data records can be copied to the database.

Cross Reference to Other AMOs:

AMO COP : Class of Parameter for device handler
AMO TACSU : Configuration of analog trunk circuits in the SWU, Allocation of COT to trunks
AMO TDCSU : Configuration of digital trunk circuits in the SWU, Allocation of COT to trunks
AMO TSCSU : Configuration of special trunk circuits in the SWU, Allocation of COT to trunks

Destination Processor: BP (Switching Unit)

Functions

ADD password class 2
DISPLAY password class 0
REGENERATE password class 2
DELETE password class 2
CHANGE password class 2
COPY password class 2

Procedure Overview

ADD-COT

ADD-COT [COTNO=<number>], [PAR=<param>], [DEV=<param>], [INFO=<string>];

A new COT is assigned with the values specified in the parameters which follow.
If the COT has already been assigned, the command is rejected.
Parameter COTNO is optional. If it is not specified, an available COT is automatically searched for and assigned with the specified parameters.
The COT can be assigned for a specific device of AMOs TACSU/TDCSU/TSCSU with parameter DEV. When a trunk is configurated and no COT value has been specified, a for the device type assigned COT will be automatically used.
Additional a service information with parameter INFO can be assigned.

Example

Assign COT 15 with the parameter values RCL, XFER, NTON

Input:

 ADD-COT:15,RCL&AMP;XFER&AMP;NTON; 

Output:

 H01: THE COT  15 HAS BEEN ASSIGNED 

DISPLAY-COT

DISPLAY-COT [COTNO=<number>], [FORMAT=<param>], [PAR=<param>], [INFOPAT=<string>], [DEV=<param>], [SOURCE=<param>], [VARNO=<number>];

The following interrogation options exist:

Examples

  1. Display COTs 41, 50, 58 and 73.
  2. Input:
     DISPLAY-COT:41&50&58&73; 

    Output:
      COT:  41  INFO: STANDARD S2CONN
    DEVICE: S2CONN SOURCE: DB
    COT PARAMETER VALUES
    HIGHEST PRIORITY LINE PRIO
    RECALL TO VF IF USER HANGS UP IN CONSULTATION CALL RCL
    ATTENDANT INTERCEPT WHEN BUSY IBSY
    LINE WITH MFC SIGNALING MFC
    NO TONE NTON

    COT: 50 INFO:
    DEVICE: INDEP SOURCE: DB
    COT PARAMETER VALUES:
    CHANGEOVER FROM HOLD TO RING TONE CHRT
    SINGLE-DIGIT DID SDID
    CALL EXTEND ONLY FOR CALL STATE CEOC
    INTERNAL DIAL TONE DTNI

  3. Display the trunks linked with all COTs.
  4. Input:
     DISPLAY-COT:FORMAT=REF; 

    Output:
     COT   TRUNK         BCGR  DEVICE
    -----------------------------------
    41 1- 1-115- 2 DP
    1- 1-115- 3 DP
    -----------------------------------
    50 1- 1-121- 0 TSAC
    1- 1-121- 1 TSAC
    1- 1-121- 2 TSAC
    1- 1-121- 3 TSAC
    -----------------------------------
    58 1- 2- 55- 0 MCC
    -----------------------------------
    73 1- 2-115- 0 1 S2COD
    -----------------------------------

  5. Display standard data records on hard disk
  6. Input
     DISPLAY-COT:FORMAT=S,SOURCE=HD; 

    Output
     SOURCE: HD
    COT DEVICE SERVICE INFORMATION
    -----------------------------------------------------------------
    1 VCCONN STANDARD VCCONN
    2 VCCOD STANDARD VCCOD

REGENERATE-COT

REGENERATE-COT [COTNO=<number>];

The function REGENERATE can be used to output the COT parameter in command format.

Example

Regenerate COT 5 and 7.

Input:

 REGENERATE-COT: 5&7;  

Output:

 ADD-COT:5,RCL&NTON; 
ADD-COT:7,RCL&IVAC&NTON;

DELETE-COT

DELETE-COT COTNO=<number>;

The function DELETE can be used to delete assigned COT.
A COT can be deleted, if the COT is not linked to any trunk.

Example

Cancel COT 15.

Input:

 DELETE-COP:15; 

Output:

 H02: FOLLOWING COTS DELETED:
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
| 15 | | | | | | | | | |
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+

CHANGE-COT

CHANGE-COT COTNO=<number>, [COTTYPE=<param>], {(min 1) PAR=<param>, DEV=<param>, INFO=<string>};

An already assigned COT is changed with the values given in the following parameters.
If the COT is not yet assigned, the call is rejected.

Example

Change COT 54 with parameters RCL, XFER, NTON and COTTYPE=COTADD.

Input:

 CHANGE-COT:54,COTADD,RCL&XFER&NTON; 

Output:

 H06: COT 15 CHANGED
H07: CHANGED COT STILL LINKED WITH FOLLOWING TRUNKS:
COT TRUNK BCGR DEVICE
-----------------------------------
15 1- 1-121- 0 TSAC
1- 1-121- 1 TSAC
1- 1-121- 2 TSAC
1- 1-121- 3 TSAC
-----------------------------------

COPY-COT

COPY-COT
TYPE=COT,COTOLD=<number>, [COTNEW=<number>], [SOURCE=<param>];
TYPE=VAR,VARNO=<number>, [COTOVER=<param>];

Action COPY:TYPE=COT copies a standard COT set from hard disk into DB or from an existing DB COT parameter set into a new one. If no COTNEW is entered, the next free COT number will be used.
Action COPY:TYPE=VAR copies on account of a country specific varianttable a specific COT from HD to a specifc COT to DB. An existing COT will be not overwritten, execpt the parameter COTOVER=YES is entered.

Example
  1. Copy COT 1 from HD to the next free COT in DB.
  2. Input:
     COPY-COT:TYPE=COT,COTOLD=1,SOURCE=HD; 

    Output:
     H01: COT  73 ASSIGNED.

  3. Copy country specific varianttable 1 to DB and overwrite COT if existing.

  4. Input:
     COPY-COT:TYPE=VAR,VARNO=1,COTOVER=YES; 

    Output:
     H20: THE COT 10 WAS OVERWRITEN BY DATA OF THE COT 1 FROM HD.
    A NEW COT WITH THE OLD DATA CAN BE ASSIGNED WITH:
    ADD-COT: ,RCL&ANS&NTON;
    H20: THE COT 11 WAS OVERWRITEN BY DATA OF THE COT 2 FROM HD.
    A NEW COT WITH THE OLD DATA CAN BE ASSIGNED WITH:
    ADD-COT: ,RCL&CONS&NTON;
    H20: THE COT 12 WAS OVERWRITEN BY DATA OF THE COT 3 FROM HD.
    A NEW COT WITH THE OLD DATA CAN BE ASSIGNED WITH;
    ADD-COT: ,RCL&IIDL&IVAC&IBSY&INAU&ITB&IDND&IFR&MFC&NTON;
    H20: THE COT 25 WAS OVERWRITEN BY DATA OF THE COT 4 FROM HD.
    A NEW COT WITH THE OLD DATA CAN BE ASSIGNED WITH:
    ADD-COT: ,CONS&NTON;
    H20: THE COT 26 WAS OVERWRITEN BY DATA OF THE COT 5 FROM HD.
    A NEW COT WITH THE OLD DATA CAN BE ASSIGNED WITH:
    ADD-COT: ,CONS&ITT&NTON;
    H19: THE COT 30 WAS ASSIGNED BY DATA OF THE COT 6 FROM HD.
    H19: THE COT 31 WAS ASSIGNED BY DATA OF THE COT 7 FROM HD.
    H19: THE COT 32 WAS ASSIGNED BY DATA OF THE COT 8 FROM HD.
    H19: THE COT 40 WAS ASSIGNED BY DATA OF THE COT 9 FROM HD.
    H19: THE COT 50 WAS ASSIGNED BY DATA OF THE COT 10 FROM HD.
    H19: THE COT 51 WAS ASSIGNED BY DATA OF THE COT 11 FROM HD.
    H19: THE COT 52 WAS ASSIGNED BY DATA OF THE COT 12 FROM HD.
    H19: THE COT 53 WAS ASSIGNED BY DATA OF THE COT 13 FROM HD.
    H19: THE COT 70 WAS ASSIGNED BY DATA OF THE COT 14 FROM HD.
    H19: THE COT 80 WAS ASSIGNED BY DATA OF THE COT 15 FROM HD.
    H19: THE COT 90 WAS ASSIGNED BY DATA OF THE COT 16 FROM HD.

Parameter description

COTNEW Destination Class of Trunk
Type of Input: single value, optional
Possible Values: numeric, 0-255
COTNO Class of Trunk
Type of Input: 0 to 17 single values, concatenated with & or &&, optional (DISPLAY)
0 to 63 single values, concatenated with & or &&, optional (REGENERATE)
1 to 63 single values, concatenated with & or &&, mandatory (DELETE)
single value, mandatory (CHANGE)
single value, optional (ADD)
Possible Values: numeric, 0-255
COTOLD Original Class of Trunk to be copied
Type of Input: single value, mandatory
Possible Values: numeric, 0-255
COTOVER overwrite existing COT
Type of Input: single value, optional
Possible Values: N no FALSE
NO no FALSE
Y yes TRUE
YES ja TRUE
Default Value: NO
COTTYPE Type of change
Type of Input: single value, optional
Possible Values: COTADD Add values to a COT TRUE
COTDEL Delete values from a COT FALSE
Default Value: COTADD
DEV Kind of device on trunk
Type of Input: single value, 2. parameter of a min-1-group (CHANGE)
single value, optional (ADD / DISPLAY)
Possible Values: A3CISL CO circuit, 3wire/DC local signaling, CIS DB_Y_DBC_A3GUSL
A3CIST CO circuit, 3wire/DC toll signaling, CIS DB_Y_DBC_A3GUST
ANDIDLP1 2wire analog loop CO trunk DB_Y_DBC_ANDIDLP1
ANDIDLP2 2wire analog loop CO trunk DB_Y_DBC_ANDIDLP2
ANDIOLP1 2wire analog loop CO trunk DB_Y_DBC_ANDIOLP1
ANMOSIG 2wire analog loop CO trunk, MOSIG DB_Y_DBC_ANHKZ
ANSD Answering device = ANS (TSCSU) DB_Y_DBC_ANSEM
ATMPVC15 ATM permanent virtual circuit DB_Y_DBC_ATMNW20_15
ATMPVC23 ATM permanent virtual circuit DB_Y_DBC_ATMNW20_23_23
ATMPVC2X ATM permanent virtual circuit DB_Y_DBC_ATMNW20_23_7
ATMPVC3 ATM permanent virtual circuit DB_Y_DBC_ATMNW20_3
ATMPVC30 ATM permanent virtual circuit DB_Y_DBC_ATMNW20_30
ATMPVC7 ATM permanent virtual circuit DB_Y_DBC_ATMNW20_7
ATMPVCCO ATM permanent virtual circuit for public access DB_Y_DBC_ATMNW20_CO
ATMSVC ATM permanent virtual circuit DB_Y_DBC_ATMNW20_SVC
BW Bothway trk. cct. without DID/DDI (World) DB_Y_DBC_HKZU
BWA Digital bothway non-DID CO DB_Y_DBC_HKZA
BWALS70 Digital bothway non-DID CO, Italy DB_Y_DBC_HKZALS70
BWCHINA Digital bothway indial CO, China (CSN1-R2) DB_Y_DBC_IKZVRC
BWCISL Bothway CO trunk circuit, DIP, CIS, local DB_Y_DBC_IKZGUSL
BWCIST Bothway CO trunk circuit, DIP, CIS, toll DB_Y_DBC_IKZGUST
BWCSK Bothway trunk circuit, dip, Czechia, Slovakia DB_Y_DBC_IKZCSK
BWCSU Bothway trunk circuit, MOSIG, Czechia, Slovakia DB_Y_DBC_HKZCSU
BWDK Bothway trunk circuit, DIP, Denmark DB_Y_DBC_IKZDK
BWEDG Bothway CO circuit, ground start DB_Y_DBC_ASEC
BWELS Bothway mosig CO with loop disconnection DB_Y_DBC_ASELS
BWELSC Bothway mosig CO, release control (China) DB_Y_DBC_ASELSC
BWFIN Digital bothway indial CO, Finland DB_Y_DBC_IKZSF
BWFS Bothway trunk circuit, f-criteria DB_Y_DBC_ASFS
BWGR Bothway trunk circuit, DIP, Greece DB_Y_DBC_IKZGRI
BWGS Bothway trunk circuit, ground start DB_Y_DBC_ASGS
BWLD Bothway CO cct., loop start, disc rls DB_Y_DBC_ASDCL
BWLG Bothway CO cct., loop start, guard rls DB_Y_DBC_ASGCL
BWLRS Bothway CO circuit, socotel france, without DID DB_Y_DBC_ASLRS
BWLS Bothway trunk circuit, loop start DB_Y_DBC_ASLS
BWMDK Bothway trunk circuit, MOSIG, Denmark DB_Y_DBC_HKZDK
BWMFR Bothway trk. cct. without DID/DDI (France) DB_Y_DBC_HKZFR
BWMSCH Bothway trk. cct. without DID/DDI DB_Y_DBC_HKZCH
BWPOL0 Bothway trunk circuit, DIP, Poland DB_Y_DBC_IKZPOL0
BWPOL1 Bothway trunk circuit, DIP (inverse), Poland DB_Y_DBC_IKZPOL1
BWRSA Digital bothway indial CO, South Africa DB_Y_DBC_IKZRSA
BWSR Bothway trunk circuit, silent reversal DB_Y_DBC_ASSR
CC Code calling DB_Y_DBC_PSE
CDGCOD Digital CO trunk circuit for CDG V4.0 DB_Y_DBC_CDGAMT
CDGCONN Digital tie trunk circuit for CDG V4.0 DB_Y_DBC_CDGVERB
CISCOMB Bothway tie trunk, 2bit universal combined, CIS DB_Y_DBC_GUSCOMB
CISCOMB2 CO/tie trunk, 2bit combined, CIS rural DB_Y_DBC_GUSCOMB2
CISIND Bothway tie trunk, inductive signaling, CIS DB_Y_DBC_GUSIND
CISIND2 Rural trunk, inductive combined, CIS DB_Y_DBC_GUSIND2
CISNORK2 rural trunk, continuous signaling, CIS, Norka DB_Y_DBC_GUSNORK2
CISNORKA Bothway tie trunk, Norka signaling, CIS DB_Y_DBC_GUSNORKA
DFADAS1 Bothway tie trunk, 600/750 hz, CIS (ADASE) DB_Y_DBC_DFADAS1
DFADASE Bothway tie trunk, 1200/1600hz, CIS (ADASE) DB_Y_DBC_DFADASE
DICT Dictation equipment DB_Y_DBC_DIKT
DID direct inward dialling DB_Y_DBC_DID
DIDALS70 Digital direct indial CO, als 70 ndl DB_Y_DBC_IKZALS70
DIDBELG Digital direct indial, Belgium DB_Y_DBC_DIDBELG
DIDIT Digital direct indial CO, Italy DB_Y_DBC_DIDIT
DIDLRB Direct indial circuit, Brazil DB_Y_DBC_DIDLRB
DIDN2 Digital direct indial, Finland DB_Y_DBC_DIDN2
DIUCBRAZ Bothway trunk circuit, Brazil DB_Y_DBC_DIUCBRAS
DIUCQ421 Bothway trunk circuit, Brazil DB_Y_DBC_DIUCQ421
DODBELG Digital direct outward dialing, Belgium DB_Y_DBC_DODBELG
DODFR Digital direct outward dialing, France DB_Y_DBC_DODFR
DODIT Digital direct outward dialing, Italy DB_Y_DBC_DODIT
DODN2 Digital direct outward dialing, Finland DB_Y_DBC_DODN2
DOOR Door DB_Y_DBC_TUER
DP Dial pulse signaling DB_Y_DBC_IKZ
EB5NAL Bothway trunk circuit, German Reichsbahn DB_Y_DBC_EB5NAL
EMCONT CO/tie trunk, E&M/pcm30, India DB_Y_DBC_EMCONT
EMCONT2 CO/tie trunk, cont. sign. DIP, DTMF, MFC DB_Y_DBC_EMCONT2
EMD E&M delay DB_Y_DBC_EMD
EMDISC CO/tie trunk, E&M/pcm30, India DB_Y_DBC_EMDISC
EMDISC2 CO/tie trunk, carrier freq., France DB_Y_DBC_EMDISC2
EMH E&M hoot and holler DB_Y_DBC_EMH
EMI E&M immediate DB_Y_DBC_EMI
EMW E&M wink start DB_Y_DBC_EMW
GRDSTR ground start DB_Y_DBC_GRDSTR
ICF Incoming trunk circuit, loop start potential DB_Y_DBC_LSF
ICLCH Incoming tr. circuit, with direct inward dialing DB_Y_DBC_LSLCH
ICLFB Incoming trunk circuit, forced busy blocking DB_Y_DBC_LSLP
ICLIB Incoming trunk circuit, line interrupt blocking DB_Y_DBC_LSLU
ICLLP Incoming trunk circuit, low resistance blocking DB_Y_DBC_LSLN
ICN2 Incoming trunk circuit, n2 criteria DB_Y_DBC_N2S
INDEP Device independend DB_Y_DBC_DEV_INDEP
LAN Digital LAN tie trunk circuit DB_Y_DBC_WAML
LNSEL Line selector DB_Y_DBC_LW
LPSTR loop start DB_Y_DBC_LPSTR
MAINEM Main PBX for E&M/VFSS1, Networking DB_Y_DBC_HAEM
MCC Multiple code calling = CCM (TSCSU) DB_Y_DBC_PSM
MOSIG Main station Interface DB_Y_DBC_HKZ
NDIDIT Digital bothway non-did CO, Italy DB_Y_DBC_NDIDIT
NDIDN2 Digital incoming non-did CO, Finland DB_Y_DBC_NDIDN2
OB Trunk circuit, ob-signaling, Poland DB_Y_DBC_OB
OB2 CO/tie trunk, local battery operation DB_Y_DBC_OB2
OGN2 Outgoing trunk circuit, n2 criteria DB_Y_DBC_N2G
PRC2600 Bothway trunk circuit, 2600 hz, China DB_Y_DBC_VRC2600
RA Recorded announcement device DB_Y_DBC_ANSEA
RAS Recorded announcement device, synchronized DB_Y_DBC_ANSES
S0COD Digital CO trunk circuit with s0-interface DB_Y_DBC_S0AMT
S0CONN Digital tie trunk circuit with s0-interface DB_Y_DBC_S0VERB
S1COD Digital CO trunk circuit with s1-interface DB_Y_DBC_S1COD
S1CONN Digital tie trunk circuit with s1-interface DB_Y_DBC_S1CONN
S1PVC T1 permanent virtual circuit DB_Y_DBC_S1PVC
S1PVCCO T1 permanent virtual circuit for public access DB_Y_DBC_S1PVCCO
S1SVC T1 switched virtual circuit DB_Y_DBC_S1SVC
S2COD Digital CO trunk circuit with s2-interface DB_Y_DBC_S2AMT
S2CONN Digital tie trunk circuit with s2-interface DB_Y_DBC_S2VERB
S2PVC E1 permanent virtual circuit DB_Y_DBC_S2PVC
S2PVCCO E1 permanent virtual circuit for public access DB_Y_DBC_S2PVCCO
S2SVC E1 switched virtual circuit DB_Y_DBC_S2SVC
SATEM Satellite PBX for E&M/VFSS1, networking DB_Y_DBC_UAEM
SFADASJ Bothway tie trunk, 1600/2600 hz, CIS (ADASE) DB_Y_DBC_SFADASJ
SFCISL CO circuit, 4wire/2600hz local signaling, CIS DB_Y_DBC_SFGUSL
SFCIST CO circuit, 4wire/2600hz toll signaling, CIS DB_Y_DBC_SFGUST
SFS Incoming trunk circuit, supervisory freq. system DB_Y_DBC_UEFS
SOCFR (digital) socotel CO/tie indial cct., France DB_Y_DBC_SOCOTFR
SOCFR2 (digital) socotel CO/tie indial cct., France DB_Y_DBC_SOCOTFR2
SOCSPA (digital) socotel CO/tie indial cct., Spain DB_Y_DBC_SMFSPA
SPKR Loudspeaker DB_Y_DBC_LAUT
T1DID T1 direct inward dialling DB_Y_DBC_T1DID
T1EMD T1 E&M delay DB_Y_DBC_T1EMD
T1EMI T1 E&M immediate DB_Y_DBC_T1EMI
T1EMW T1 E&M wink start DB_Y_DBC_T1EMW
T1GRDSTR T1 ground start DB_Y_DBC_T1GRDSTR
T1LPSTR T1 loop start DB_Y_DBC_T1LPSTR
T1PLAR T1 SIA/PLAR DB_Y_DBC_T1PLAR
TMLRUD Bothway tie trunk, R2, DID, India DB_Y_DBC_TMLRUD
TSAUST Tie trunk, DC loop, Australian version DB_Y_DBC_QSAUS
TSBR Tie trunk, branch-off line DB_Y_DBC_QSABZ
TSC Bothway tie trunk, carrier freq. DB_Y_DBC_QSTF
TSC2 Bothway tie trunk, carrier freq. DB_Y_DBC_QSTF2
TSC3 Bothway tie trunk, carrier freq., Germany, Italy DB_Y_DBC_QSTF3
TSC4 Bothway tie trunk, carrier freq., France, Italy DB_Y_DBC_QSTF4
TSC5 Bothway tie trunk, carrier freq., Poland DB_Y_DBC_QSTF5
TSC6 Bothway tie trunk, carrier freq., Switzerland DB_Y_DBC_QSTF6
TSC7 Bothway tie trunk, carrier freq., reserve DB_Y_DBC_QSTF7
TSC8 Bothway tie trunk, carrier freq., reserve DB_Y_DBC_QSTF8
TSD Tie trunk, line dialing DB_Y_DBC_QSLW
TSEMCOF Bothway tie trunk, E&M, (earth off idle) DB_Y_DBC_QSEMCOF
TSEMCON Dothway tie trunk, E&M, (earth on idle) DB_Y_DBC_QSEMCON
TSEMCONT Bothway CO/tie trunk, continuous sign. DIP, DTMF DB_Y_DBC_QSEMCONT
TSEMD Bothway tie trunk circuit, delay dial DB_Y_DBC_QSEMDD
TSEMD2 Bothway tie trunk circuit, delay dial DB_Y_DBC_QSEMDD2
TSEMHUN Bothway tie trunk, E&M, carrier freq., Hungary DB_Y_DBC_TFUNG
TSEMHUN2 CO/tie trunk, carrier freq., Hungary DB_Y_DBC_TFUNG2
TSEMI Bothway tie trunk circuit, immediate dial DB_Y_DBC_QSEMID
TSEMI2 Bothway tie trunk circuit, immediate dial DB_Y_DBC_QSEMID2
TSEML Bothway tie trunk, E&M, loop-start-signaling DB_Y_DBC_QSEMSCH
TSEML1 Bothway tie trunk, E&M, CEPT-L1 standard DB_Y_DBC_QSEML1
TSEML12 Bothway tie trunk, E&M, CEPT-L1 standard DB_Y_DBC_QSEML12
TSEML2 Bothway tie trunk, E&M, loop-start-signaling DB_Y_DBC_QSEMSCH2
TSEMU Bothway tie trunk, E&M, universal cont. signal DB_Y_DBC_QSEMAL
TSEMU2 Bothway tie trunk, E&M, universal cont. signal DB_Y_DBC_QSEMAL2
TSEMUSD Bothway tie trunk, E&M, US, delay dialing DB_Y_DBC_QSEMUSD
TSEMUSD2 Bothway tie trunk, E&M, US, delay dialing DB_Y_DBC_QSEMUSD2
TSEMUSI Bothway tie trunk, E&M, US, immediate dialing DB_Y_DBC_QSEMUSI
TSEMUSI2 Bothway tie trunk, E&M, US, immediate dialing DB_Y_DBC_QSEMUSI2
TSEMUSW Bothway tie trunk, E&M, US, Wink start DB_Y_DBC_QSEMUSW
TSEMUSW2 Bothway tie trunk, E&M, US, wink start DB_Y_DBC_QSEMUSW2
TSIFD Tie trunk, DC loop with idle signal feed DB_Y_DBC_QSSPE
TSILP Tie trunk, DC loop with idle signal loop DB_Y_DBC_QSSCH
TSRTT Bothway tie trunk, reduced tie traffic DB_Y_DBC_QSFS
TSSIM Tie trunk, DC simultaneous dialing DB_Y_DBC_QSSIM
TSTFZ Tie trunk circuit, German Reichsbahn DB_Y_DBC_QSTFZ
VCCOD Digital CO trunk circuit with voice compression DB_Y_DBC_SKAMT
VCCONN Digital tie trunk circuit with voice compression DB_Y_DBC_SKVERB
Default Value: INDEP
FORMAT Format of Display
Type of Input: single value, optional
Possible Values: L Display of all COT related informations 0
REF Display of trunk associated with this COT 2
S Display table with COT-number, device, and Service Informations 1
Default Value: L
INFO A Service Information may be added to each COT, e.g. what kind of trunk matches with COT
Type of Input: single value, 3. parameter of a min-1-group (CHANGE)
single value, optional (ADD)
Possible Values: text, up to 50 characters
INFOPAT Pattern for search of Service Informations (INFO)
Type of Input: single value, optional
Possible Values: text, up to 50 characters
PAR Parameter values of a Class of Trunk
Type of Input: 0 to 64 single values, concatenated with &, optional (DISPLAY)
1 to 64 single values, concatenated with &, 1. parameter of a min-1-group (CHANGE)
1 to 64 single values, concatenated with &, optional (ADD)
Possible Values: AACD PNSF Call Wait at ACD unkown for orig. node of CAS DB_COT_REM_ATND_TO_ACDG
ABNA Synchronous announcement for intercept to AC, if STNO is busy or does not answer DB_COT_ANN_BUSY_NO_ANSW
ABPD Answering before postdial or announcement. This parameter must be set if the CO (exchange) requires an answering criterion before permitting suffix-dialing or announcement. DB_COT_ANSW_PRE_PD_OR_ANN
ACH3 Special classmark assignment for an outgoing consultation call by the attendent with a CO party on hold - required trunks to HiPath 3000 DB_COT_SPEC_CM_AC_CONS_CO
ACRC AC with revers charging. DB_COT_AC_REV_CHARGING
ACTR AC with call tracing DB_COT_AC_CALL_TRACE
ADIU Attenunation of DIUC CO trunks (GUS). This parameter is set for (digital) DIUC exchange trunks which require a line repeater (in the direction for which the parameter is set) for boosting the transmission level. Line repeaters are always required for connections from a digital trunk group to an analog local exchange (CO). Since the converters in the local exchanges cannot be reset to a higher transmission level, the signals must be amplified in the Hicom 300. Signal boosting is only necessary for incoming connection paths, but must still be set for all connections. If this COT parameter is set, the T-REF matrix (AMO TREF) will be read. DB_COT_ATTENUATN_TMD_DIUC
AEOD Line with advanced end-of-dial transmission (e.g. for DP and MOSIG signaling). If parameter is set, end-of-dial transmission is send in advance to incoming trunk of transit connection.
Parameter has to be set in performance relevant situations!
DB_COT_TRUNK_MIT_VORAB_WE
AI1 Announcement on incoming seizure type1, TSC (Italian Railway) DB_COT_ANOUC_ON_SEIZE_TYP1
AI1N Announcement incoming seizure 1 and own node number, TSC (Italian Railway) DB_COT_ANOUC_ON_DN_O_N_S_1
AI2 Announcement on incoming seizure type2, TSC (Italian Railway) DB_COT_ANOUC_ON_SEIZE_TYP2
AI2N Announcement incoming seizure 2 and own node number, TSC (Italian Railway) DB_COT_ANOUC_ON_DN_O_N_S_2
AI3 Announcement on incoming seizure type3, TSC (Italian Railway) DB_COT_ANOUC_ON_SEIZE_TYP3
AI3N Announcement incoming seizure 3 and own node number, TSC (Italian Railway) DB_COT_ANOUC_ON_DN_O_N_S_3
AICF Prevent call forwarding of forwarded calls to CO. Intercept if call is marked as forwarded. If parameter is not set, busy tone is sent to CO. DB_COT_ABW_VERHIND_AUL_AMT
AMFC autom.DTMF conversion on incom.calls while in talk DB_COT_DTMFCONV
ANDY ANI delivery in mixed networks. DB_COT_ANI_DELIVERY
ANHT An announcement is activated for each call entered in the call queue of a hunting group. The parameter is used in countries which transmit a hold tone for callers in a hunting group call queue rather than a ringback tone (e.g. Finland). DB_COT_ANSAGE_BEI_SA_AO
ANIC Line with ANI-Codogramm transfer (GUS). See also AMO COP, value ANIC. DB_COT_ANI
ANNA Announcement on attendant intercept. The announcement recorder will be assigned by means of AMO SSC, TYPE=EXTANN, CPCALL=ANNICPT. DB_COT_ANSAGE_BEI_AWVPL
ANNC Local announcement will be supplied for analog incoming calls. For digital calls the Delayed Disconnect procedure will be applied (meaning on for transit calls a Disconnect message will be mapped to a Progress) NTON, VM, DTNE or DTNI may be set alternately. The corresponding SIU tone will be supplied. DB_ORTSANSAGE
ANOD If this parameter is set, an announcement is switched for calls via this line without delay (if configured). See also AMO SYNCA description (administration of user-specific announcements) and AMO COP parameter AANT (artificial announcement text begin recognition). DB_COT_ANN_IMMEDIATE
ANS Parameter marks trunks, which provides a signaling mode with trunk signaling answer.
The line parameter ANS has to be set in the COP of the assigned trunk.
DB_COT_LTG_MIT_MELDEN
AOCC AOC per call (Since EV2.0 mandatory for CorNet-NQ and QSIG) DB_COT_AOC_PER_CALL
APPR Settings relevant for approval and testing. DB_COT_APPR_OVAL_TEST
APSM Synchronized announcement if PSM DB_COT_SYNCR_ANN_IF_PSM
ARCF Convert alternate routing on error to CFU DB_COT_CONV_AROE_TO_CFU
ASTN A-stationnumber will be checked if allowed for outgoing CO use. Allowed A-numbers have to be entered in dial plan DAR ASTN by means of AMO WABE. (ANI GUS) DB_COT_TEST_A_NO
ATDI Identification of attendant (MFC). CO-station number will be requested by AC from exchange for incoming CO-calls. DB_COT_IDENT_BEI_VPL
ATRS This parameter allows the administration of transit counters for S0/S2 lines. The maximum number of transit connections in a network can be administered by means of the TDCSU parameter TRSCOUNT (=threshold value). DB_COT_TRANSCOUNTER
BCCC B-channel call complition before answer B-side. This parameter is only set if Hicom is used as a DSS1 exchange and the network operator does not want the B-channel to be switched through until the called party answers. The B-channel is otherwise switched through when the connection has been established (for the caller). DB_COT_EDSS_1_NET_SIDE
BCNE B-channel negotiation (prevent preferred-preferred Collision). If parameter BKVER=J has been set for this circuit in the TDCSU in both systems to resolve a possible 'preferred-preferred collision'. DB_COT_ALLOW_PREF_PREF
BEOD Switch path before end of dial DB_COT_PATH_ON_BEOD
BFSR block forwarding switching after reject DB_COT_BFS_AFTER_REJECT
BKNA Activation disables feature Calling Name Delivery DB_COT_CND_HIDENAME
BLOC If this parameter is set, the field SENDING_COMPLETE is set to TRUE as soon as the pulse series counter limit is reached (provided by external toll restriction, depends on dialled digits). This parameter must be set always for QSIG! DB_COT_BLOCKENDE
BRAR This parameter allows a backward release (of an incoming CO call) if a system-initiated recall to the attendant or night station is not answered. Release time after recall has to be set by means of AMO CTIME parameter RELREC. DB_COT_RUECKAUSL_N_WDANR
BRLA Branch line Austria DB_COT_ABZWEIGLTG_AUSTRIA
BSHT Don't release call to busy hunt group, queue in hunt group call queue instead. AMO FEASU parameter ICPTDID has to be set. DB_COT_ANRUF_SA_AO_ERL
CACO All incoming ISDN Calling Numbers must be extended with the Alternative Country Code Number (from central switch data, ZANDE), " if not already done . DB_COT_ALTERNATIVE_CC
CATR Call charge transit transfer (China). DB_COT_GEB_TRANSIT
CBBN Automatic callback on busy networkwide. For WTK and S0/S2-Lines only. DB_COT_RUECKRUF_BESETZT
CBFN Automatic callback on free networkwide. For WTK and S0/S2-Lines only. DB_COT_RUECKRUF_FREI
CCRO Completion of Call Retention Option DB_COT_CCRO
CCTN CCT-no (AMO TACSU) is A-number on incoming seizure (GUS). DB_COT_SATZNR_CALLING_NR
CDBO CDR for break out to carrier. DB_COT_CLL_DA_REG_BREAK_OUT
CDN call deflection networkwide DB_COT_CD_NW
CDRD If this parameter is set, the fixed assigned authorization of COS of trunk will be used for charge recording instead of transmitted authorization. The carrier may control, whether service AOC (Advice of Charge) is released for the customer. This parameter do not control CDR at station display. DB_COT_SET_GESP_INCOMIMG
CDSV Call duration supervision (outgoing transit calls) DB_COT_CDUR_SVPRV
CEBC Extension via line is possible in busy, ringing or talk state. This applies for analog and digital CO trunks. See parameter CEOC also.
CEBC and CEOC are mutually exclusive.
DB_COT_UEBERGABE_VOR_MELD
CECO Call extension by AC to busy station with camp-on. DB_COT_CALL_OFFER
CEOC Extension via line is only possible in talk state. This applies for analog and digital CO trunks. This parameter is a subset of CEBC.
CEBC and CEOC are mutually exclusive.
DB_COT_UEBERGABE_NACH_MELD
CFBN call forward busy networkwide DB_COT_CFB_NW
CFOS Call forwarding programming for other subscribers. DB_COT_CF_PROGR_SUBSCRIB
CFTR Assign CFWD for main station. CFWD will be activated at provider. DB_COT_CF_PROGR_TRUNK
CFVA Call forwarding validation of external destination. DB_COT_CF_VAL_POSS
CHRT Changeover from hold to ring tone. When changeover before answer, ringback tone is send instead of the hold tone DB_COT_UMSCH_HALTE_A_FTON
CLAC CLIACT (ACTION BASED ON CLI) USED FOR TRUNK DB_COT_CLI_ACTION
CLNA CLINAMETR (CLI NAME TRANSLATION) USED FOR TRUNK DB_COT_CLI_NAME_TRANSL
CLNI CLINOINT (CLI NUMBER UNKNOWN - NO INTERCEPT TO AC) DB_COT_NO_DDICLI_INTERCEPT
CLNO CLINUMTR (CLI NUMBER MODIFICATION) USED FOR TRUNK DB_COT_CLI_NUMBER_MOD
CLNW Control of netw. called numbers with CLIMA DDI tbl DB_COT_CLNW_CONTROL
COEX Line for exchange coex's (MFC, China, protocol CSN1) Lines will be marked, which allow transfer of COEX (authorizations, see AMO COSSU). DB_COT_CLASS_OF_EXTERNALS
COTN Internal (simulated) exchange tone is transmitted for outgoing exchange connections. This parameter is not necessary for LCR, but is to be set for all digital tie trunks. This parameter avoids prior switch off of dialtone for tie traffic. DB_COT_AWTON_EINSPEISEN
COVN CO connection through CORNET VN protocol DB_COT_COVN
CPS6 For incoming CO calls with direct inward dialing set CPS 6 (CO with DID), even parameter TIE or ITT are set. DB_COT_VKS_AMT_EINST
CSN7 DIUS2 connection to CSN7-network (China). DB_COT_CSN7_INTERFACE
CTAL Call extend only in ring or call state. Valid for analog and digital trunks. Either CTAL, CONS or CNDT may be set! DB_COT_UEBERGABE_NUR_RUF
CTLN Controlled trunk and line selection not allowed DB_COT_CTLS_NOT_ALLOWED
CTLS Controlled trunk and line selection. DB_COT_CTLS
CUG Closed User Group DB_COT_CUG
CWBS Call waiting on busy subscriber. AMO FEASU Parameter ICPTDID has to be set. Either parameter CWBS or IBSY may be set. DB_COT_CALL_WAIT_SUBS_BUSY
DATA Trunk for data DB_COT_SMEO_DTE
DCCO derive the node number from the CALLING NUMBER, for incoming CO calls. DB_COT_DERIVE_CL_CO
DCPA Trunk is not able to signalize Directed Call Park DB_COT_CALL_PARK_NOT_SUPP
DDIC DDI Control DB_COT_DDI_CONTROL
DFNN Default node number of line must be used. This parameter must be set if the default node number of the line is to be used for display purposes. DB_COT_USE_DEFAULT_NODE_ID
DI1 Dial tone on incoming seizure type 1, TSC (Italian Railway) DB_COT_DIALT_ON_SEIZE_TYP1
DI1N Dial tone incoming seizure 1 and own node number, TSC (Italian Railway) DB_COT_DIALT_ON_DN_O_N_S_1
DI2 Dial tone on incoming seizure type 2, TSC (Italian Railway) DB_COT_DIALT_ON_SEIZE_TYP2
DI2N Dial tone incoming seizure 2 and own node number, TSC (Italian Railway) DB_COT_DIALT_ON_DN_O_N_S_2
DI3 Dial tone on incoming seizure type 3, TSC (Italian Railway) DB_COT_DIALT_ON_SEIZE_TYP3
DI3N Dial tone incoming seizure 3 and own node number, TSC (Italian Railway) DB_COT_DIALT_ON_DN_O_N_S_3
DISN Display dailed number of subscriber B at subscr. A DB_COT_DISP_DIALED_NUMBER
DIT dedicated incoming trunk DB_COT_DIT
DIUD DIU-CAS with digital data transmission (China). Parameter is only used for CO-trunks. This value is only specified for trunk circuits. Add the digit analysis results DTED, DTE and/or the combi-codes DTEDNO, DTENO using the AMO WABE. Use AMO RUFUM to initiate digit conversion to specific DTE devices. DB_COT_DIUC_DIGITAL
DPRE The realy send dialnumber (e.g. prefix digits, AMO LODR OUTPULSE) will be transfer to CDR. DB_COT_ZIEL_NR_MIT_VGZ
DSDL Don't send DIVersion_LEG_information_1 to 3, based on DSS1 and QSIG protocols. DB_COT_DONT_SEND_DIV_LEG
DSIT disconnect supervision for incoming trunk DB_COT_INC_DISCON_SUPERV
DTMF inband DTMF when SETUP contains no classmarks DB_COT_DTMF_ONLY
DTMP Line with dual tone multifrequency signaling packed (GUS) DB_COT_MFRP
DTMS Line with dual tone multifrequency signaling shuttle (GUS) DB_COT_MFRS
DTNE External dialtone will be supplied for analog incoming calls. NTON, VM, DTNI or ANNC may be set alternately. The corresponding SIU tone will be supplied. Digital outgoing trunks will be marked as CO-trunks. DB_WTON_EXTERN
DTNI Internal dialtone will be supplied for analog incoming calls. NTON, VM, DTNE or ANNC may be set alternately. The corresponding SIU tone will be supplied. DB_WTON_INTERN
EDBA Emergency disconnect before answer DB_COT_NOT_TRENN_V_MELDEN
EODL Parameter allows emergency override and disconnect only locally. Disconnect is possible on all analog and digital trunks, except TCOM and CCM/CC trunks. DB_COT_E_OVER_DISC_LOC_ONL
ETE MFC-R2 End-to-End DB_COT_ETE
ETE1 MFC-R2 End-to-End 1 DB_COT_ETE_1
ETE2 MFC-R2 End-to-End 2 DB_COT_ETE_2
ETE3 MFC-R2 End-to-End 3 DB_COT_ETE_3
ETE4 MFC-R2 End-to-End 4 DB_COT_ETE_4
ETE5 MFC-R2 End-to-End 5 DB_COT_ETE_5
ETSC UUS ETSI conform DB_COT_UUS_ETSC
FAX1 FAX overflow to phone mail - no answer DB_COT_PM_FAX_OFL_TIMER
FAX2 FAX overflow to phone mail - busy DB_COT_PM_FAX_OFL_BUSY
FLOV MLPP flash override call - high level DB_COT_SMEO_FLASHOV
FLSH MLPP flash call DB_COT_SMEO_FLASH
FNAN Call forwarding no-answer via rerouting. Valid for all kind of trunks. DB_COT_RWS_NW
FWDN Call forwarding witohut conditions via rerouting networkwide. Valid for all kind of trunks. If parameter is set, the call forwarded number is send back to origination node which will create a new connection to this station number. The first connection will be released. Valid for all digital trunks and has to be set in whole network! Since EV1.0 FWDN is enhanced by parameter CFVA which activates a check for destination number when programming a networkwide DVWD. Either parameter FWDN or CFBN may be set. DB_COT_AUL_NW
FWDR CFD via rerouting to public network (France).
Call forwarding to public network via transit call will not be implemented. Call forwarding will be done via rerouting.
DB_COT_CALL_DEFLECTION
HGTR hunt group svc transportable to partner node DB_COT_SRV_HG_TRANSPORTABL
IBBA send digits via in-band DTMF before answer DB_COT_INBAND_DTMF_B_ANWS
IBSY Attendant intercept when busy. AMO FEASU Parameter ICPTDID has to be set.
Either parameter IBSY or CWBS may be set!
DB_COT_ABW_BESETZT
ICZL Incoming CDR via zone or from line. Incoming charges computed by zone or provided by line (AOC). For incoming traffic, call charges are calculated according to zone tables (tariff tables), unless charge information is provided by the line (AOC messages). Either ICZL or ICZO may be set! DB_COT_TRUNK_INCOM_CHARGES
ICZO Incoming CDR activate per trunk. Either ICZL or ICZO my be set! DB_COT_TRUNK_INCOM_ZONE
IDIS Attendant intercept when disallowed number DB_COT_ABW_NICHT_ERLAUBT
IDND Attendant intercept when do-not-disturb is activated. AMO FEASU Parameter ICPTDID has to be set. DB_COT_ABW_ANRUFSCHUTZ
IEVT Diagnosis parameter for registration of implausible events. DB_COT_STATISTIK_UNPL_EVT
IFR Attendant intercept when free (after timeout). AMO FEASU Parameter ICPTDID has to be set. DB_COT_ABW_FREI
IGID Ignore incoming Call ID (CorNet). The received call ID is ignored and a new one issued, e.g. at network boarder of carrier. DB_COT_NO_CALL_ID_INCOMING
IICB Ignore incoming billing. The received cost unit and received TRANSORG bit (AMO LDAT) are not transferred from the billing element. DB_COT_NO_BILLING_INC
IIDL Attendant intercept when dialing incomplete. AMO FEASU Parameter ICPTDID has to be set. DB_COT_ABW_WAHL_UNVO
IMDI MLPP immediate call DB_COT_SMEO_IMMED
INAU Attendant intercept when unauthorized. AMO FEASU Parameter ICPTDID has to be set. DB_COT_ABW_NICHT_BERECHT
INDG Attendant intercept if no digits dialed. Do not use for analog pulse dialling (DP)! AMO FEASU parameter ICPTDID has to be set. DB_COT_ABW_KEINE_WAHL
IONS Attendant intercept if override not successful. If this parameter is set, calls are switched to the attendant console following a failed remote override attempt. DB_COT_AC_CFW_NOSUC_OVRIDE
IRTO Italian railway tone. This parameter must be set to allow the detection of an intermediate dial tone in mixed networks (analog/digital). If the parameter is not set, an intermediate dial tone can only be detected via analog lines. DB_COT_ITALI_RAILWAY_TON
ITB Attendant intercept when all trunks busy (congestion, e.g. call queue exceeded). AMO FEASU Parameter ICPTDID has to be set. DB_COT_ABW_GASSENBESETZT
ITRC Internal timer start for recall via CDG. DB_COT_WA_INT_CDG
ITRN This parameter allows the transfer of ITR group information via the S0/S2 interface (i.e. network-wide). The ITR group of trunk will be used instead of transmitted ITR-group. DB_COT_VBZ_NW
ITT For incoming traffic CPS 12 (= inter-exchange traffic) is set all the time. Valid for analog and digital trunks. Therefore in digits analysis distinct results depending on CPS 12 may be activated. If parameter ITT is not set, digit analysis uses CPS10 (= station line incoming) for incoming digits.
Valid for analog and digital trunks. Either parameter TIE or ITT may be set.
DB_COT_ZWISCHENVERKEHR
IVAC Attendant intercept when station number is vacant (AMO WABE). AMO FEASU Parameter ICPTDID has to be set. DB_COT_ABW_NICHT_VORHANDEN
KNDI Camp-on of DID calls (CO and tie trunks) DB_COT_ANKL_DUWA_AMT
KNEX Camp-on after extension of incoming trunk calls. DB_COT_ANKL_VERM_KOM_AMT
KNOR If a called user is busy, network-wide override or call waiting indication is possible on the line. Valid for analog and digital trunks. DB_COT_ANKL_AUFS_MOEGLICH
KNTE automatically override to extension using TIE-Lines. This parameter has the same functionality as KNDI/AKDW for CO calls (but for TIE lines!) DB_COT_CAMP_ON_TIE
LBPR LB Line partner for release control. DB_COT_OB_LINE
LINC Lines with implicit station numbers for carrier. This parameter marks lines from carrier systems to customer systems. These lines are used to send the implicit station numbers (without exit ID i.e. 098 722 4711 or only 4711) as Calling Number. It should always be set on lines to the carrier system.
LINC and LINO may not be used together!
DB_COT_IMPL_NO_CARRIER
LINO Line with implicit numbers.
The COT parameter LINO must be set whenever old systems (<V3.5) or external systems connected to this line only understand implicit (dialable) numbers and send an undefined or incorrect NPI/TON combination with a transmitted number. Since in practice this can only be determinated at considerable expense, it is recommended that the COT parameter always be set in circuits to old systems or external systems. Either parameter LINO and LINC may be set!
DB_COT_IMPL_NUMBERS
LPRN Line with permanent restricted numbers to EDSS1 CO DB_COT_CLIR_COLR
LRPM Last redirecting number is send to phonemail DB_COT_PHONEMAIL
LWNC This parameter indicates a line without node code transport. The parameter is set for the network features 'Station number displays in open numbering networks' and 'Network loop avoidance' . DB_COT_NO_NODE_NO
MAOV Manual override (China). DB_COT_MANUAL_OVERRIDE
MCIW Mailbox-callback interworking with Hicom200. This parameter is used for lines with the QSIG protocol to allow callback from a Hicom200 remote system. This parameter must be set for the correct signaling of callback requests for users of a Hicom200 remote system sotred as mailbox messages. DB_COT_CCNR_MBOXINTWRK
MFC Line with MFC signaling. MFCVAR > 0 has to set by means of AMO MFCTA!! DB_COT_LTG_MFC
MFOB Signal whithout b-Sign, MFC-R2 This parameter must be set to allow transit calls (DID calls) via a main PABX (Hicom 300) to a satellite PABX (Hicom 300) independently of the network protocol used (i.e. CorNet-N or MFC-R2 / CIS). This is necessary for systems with the MFC-R2 protocol used in Russia (CIS), i.e. without backward signal but with release control (see AMO-COT: COEX). DB_COT_MFCOB
MICC MCID call clearing control required. DB_COT_MCID_CCC_RQI
MIIH MCID identify here. DB_COT_MCID_IDENT_HERE
MLPR trunk can be used for mlpp-preemption DB_COT_MLPP_TRK_FOR_PREEMP
MRCA Manual call connection after conference override. DB_COT_MANUAL_RECALL
MSIR MSI Line with release control. DB_COT_HKZ_LINE
NAAT north american analog trunk DB_COT_NA_ANALOG_TRUNK
NCDR Suppress signaling of CDR-E specific messages. DB_COT_NO_CDRE_SIGNALLING
NCHD Don't send advice of charge during call. DB_COT_DONT_SEND_AOC_D
NCHG Attendant console without charge. CO-station will not get charge when calling AC (MFC). AMO FEASU Parameter NOCHRG must be set. DB_COT_VPL_OHNE_GEBUEHREN
NCT network call transfer, explicit call transfer DB_COT_NCT
NCTP No CFNR after tranfer possible to nodes behind. DB_COT_NO_RWS_TRANSF_POSS
NIN2 don't send CINT LEG2,if centr.ATND in hetero.netw. DB_COT_DONT_SEND_CINT_LEG2
NITO No intercept to AC if transit and outgoing connections (for analog trunks only). DB_COT_KEIN_ABW_TRANS_GEH
NLCR Incoming trunk from system without LCR (speech). This parameter must be set if the trunk parameters for LCR (Least Cost Routing) cannot be transmitted on the line (e.g. due to protocol incompatibilities). In these cases, the called user's LCR parameters (LCR COS) are used. DB_COT_NO_LCR_AUTH_AVAIL
NLHT No local holdtone, holdtone from remote system, e.g. Music from a central recorder. DB_COT_NO_LOCAL_HOLD_TONE
NLRD Incoming circuit from system without LCR (data). This parameter must be set in order to allow the use of the LCR authorizations of the trunk for data connections if the LCR authorizations may not be transmitted (e.g other protocol) or the transmitted LCR authorizations shall be ignored. (AMO COSSU, Parameter LCOSD) DB_COT_TRUNK_LCOS_FOR_DATA
NMLT suppression of mlpp-information incoming/outgoing DB_COT_MLPP_NO_TRANSM
NMRN The format of REDIRECTING_NUM doesn't need to be same as REDIRECTION_NUM DB_COT_NO_MOD_REDIR
NOCI No notification for conference suppl. service DB_COT_NO_CONF_NOTIFICATION
NOCT No notification for call transfer and call hold supplementary services " DB_COT_NO_CT_NOTIFICATION
NOEA No Emergency Address DB_COT_NO_EMERGENCY_ADDR
NOFE No 3rd party possible DB_COT_NO_3PTY_IS_POSSIBLE
NOFT No Flag Trace DB_COT_NO_FLAG_TRACE
NOHO can not be put on hold for nw conference DB_COT_CANNOT_B_PUT_ON_HLD
NORR No rerouting. This value is set for lines without interpreted end-of-dialing and for lines for which no further rerouting is desired after they have been seized. DB_COT_NO_REROUTING
NOSD no simple dialog available DB_COT_NO_SIMPLE_DIALOG
NOTO near ton generation DB_COT_NEAR_TON_GENERATION
NOVC No override on CO-connections. DB_COT_NOT_OVERRIDE_CO_CON
NPIS NPI ISDN, outgoing call DB_COT_NPI_FOR_REDIR_ISDN
NPPR NPI PRIVATE, outgoing call DB_COT_NPI_FOR_REDIR_PRIV
NPUN NPI UNKNOWN, outgoing call DB_COT_NPI_FOR_REDIR_UNKN
NQNP CorNet-NQ Networkwide Pick-up not supported. DB_COT_NET_PICK_NOT_SUPP
NQPI CorNet-NQ Pickup-Info not supported. DB_COT_PICK_INFO_NOT_SUPP
NRAA Signaling no backward release after answer (analog), analog only, e.g. for transfer. DB_COT_KEIN_RAUSL_N_MELDEN
NRBA Signaling without backward release before answer, analog only, e.g. for transfer. DB_COT_KEIN_RAUSL_V_MELDEN
NTBO Netborder to privat or public net, no rerouting DB_COT_SIS_NET_BORDER
NTON No tone will be supplied for analog incoming calls. DTNI, VM, DTNE or ANNC may be set alternately. The corresponding SIU tone will be supplied. DB_KEIN_TON
NUPR No use of public number for reroute DB_COT_NO_USE_PUB_NUM_REROUT
ODNI Override default originating net id (SIP trunks) DB_COT_OVER_DFLT_NET_ID
OHKQ off hook queuing for trans calls DB_COT_OFF_HOOK_Q
ORRN orig. called party number send via redirect. no DB_COT_ORIG_RN
OSCV OpenScape Voice interworking DB_COT_HIP8K_INTER
OVRA Override for exchange operators (flash to exchange, toll exchange operator override). DB_COT_TM_WITH_SIGN_TO_CO
PDL2 Send DivLeg2 setup to external Preferred Device DB_COT_SEND_DIV_LEG2_TO_PD
PDOB Postdial option when dialed station is busy DB_COT_POST_DIAL_BUSY
PDOT Postdial option when dialed station did not answer. DB_COT_POST_DIAL_NO_ANSW
PGEP partner node does not know GEP signalling DB_COT_PRE_UNITY_GEP
PINR This parameter allows 'PIN remote' (remote activation/deactivation of PIN) in both incoming and outgoing traffic. Parameter must be set on both end of connection. DB_COT_ALLOW_REMOTE_PIN
PM8D Phonemail can not handle numbers longer than 8 digits that are marked as integral DB_COT_PHONEMAIL_8_DIGITS
PNEV Suppression of VMS display information for PNE. For inband signaling, this parameter blocks the speech channel for signaling the VMS display information to the calling terminal, i.e. signaling no longer interfers with the spoken operator prompts. DB_COT_PNE_CONNECTION
PRI Priority for AC will be determined from message DB_COT_HOE_PRIO
PRIC MLPP priority call - low level DB_COT_SMEO_PRTY
PRNI If this parameter is set, no NODE Information (NI) will be sent in the SETUP (BC) DB_COT_PREVENT_NI
PROV Emergency override/disconnect via S0/S2-tietrunks or E&M and TF-Signaling. AMO FEASU parameter EMOVR/EMRLS must be set. DB_COT_E_OVER_DISC
R181 Reserved element 181 DB_COT_IMW_MFRS_ANI
R233 Reserved element 233 DB_COT_USED_233
R295 Reserved element 295 DB_COT_USED_295
R296 Reserved element 296 DB_COT_USED_296
R297 Reserved element 297 DB_COT_USED_297
R298 Reserved element 298 DB_COT_USED_298
R299 Reserved element 299 DB_COT_USED_299
R300 Reserved element 300 DB_COT_USED_300
R301 Reserved element 301 DB_COT_USED_301
R302 Reserved element 302 DB_COT_USED_302
R303 Reserved element 303 DB_COT_USED_303
R304 Reserved element 304 DB_COT_USED_304
R305 Reserved element 305 DB_COT_USED_305
R306 Reserved element 306 DB_COT_USED_306
R307 Reserved element 307 DB_COT_USED_307
R308 Reserved element 308 DB_COT_USED_308
R309 Reserved element 309 DB_COT_USED_309
R310 Reserved element 310 DB_COT_USED_310
R311 Reserved element 311 DB_COT_USED_311
R312 Reserved element 312 DB_COT_USED_312
R313 Reserved element 313 DB_COT_USED_313
R314 Reserved element 314 DB_COT_USED_314
R315 Reserved element 315 DB_COT_USED_315
R316 Reserved element 316 DB_COT_USED_316
R317 Reserved element 317 DB_COT_USED_317
R318 Reserved element 318 DB_COT_USED_318
R319 Reserved element 319 DB_COT_USED_319
RCBS Release control with busy signal (GUS).
This parameter must be set to allow release control with a simulated busy signal (busy tone/text display message on called line when calling party hangs up). The busy signal (and text) is reset when the calling party picks up the handset again. A typical application is for systems in CIS with ISKRATEL adapters.
DB_COT_RELCMBT
RCL Recall when user hangs up in consultation call (valid for all trunks) DB_COT_ANR_EINH_RF
RCLS Recalls to attendant in node without AC are suppressed. Valid for all kind of trunks. DB_COT_KEIN_WIEDERANRUF
RDDI This parameter is set if a dial request is required for direct inward dialing (via suffix-dialing). DB_COT_DDI_SYN_ANN
RDL2 Remove DivLeg2 of incoming call DB_COT_REMOVE_DIVLEG2
RLIN receive trailing lin digits DB_COT_RECEIVE_LIN
RMVN Remove name of incoming call DB_COT_REMOVE_NAME
ROPT Parameter indicates lines which support routeoptimazation. (valid only for digital tie-trunks, from V3.3) DB_COT_ROUT_OPT_POSSIBLE
ROUT MLPP dsn-routine DB_COT_SMEO_DSNR
SANH synchronized announcement of non hicom incom. call DB_COT_NON_PTT_AUTH_SYN_ANN
SATC This parameter indicates the S0/S2 lines used for satellite connections. The maximum number of satellite connections in a network can be administered with the aid of the TDCSU satellite counter parameter SATCOUNT (=threshold value). DB_COT_SATELLITE
SATR synchronized announcement type transport DB_COT_SEND_SYN_ANN_TYP
SDID Single-digit did DB_COT_EINST_DURCHWAHL
SECO send emergency call outgoing d-channel info DB_COT_ECP_NO_D_CHANNEL
SIRI single ring burst from nodes via virtual private network over digital co trunk DB_COT_SINGLE_RING
SNBE This parameter suppresses the transmission of charge elements (billing elements). DB_COT_NO_BILLING_OUT
SPAH system park / call hold analog DB_COT_AUTO_RCL_TO_ATND
SPCM Speech channel compressed for b-channel. See Service Manual, AMO Usage Examples 'Voice Compression'. DB_COT_COMPRESSED
SPCP voice compression preferred DB_COT_COMPR_PREFERED
SPSR Trunk to voice server in foreign node DB_COT_FOREIGN_SPECH_SERVR
STH3 Special Classmark assignmentfor outgoing call " by STN with CO party on hold - necessary for interworking with HiP3000 DB_COT_SPEC_CM_STN_CONS_CO
SUPN suppress name on display for external traffic DB_COT_SUPPRESS_NAME
T4WA COT for T-Reference (digital attenuation). The parameter must be set so that the system recognizes the analog line as having a 4-wire interface when the device type is checked. DB_COT_TIE_CIR_4W_ANA
TCC Incoming tie traffic CO call signaling. DB_COT_INC_TIE_TRAFFIC_C_C
TCET If this parameter is set, calls are switched through in 'transfer of ringing' state and no hold tone is applied. DB_COT_SPEECH_PATH_XFER
TGRE Trunk group only for rerouting, Fa. C-Tel only DB_COT_CAUSE_REROUTING
TIE Trunks of one direction are operated as tie-trunks. For incoming traffic CPS 11 (= tie incoming) is set all the time. Valid for analog and digital trunks. Therefore in digits analysis distinct results depending on CPS 11 may be activated. If parameter TIE is not set, digit analysis uses CPS10 (= station line incoming) for incoming digits.
Either parameter TIE or ITT may be set.
DB_COT_QUERVERKEHR
TIEI CO-station number will be requested from exchange for incoming CO-calls when tie traffic. DB_COT_IDENT_BEI_TRANSIT
TMFC Seize transit circuit upon completion of MFC-signaling. (Direction CO is signaled as free. (France) DB_COT_TRANS_BEL_N_MFC
TMUSIC Number of music on hold recording DB_COT_USED_TRUNK_MUSIC
TNDV Tone is supplied from the station (for analog and digital S0/S2 trunks)-see also COT TR6T. DB_COT_TON_FROM_ENDG
TR6T This parameter indicates a line with 1TR6 protocol used as a tie-line. This is for use in links to non-Hicom-300 systems (e.g. Hicom 100, Hicom 200, TELENORMA) using digital lines with the 1TR6 German public network protocol as tie-line. The Hicom 300 system emulates a public network exchange. This only works with digital trunks, see also TNDV for near tone generation - TNDV is the preferred method for local tone generation. DB_COT_1TR6_QUER
TRAI Malicious call trace, e.g. in ISDN DB_COT_FANGEN_AMT
TRBA Transfer before answer on DSS1. DB_COT_XFER_BEFORE_ANSWER
TRID Provide Trunk Data (PEN) for identification by AC DB_COT_SIS_TRUNK_IDENT
TRSC Trunk sends call charges to originating node, valid for INCDR til V3.4. If this parameter is set, the trunk sends currency amounts instead of charge units back to the originating node for call data recording in transit traffic (applies to internal CDR). If the parameter is not set, charge units are transmitted back to the originating node. In this case, the central system data of the originating node must be appropriately configured with AMO ZAND(TYPE=CCD,CDDISPEX=UNIT). DB_COT_TRUNK_WITH_CURRENCY
TSCS TSC-Signaling for networkwide features in digital networks. Mandatory since V3.3-08. (E.g. Mailbox messages) DB_COT_MAILBOX_SIG_TSC
TWDS transfer allowed without disconnect supervision DB_COT_TRANS_NO_DISC_SUP
US1E UUS1-explizit Service is allowed DB_COT_UUS_US1E
USBT UUS3 service may be requested by called Party. DB_COT_UUS_USBT
USCC Congestion Control for User-User Service. DB_COT_UUS_USCC
USCD Restricted UUS-Services for Interaction with Call Diversion. DB_COT_UUS_USCD
USD Unrestricted suffix dialing (France). This parameter allows unrestricted suffix-dialing (i.e. dialing on open line) for DIGITE users for incoming and outgoing analog/CAS connections, in conjunction with DTMF dialing. DB_COT_POST_DIAL_UNRESTIC
UUS1 UUS Service Class 1 (Connection Setup Basic Call) DB_COT_UUS_1_POSS
UUS2 UUS Service Class 2 (Connection Basic Call) DB_COT_UUS_2_POSS
UUS3 UUS Service Class 3 (Connection release Basic Call) DB_COT_UUS_3_POSS
VCMN Voice compression not allowed. See Service Manual, AMO Usage Examples 'Voice Compression'. DB_COT_VCM_NOT_ALLOWED
VM Voice mail announcement will be supplied for analog incoming calls. NTON, DTNI, DTNE or ANNC may be set alternately. The corresponding SIU tone will be supplied. DB_VOICE_MAIL
VNCO send virtual subscriber number to co DB_COT_VIRTUAL_NUM_TO_CO
VOCE Trunk for voice DB_COT_SMEO_VCE
WAAN This parameter must be set for a wait announcement on the line (please hold the line). DB_COT_WAIT_ANN
XFER Trunk call transfer DB_COT_UML_AMTSG_ZU_SATZ_E
XTRC External timer start for recall via CDG. DB_COT_WA_EXT_CDG
SOURCE Location of Class of Trunk
Type of Input: single value, optional
Possible Values: DB Database TRUE
HD Harddisk FALSE
Default Value: DB
TYPE branching
Type of Input: single value, mandatory
Possible Values: COT Class of Trunk
VAR country specific variants
VARNO number of country specific variant
Type of Input: 0 to 17 single values, concatenated with & or &&, optional (DISPLAY)
single value, mandatory (COPY,TYPE=VAR-country specific variants)
Possible Values: numeric, 1-255

Error Messages

F01
F01: COT @@@ ALREADY ASSIGNED
F02
F02: NO MORE FREE COTS AVAILABLE
F03
F03: SPECIFICATION OF ADDITIONAL PARAMETERS EXCEPT SOURCE IS NOT ALLOWED WHEN
     A COT-NUMBER HAS BEEN ENTERED
F04
F04: NO PARAMETER VALUE ENTERED FOR TONE TYPE (NTON, DTNI, VM, DTNE OR ANNC)
F05
F05: ONLY ONE TONE TYPE (VM, DTNI, NTON, DTNE OR ANNC) MAY BE ENTERED
F06
F06: ROPT MUST BE SET FOR DIGITAL TIE LINES ONLY (AMO TDCSU)
F07
F07: THE VALUES @@@@@@ AND @@@@@@ MUST NOT BE SPECIFIED SIMULTANEOUSLY
F08
F08: THE VALUE @@@@@@ @@@@@@@@@@ BE SPECIFIED FOR VCCOD OR VCCONN TRUNKS
F10
F10: MAXIMUM NUMBER OF INFO FIELDS ARE USED, NUMBER HAS TO BE
     INCREASED BY MEANS OF
     ADD-DIMSU:INFO=<?>;
F14
F14: @@@-TABLE <filename> CAN NOT BE LOADED.
F15
F15: @@@ @@@ NOT FOUND ON HARD DISK!
F16
F16: COT @@@ NOT FOUND IN DATABASE!
F17
F17: SPECIFICATION OF ADDITIONAL PARAMETERS IS NOT ALLOWED WHEN
     A VAR-NUMBER HAS BEEN ENTERED
F18
F18: ONLY ONE VALUE (NPPR, NPIS OR NPUN) MAY BE ENTERED

Advisory Messages

H01
H01: COT @@@ ASSIGNED
H02
H02: FOLLOWING COTS DELETED:
H03
H03: FOLLOWING COTS NOT ASSIGNED:
H04
H04: FOLLOWING COTS STILL LINKED WITH TRUNKS AS COT RESP. COTX
     OR ASSIGNED TO A LCR-ROUTE ELEMENT (AMO LDAT) AS COT:
H05
H05: NO @@@S ASSIGNED
H06
H06: COT @@@ CHANGED
H07
H07: CHANGED COT STILL LINKED WITH FOLLOWING TRUNKS:
H08
H08: ENTERED TONE TYPE (NTON, DTNI, VM, DTNE, ANNC) NOT EFFECTIVE WHEN
     CANCELLING PARAMETER VALUES 
H09
H09: THE COT IS ALREADY IN THE CORRECT STATE
H10
H10: COT IS NOT ASSIGNED TO ANY TRUNKS
H16
H16: NO MATCHING PATTERN FOUND IN INFO FIELDS
H17
H17: PARAMETER PAR AND FORMAT=REF NOT ALLOWED WHEN
     SOURCE=HD. VALUES WILL BE IGNORED.
H18
H18: PARAMETER PAR AND DEVICE, INFOPAT ARE ALLOWED
     ALTERNATIVE ONLY. 
H19
H19: THE COT @@@ WAS ASSIGNED BY DATA OF THE COT @@@ FROM HD.
H20
H20: THE COT @@@ WAS OVERWRITEN BY DATA OF THE COT @@@ FROM HD.
     A NEW COT WITH THE OLD DATA CAN BE ASSIGNED WITH:
H21
H21: SPECIFICATION OF PARAMETER PAR ALWAYS BE DISPLAYED AS FORMAT=L.
H22
H22: CHANGED COT STILL LINKED WITH FOLLOWING LCR-ROUTE ELEMENTS: