Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Noprint
Panel
borderColorgreen
bgColortransparent
borderWidth2

Back to Table of Contents

Back to CLI Configure Mode

Back to Global - CLI

Panel

In this section:

Table of Contents

 

The script object is used to view the information about pre-seeded scripts.

Command Syntax

Code Block
languagenone
% set global script <script> 
   description <description>
   majorVersion <0-999>
   minorVersion <0-999>
 
% show global script <script>  
  
% delete global script <script>

Command Parameters

Caption
0Table
1 Global Script 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).

Command Example

To display the script configuration:

Code Block
languagenone
% 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;