Resource - CommandListRecord

About this Resource


Defines an CommandListRecord managed object.

REST API Methods for this Resource


Resource Schema


Configuration

Parameter Name Required Create Read-Only Data Type Description
Order Yes Yes Yes int32 Commands within a list will be executed in numerical order. TL1Name: ORDER
Action No Yes No Action Each command either inserts, deletes, truncates or replaces digits. Use the Location attribute to determine where the insertion, deletion, truncation, replacement should start in the current dialed digits (GTAI). For example: INSERT LEFT 123 for 12345678901 => 12312345678901 DELETE LEFT 2 for 12345678901 => 345678901 TRUNCATE LEFT 10 for 12345678901 => 2345678901 REPLACE LEFT 222 for 12345678901 => 22245678901 INSERT 3 01 for 12345678901 => 1230145678901 DELETE 4 2 for 12345678901 => 123678901 REPLACE 5 01 for 12345678901 => 12340178901 INSERT RIGHT 123 for 12345678901 => 12345678901123 DELETE RIGHT 2 for 12345678901 => 123456789 TRUNCATE RIGHT 10 for 12345678901 => 1234567890 REPLACE RIGHT 222 for 12345678901 => 12345678222 TL1Name: ACTION
Location No Yes No Location Location to start action Insertion, deletion, truncation or replaces the existing digits. Valid value: LEFT, RIGHT or numbers (1-32). Note: Truncation couldn't use numbers at Location attribute. For example: INSERT LEFT 123 for 12345678901 => 12312345678901 DELETE LEFT 2 for 12345678901 => 345678901 TRUNCATE LEFT 10 for 12345678901 => 2345678901 REPLACE LEFT 222 for 12345678901 => 22245678901 INSERT 3 01 for 12345678901 => 1230145678901 DELETE 4 2 for 12345678901 => 123678901 REPLACE 5 01 for 12345678901 => 12340178901 INSERT RIGHT 123 for 12345678901 => 12345678901123 DELETE RIGHT 2 for 12345678901 => 123456789 TRUNCATE RIGHT 10 for 12345678901 => 1234567890 REPLACE RIGHT 222 for 12345678901 => 12345678222 TL1Name: LOCATION
Value No Yes No string Insertion: place the string to be inserted into the existing digits. Hexadecimal digits supported. The ST digit ('f'/'F') to indicate the end of the digits is not required and should be omitted during provisioning. Deletion: place the number of digits to be deleted in this attribute Truncation: place the maximum number of digits to remain from the existing digits. Replacement: place the string to be replaced into the existing digits. Hexadecimal digits supported. For example: INSERT LEFT 123 for 12345678901 => 12312345678901 DELETE LEFT 2 for 12345678901 => 345678901 TRUNCATE LEFT 10 for 12345678901 => 2345678901 REPLACE LEFT 222 for 12345678901 => 22245678901 INSERT 3 01 for 12345678901 => 1230145678901 DELETE 4 2 for 12345678901 => 123678901 REPLACE 5 01 for 12345678901 => 12340178901 INSERT RIGHT 123 for 12345678901 => 12345678901123 DELETE RIGHT 2 for 12345678901 => 123456789 TRUNCATE RIGHT 10 for 12345678901 => 1234567890 REPLACE RIGHT 222 for 12345678901 => 12345678222 TL1Name: VALUE

  • No labels