Patton electronic SmartNode 4110 Series IP Phone User Manual


 
Call router configuration task list 489
SmartWare Software Configuration Guide 40 • Call router configuration
node(cfg)#context cs
node(ctx-cs)[switch]#mapping-table called-type-of-number to called-type-of-number
SET-INT
node(rt-tab)[SET-INT]#map default to international
Any called party number type matches the default entry. Note that the input-type of the table does not matter
when the mapping table contains only the default entry. Anyway an input-type must be specified when creat-
ing the mapping table.
The output (called party number type) is international.
The called party number type is set to international.
Example: Mapping table to replace called party numbers (translation table)
node(cfg)#context cs
node(ctx-cs)[switch]#mapping-table called-e164 to called-e164 TRANS
node(rt-tab)[TRANS]#map 550 to 250
node(rt-tab)[TRANS]#map 551 to 251
node(rt-tab)[TRANS]#map 552 to 252
node(rt-tab)[TRANS]#map 553 to 253
node(rt-tab)[TRANS]#map 554 to 254
node(rt-tab)[TRANS]#map 555 to 255
node(rt-tab)[TRANS]#map 556 to 256
node(rt-tab)[TRANS]#map 557 to 257
node(rt-tab)[TRANS]#map 558 to 258
node(rt-tab)[TRANS]#map 559 to 259
Note The translation table above can be reduced using regular expressions.
node(cfg)#context cs
node(ctx-cs)[switch]#mapping-table called-e164 to called-e164 TRANS
node(rt-tab)[TRANS]#map 55(.) to 25\1
Deleting mapping tables
To remove individual mapping tables you can use the
no form of the mapping table command. Alternatively
you can remove specific entries of a mapping table by entering the mapping table configuration mode and use
the
no form of the map command.
Procedure: To delete an entry from a mapping table
Mode: Context CS
Step Command Purpose
1 node(ctx-cs)[switch]#mapping-table
table-name
Enter the mapping table from which you want to remove an
entry.
Note: You do not have to enter the type of the table when
just entering it. The type must only be specified when creating
a table.
2 node(map-tab)[table-name]#no map
key
Remove the entry with the specified key.
3 Repeat Step 2 to remove additional entries.