EasyManua.ls Logo

3Com SuperStack 3 NBX - Page 122

3Com SuperStack 3 NBX
496 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
122 CHAPTER 2: DIAL PLAN
PreTranslator Create
Syntax
PreTranslator Create nPreTranslatorId szDescription
Description Creates a pretranslator. If the pretranslator already exists,
this command removes all of its entries and operations, and overwrites its
description with the new information.
Arguments
nPreTranslatorId — An integer in the range 1 through 32768.
szDescription — The description or name of the pretranslator.
Example: This command creates a pretranslator, designates it as the first
one (number 1) and give it the title “4-to-3-digit DID/DDI pretranslator.”
PreTranslator Create 1 4-to-3-digit DID/DDI pretranslator
PreTranslatorEntry Create
Syntax
PreTranslatorEntry Create nPreTranslatorId nEntryId szDigits
Description Creates a pretranslator entry and specifies a string of digits
that are compared to the incoming digits. If the pretranslator entry
already exists, this command overwrites it with the new information.
Arguments
nPreTranslatorId — An integer in the range 1 through 32768.
nEntryId — An integer in the range 1 through 32768.
szDigits — The digits to compare to the incoming digits.
Example: These example commands create, in pretranslator 1, entries 1
through 10, each of which looks for a different single digit (0 through 9)
in the incoming digits.
PreTranslatorEntry Create 1 1 0
PreTranslatorEntry Create 1 2 1
PreTranslatorEntry Create 1 3 2
PreTranslatorEntry Create 1 4 3
PreTranslatorEntry Create 1 5 4

Table of Contents