Creating Complex Functions - Patton electronics SmartWare R.3.20 Software Configuration Manual

Software for smartnode series
Table of Contents

Advertisement

SmartWare Software Configuration Guide
Example: Remove entries from a mapping table
The running-config shows the following table:
mapping-table called-e164 to called-e164 MY-TABLE
map 10 to 20
map 11 to 21
map 12 to 22
map 13 to 23
To remove the first two entries from the table enter the following commands:
node(cfg)#context cs
node(ctx-cs)[switch]#mapping-table MY-TABLE
node(map-tab)[MY-TABLE]#no map 10
node(map-tab)[MY-TABLE]#no map 11
The resulting running-config is:
mapping-table called-e164 to called-e164 MY-TABLE
map 12 to 22
map 13 to 23
Procedure: To delete an entire mapping table
Mode: Context CS
Step
Command
1
node (ctx-cs)[ switch ]#no mapping-
table table-name
Example: Remove an entire mapping table
node(cfg)#context cs
node(ctx-cs)[switch]#no mapping-table MY-TABLE

Creating complex functions

Complex functions allow combining mapping tables, which need to be executed in sequence. This is useful if,
for example, the calling and the called party number have to be modified in the same step. Complex function
names can be any arbitrary string.
Procedure: To create a complex number manipulation function
Call router configuration task list
Delete the mapping table table-name .
Note:
You do not have to enter the type of the table when
just deleting it. The type must only be specified when creating
a table.
33 • Call router configuration
Purpose
415

Advertisement

Table of Contents
loading

This manual is also suitable for:

Smartware release 3.20

Table of Contents