3.3.1
ADD-ACDRS
By means of the function ADD-ACDRS, route selection information may be created. Two shifts are usually set up when a DSNUM is created. The first SHIFT created is assigned the ART and EOS values that were input. The EOS is defaulted to NO if not entered. Since each Day Shift must be set up for all 24 hours of a day, the AMO defaults the last shift of the day (23:59) and then creates this shift as input by the user in parameter ARTDEF. The default EOS for shift 23:59 will be NO. This defaulted shift may be modified using the CHANGE function.
To create a Day Shift that has all 24 hours assigned to the same ART and EOS, the user enters 23:59 for the SHIFT. The values entered for parameters ART and EOS will be assigned and will also overwrite the ART entered for ARTDEF and the default EOS value (NO).
If a DSNUM is not entered, the AMO will use the first available DSNUM. There are 1020 possible DSNUMs that provide at least one entry for each RCG. The craft may assign an average of 20 shifts per DSNUM for a system maximum of 20400 SHIFTs.
After a DSNUM has been created, it may be assigned to RCGs. A DSNUM may be assigned to multiple RCGs for various normal days of a week and special (Calendar Routing) date entities.
The Route Selection Table for a RCG must be set up prior to assigning Calendar Routing to the RCG.
When setting Calendar Routing, a start date and an end date must be specified when creating a range entity for a special date.
The start date is considered to be the first date within the range entity and the end date is considered to be the last date within the range entity.
If an end date is not given, it is assumed to be the same as the start date creating a range entity of one day. Also, if the year is not entered, it is assumed to be a repeating (indefinite) year assignment.
A RCG cannot be assigned DSNUMs unless the ACD feature is set to RELEASED by AMO ZAND.
Procedure Overview
Command Code
Parameter
ADD-ACDRS
|TYPE=DS,[DSNUM=<number>],SHIFT=<number>
,ART=<number>,[EOS=<param>]
,ARTDEF=<number>;
|TYPE=RS,RCG=<number>,SUN=<number>,MON=<number>
,TUE=<number>,WED=<number>,THU=<bumber>
,FRI=<number>,SAT=<number>;
|TYPE=CR,RCG=<number>
,[STARTYR=<key-num>],STARTMON=<number>,STARTDAY=<number>
,[ENDYR=<key-num>],[ENDMON=<number>],[ENDDAY=<number>]
,DSNUM=<number>;
Examples:
1.
Add a day shift that has all 24 hours assigned to ART 28, with an EOS group.
Input:
ADD-ACDRS:TYPE=DS,SHIFT=23-59,ART=28,EOS=YES,ARTDEF=28;
Output (the AMO will use the DSNUM 10, because it is the first DSNUM available):
H01: DAY SHIFT SCHEME DSNUM=10 HAS BEEN CREATED.
2.
Assigned route selection for RCG 5, with Day Shift 10 on MON through Fri and Day Shift 2 on Sat and Sun.
Input:
ADD-ACDRS:TYPE=RS,RCG=5,SUN=2,MON=10,TUE=10,WED=10,THU=10,FRI=10,SAT=2;
Output:
H02: ROUTE SELECTION TABLE RCG=5 HAS BEEN CREATED.
3.
Add a day shift with the first shift ending at 8:29 am, assigned to ART 17, with no EOS group. Also create the default shift for 11:59 pm at ART 21.
Input:
ADD-ACDRS:TYPE=DS,SHIFT=8-29,ART=17,ARTDEF=21;
Output (the AMO will use the DSNUM 11, because it is the first DSNUM available):
H01: DAY SHIFT SCHEME DSNUM=11 HAS BEEN CREATED.
4.
December 25, considered a repeating holiday, is to be added to the Calendar Routing Table for RCG=1. December 25 will use the routing specified for DSNUM=101.
Input:
ADD-ACDRS:TYPE=CR,RCG=1,STARTMON=12,STARTDAY=25,ENDMON=12,ENDDAY=25,DSNUM=101;
Output:
H18: THE ENTERED DATES HAVE BEEN ADDED TO THE CALENDAR ROUTING TABLE.
5.
July 28, 1997, needs to be added to the Calendar Routing Table for RCG=2 as a non-repeating special date. This date will use the routing specified for DSNUM=103. Since this is a single day range entity, the end date is not input and defaults to the start date.
Input:
ADD-ACDRS:TYPE=CR,RCG=2,STARTYR=1997,STARTMON=7,STARTDAY=28,DSNUM=103;
Output:
H18: THE ENTERED DATES HAVE BEEN ADDED TO THE CALENDAR ROUTING TABLE.
6.
December 28 through January 2 need to be added to the Calendar Routing Table for RCG=2 as a repeating special date. These dates will use the routing specified for DSNUM=105.
Input:
ADD-ACDRS:TYPE=CR,RCG=2,STARTYR=*,STARTMON=12,STARTDAY=28,ENDYR=*,ENDMON=1,ENDDAY=2,
DSNUM=105;
Output:
H18: THE ENTERED DATES HAVE BEEN ADDED TO THE CALENDAR ROUTING TABLE.
${DocTitle}
, ID:
${DocID}
©
02/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.