3.3.4
DISPLAY-ACDRS
By means of the function DISPLAY-ACDRS, all Route Selection and Calendar Routing entries are displayed.
There are several ways to display the route selection information:
–
Display Day Shift 5:
DIS-ACDRS,TYPE=DS,DSNUM=5;
–
Display all Day Shifts that reference ART 23:
DIS-ACDRS,TYPE=DS,ART=23;
–
Display all Day Shifts referenced in RCG 44:
DIS-ACDRS,TYPE=DS,RCG=44;
–
Display route selection for RCGs 8 through 11:
DIS-ACDRS,TYPE=RS,RCG=8&&11;
–
Display all RCGs that reference DSNUM 12:
DIS-ACDRS,TYPE=RS,DSNUM=12;
There are several ways to display Calendar Routing dates:
–
Display all Calendar Routing information:
DIS-ACDRS,TYPE=CR;
–
Display all Calendar Routing information for RCG 44:
DIS-ACDRS,TYPE=CR,RCG=44;
–
Display Calendar Routing information for RCGs 6 through 9:
DIS-ACDRS,TYPE=CR,RCG=6&&9;
Only one of the optional parameters for the Day Shift Table (following the TYPE = DS branch) may be entered. If none of the optional parameters are entered for the TYPE = DS, then all SHIFTs for all DSNUMs and Calendar Routing dates will be displayed.
Only one of the optional parameters for the Route Selection table (following the TYPE = RS branch) may be entered. If none of the optional parameters are entered for the TYPE = RS, then the route selection for all the RCGs will be displayed.
If no parameters are entered, all DS, RS and CR entries will be displayed (DIS-ACDRS;).
There are no error messages associated with DISPLAY-ACDRS.
Procedure Overview
Command Code
Parameter
DISPLAY-ACDRS
|[TYPE=DS],{(max 1)DSNUM=<number>,ART=<number>
,RCG=<number>};
|[TYPE=RS],{(max 1)RCG=<number>,DSNUM=<number>};
|[TYPE=CR],[RCG=<number>];
|[TYPE=ALL];
Example:
1.
Display Day Shift numbers 5 through 11.
Input:
DISP-ACDRS:TYPE=DS,DSNUM=5&&11;
Output:
+-------+-------+------+------+
| DSNUM | SHIFT | ART | EOS |
+-------+-------+------+------+
| 5 | 7:59 | 18 | NO |
| 5 | 11:59 | 24 | YES |
| 5 | 12:59 | 16 | NO |
| 5 | 16:59 | 24 | YES |
| 5 | 23:59 | 27 | NO |
+-------+-------+------+------+
+-------+-------+------+------+
| DSNUM | SHIFT | ART | EOS |
+-------+-------+------+------+
| 7 | 23:59 | 48 | NO |
+-------+-------+------+------+
+-------+-------+------+------+
| DSNUM | SHIFT | ART | EOS |
+-------+-------+------+------+
| 9 | 6:59 | 19 | NO |
| 9 | 10:59 | 33 | YES |
| 9 | 11:59 | 17 | NO |
| 9 | 15:59 | 33 | YES |
| 9 | 23:59 | 38 | NO |
+-------+-------+------+------+
+-------+-------+------+------+
| DSNUM | SHIFT | ART | EOS |
+-------+-------+------+------+
| 10 | 0:29 | 60 | NO |
| 10 | 1:29 | 72 | NO |
| 10 | 2:29 | 53 | NO |
| 10 | 2:59 | 51 | NO |
| 10 | 3:29 | 76 | NO |
| 10 | 4:29 | 81 | YES |
| 10 | 22:59 | 27 | NO |
| 10 | 23:19 | 28 | NO |
| 10 | 23:29 | 119 | NO |
| 10 | 23:39 | 85 | NO |
| 10 | 23:49 | 49 | NO |
| 10 | 23:59 | 73 | NO |
+-------+-------+------+------+
Example:
2.
Display Route Selection table for RCGs number 23, 25, and 28.
Input:
DIS-ACDRS:TYPE=RS,RCG=23&25&28;
Output:
+------+------+------+------+------+------+------+------+
| RCG | SUN | MON | TUE | WED | THU | FRI | SAT |
+------+------+------+------+------+------+------+------+
| 23 | 7 | 5 | 5 | 5 | 5 | 5 | 7 |
+------+------+------+------+------+------+------+------+
| 25 | 18 | 18 | 18 | 18 | 18 | 22 | 22 |
+------+------+------+------+------+------+------+------+
| 28 | 7 | 13 | 13 | 13 | 13 | 13 | 7 |
+------+------+------+------+------+------+------+------+
Example:
3.
Display Day Shifts referenced by RCG number 23.
Input:
DISP-ACDRS:TYPE=DS,RCG=23;
Output:
+-------+-------+------+------+
| DSNUM | SHIFT | ART | EOS |
+-------+-------+------+------+
| 5 | 7:59 | 18 | NO |
| 5 | 11:59 | 24 | YES |
| 5 | 12:59 | 16 | NO |
| 5 | 16:59 | 24 | YES |
| 5 | 23:59 | 27 | NO |
+-------+-------+------+------+
+-------+-------+------+------+
| DSNUM | SHIFT | ART | EOS |
+-------+-------+------+------+
| 7 | 23:59 | 48 | NO |
+-------+-------+------+------+
+------+------+------+------+------+------+------+------+
| RCG | SUN | MON | TUE | WED | THU | FRI | SAT |
+------+------+------+------+------+------+------+------+
| 23 | 7 | 5 | 5 | 5 | 5 | 5 | 7 |
+------+------+------+------+------+------+------+------+
Example:
4.
Display Day Shifts that reference ART 24.
Input:
DISP-ACDRS:TYPE=DS,ART=24;
Output:
+-----------------------------+
| ART 24 |
+-------+-------+------+------+
+-------+-------+------+------+
| DSNUM | SHIFT | ART | EOS |
+-------+-------+------+------+
| 5 | 7:59 | 18 | NO |
| 5 | 11:59 | 24 | YES |
| 5 | 12:59 | 16 | NO |
| 5 | 16:59 | 24 | YES |
| 5 | 23:59 | 27 | NO |
+-------+-------+------+------+
+-------+-------+------+------+
| DSNUM | SHIFT | ART | EOS |
+-------+-------+------+------+
| 13 | 11:59 | 24 | YES |
| | 16:59 | 16 | YES |
| | 23:59 | 27 | NO |
+-------+-------+------+------+
| 33 | 11:59 | 24 | YES |
| | 16:59 | 18 | YES |
| | 23:59 | 27 | NO |
+-------+-------+------+------+
Example:
5.
Display all RCGs that reference DAY SHIFT numbers 12 AND 34.
Input:
DIS-ACDRS:TYPE=RS,DSNUM=12&34;
Output:
+-------------------------------------------------------+
| DSNUM 12 |
+------+------+------+------+------+------+------+------+
| RCG | SUN | MON | TUE | WED | THU | FRI | SAT |
+------+------+------+------+------+------+------+------+
| 13 | 12 | 12 | 34 | 34 | 34 | 34 | 34 |
+------+------+------+------+------+------+------+------+
| 15 | 12 | 28 | 28 | 28 | 28 | 28 | 12 |
+------+------+------+------+------+------+------+------+
| 38 | 12 | 13 | 13 | 13 | 13 | 13 | 12 |
+------+------+------+------+------+------+------+------+
+-------------------------------------------------------+
| DSNUM 34 |
+------+------+------+------+------+------+------+------+
| RCG | SUN | MON | TUE | WED | THU | FRI | SAT |
+------+------+------+------+------+------+------+------+
| 13 | 12 | 12 | 34 | 34 | 34 | 34 | 34 |
+------+------+------+------+------+------+------+------+
| 18 | 34 | 34 | 34 | 34 | 34 | 22 | 22 |
+------+------+------+------+------+------+------+------+
| 142 | 34 | 23 | 23 | 34 | 34 | 34 | 34 |
+------+------+------+------+------+------+------+------+
Example:
6.
Display all Calendar Routing Information for RCGs 6 through 9.
Input:
DIS-ACDRS:TYPE=CR,RCG=6&&9;
Output:
+------+-------+------------+------------+
| RCG | DSNUM | START DATE | END DATE |
+------+-------+------------+------------+
| 6 | 2 | 01/01/1997 | 01/05/1997 |
+------+-------+------------+------------+
| 6 | 3 | 02/26/1997 | 03/03/1997 |
+------+-------+------------+------------+
| 7 | 44 | 02/29/2000 | 03/10/2000 |
+------+-------+------------+------------+
| 8 | 17 | 12/25/* | 12/25/* |
+------+-------+------------+------------+
| 9 | 6 | 10/14/1997 | 10/14/1997 |
+------+-------+------------+------------+
| 9 | 12 | 05/24/1997 | 05/26/1997 |
+------+-------+------------+------------+
${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.