21.3.1
ADD-ATCSM
Restriction:
In case of a Hipath 4000 v2.0 there don't exist synchrone or asynchrone V24 - Lines.
•
Create a device type (DEVTYPE) in the device-profile
•
Create a device (TYPENO) in the device table
•
Create an allocation of a device (TYPENO), logical device (IDEVNAME) or device type (DEVTYPE)
•
Create an allocation of a device (TYPENO) and line (LN) with optional startup (OPMODE)
Prerequisites
•
Existing server configuration (via AMO UCSM)
•
A device can be reconfigured only if the old configuration was cancelled in the database.
•
For the allocation of a device type to a device, the corresponding device and the device type as well as the logical line characteristics associated with the device must be configured.
•
A device type must be allocated to the device before a line is allocated to a device.
Notes
•
If the device type is already created, it will be overwritten and an advisory (H14) will be displayed.
•
The device types RSV1 til RSV3 are for reserve and so they have no default values. Creating these device types without input of valid control character sequences will be rejected (F45).
Procedure Overview
Command Code
Parameter
ADD-ATCSM
[UNIT=<param>]
,TYPE=CFIG,CFIG=TYPE,DEVTYPE=<param>,[CRLF=<hex>]
,[FF=<hex>],[USERGD=<hex>],[STATXBLK=<hex>]
,[STOTXTBL=<hex>],[VATRNORM=<hex>]
,[VATRDARK=<hex>],[CRCHAR=<hex>]
,[LNPERSCR=<decimal>],[CHPERLN=<decimal>];
|,TYPE=CFIG,CFIG=DEV,TYPENO=<decimal>
,[TERMDESC=<param>],[CHPERLN=<decimal>]
,[CNTRLNA=<hex>],[T=<decimal>],[ANSLNT=<hex>]
,[ANSLN=<hex>],[ECHOCHAR=<hex>],[FILLWTPR=<hex>],
,[FILLCNT=<decimal>],[CNTRLND=<hex>]
,[TFOUT=<hex>],[TFIN=<hex>],[DISDELN=<hex>]
,[FRAMEFL=<hex>],[PARERR=<hex>],
,[OVERFL=<hex>],[DAOUTT=<decimal>]
,[DAINT=<decimal>],[RSVT=<decimal>]
,[INTOUTT=<decimal>],[DIALT=<decimal>]
,[PASSEXCL=<hex>],[PASSRES=<hex>];
|,TYPE=ADD,ALSEL=TYPE,LDEVNAME=<param>
,[DIAIND=<param>],DEVTYPE=<param>,TYPENO=<decimal>;
|,TYPE=ADD,ALSEL=LN,TYPENO=<decimal>,LN=<decimal>
,[OPMODE=<param>];
Example
A system with an AMT (administration and maintenance terminal) which is connected to line 8 of module A1 (ADS) is specified.
A standard service terminal with a connected PT88 is provided. This hardware configuration is to be connected to line 9 of module A1 of the ADS. Output on this device must be program-controlled, with the option of output on the screen only, on the printer only, or on both the screen and the printer.
In the first three calls, the control character sequences of the required device types are defined by default values. The type-specific data is then created. Prior to allocating a device, the AMO
LCSM
(line configuration service module) must be used to create the line-specific data. Since the device data is allocated to the index 2 (TYPENO = 2), the line data must also be assigned to the same index.
In the 3 subsequent calls, one device type each is allocated to the type-specific and line-specific data and to the logical device name used by the LDU.
In the last call, the device data is allocated to a line which is subsequently activated.
1.
Create device types
Input:
AD-ATCSM : UNIT=A1,TYPE=CFIG,CFIG=TYPE,DEVTYPE=QUOSC;
AD-ATCSM : UNIT=A1,TYPE=CFIG,CFIG=TYPE,DEVTYPE=QUOPT;
AD-ATCSM :A1,CFIG,TYPE,PT88,0D0A,0C,,,,,,,62,80;
2.
Create device
Input:
AD-ATCSM : UNIT=A1,TYPE=CFIG,CFIG=DEV,TYPENO=2,TERMDESC=PRTYPCO,
ECHOCHAR=C1&F3&EF,CNTRLND=EF,TFOUT=BB&FF&FF&35,
TFIN=4C&89,DAINT=20,PASSEXCL=A1A2A3A4,PASSRES=B1B2B3B4;
3.
Create logic devices
Input:
AD-ATCSM : UNIT=A1,TYPE=ADD,ALSEL=TYPE,LDEVNAME=CON1,DIAIND=Y,
DEVTYPE=QUOSC,TYPENO=2;
AD-ATCSM : UNIT=A1,TYPE=ADD,ALSEL=TYPE,LDEVNAME=CON2,DIAIND=N,
DEVTYPE=QUOPT,TYPENO=2;
AD-ATCSM : UNIT=A1,TYPE=ADD,ALSEL=TYPE,LDEVNAME=CON3,DIAIND=Y,
DEVTYPE=QUCSAPT,TYPENO=2;
4.
Allocate device to a line
Input:
AD-ATCSM : UNIT=A1,TYPE=ADD,ALSEL=TYPE,TYPENO=2,LN=9,OPMODE=Y;
OpenScape 4000 V10, Volume 1: AMO Descriptions, Service Documentation, Issue 5
, ID:
P31003H31A0S107057620
©
09/2025
Mitel Networks Corporation. - All rights reserved.
Mitel and the Mitel logo are trademarks of Mitel Networks Corporation. Unify and associated marks are trademarks of Unify Software and Solutions GmbH&Co. KG. All other trademarks herein are the property of their respective owners.