You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Next »
Unable to render {include} The included page could not be found.
The script object is used to view the information about pre-seeded scripts.
Command Syntax
% set global script <script>
description <description>
majorVersion <0-999>
minorVersion <0-999>
% show global script <script>
description <description>
majorVersion <0-999>
minorVersion <0-999>
displaylevel <displaylevel>
% delete global script <script>
Command Parameters
Parameter | Length/Range | Description |
---|
script
| N/A | Specifies the script file name without the file extension. Default options: BLOCKING DEFAULT_TERMINATING NONSUB_DENY NO_ROUTES_FOUND SCREENING TANDEM
|
description
| 0-199 | Specifies a more descriptive information about the script. |
majorVersion
| 0-999 | Major script version. (default = 1). |
minorVersion
| 0-999 | Minor script version. (default = 0). |
displaylevel
| 1-64 | To display different levels of output information in show commands. |
Command Example
To display the script configuration:
% show global script
script BLOCKING {
description "";
majorVersion 0;
minorVersion 1;
}
script DEFAULT_TERMINATING {
description "";
majorVersion 0;
minorVersion 1;
}
script NO_ROUTES_FOUND {
description "";
majorVersion 2;
minorVersion 1;