Patton electronic SmartNode 4110 Series ユーザーズマニュアル

ページ / 664
Call router configuration task list
478
SmartWare Software Configuration Guide 
40 • Call router configuration
The call router can route calls according to the following information transfer capabilities. These values beside 
default can be used for the key parameter to create a routing table entry:
speech—Voice terminals (Telephones)
unrestricted-digital—Unrestricted digital information (64kBit/s)
restricted-digital—Restricted digital information (64kBit/s)
3k1-audio—Transparent 3.1kHz audio channel. This is the default value set by interfaces that do not sup-
port the ITC property.
7k-audio—Transparent 7.1kHz audio channel
video—Video conference terminals
Example: Information transfer capability routing table
The following example creates an itc routing table that routes all unrestricted digital calls to the interface IF-
ACCESS
, all 7kHz audio calls to the interface IF-LOCAL-BREAKOUT, all video calls to the interface IF-
ACCESS
 and all other calls to the interface IF-VOIP-CARRIER-A.
node(cfg)#context cs
node(ctx-cs)[switch]#routing-table itc ITC
node(rt-tab)[ITC]#route unrestricted-digital dest-interface IF-ACCESS
node(rt-tab)[ITC]#route 7k-audio dest-interface IF-LOCAL-BREAKOUT
node(rt-tab)[ITC]#route video dest-interface IF-ACCESS
node(rt-tab)[ITC]#route default dest-interface IF-VOIP-CARRIER-A
Call-router support for redirecting number and redirect reason 
The call.router can be used to manipulate and make routing decisions depending on the call-control redirect-
ing number and redirect reason properties. The following command creates a call-router routing-table, which 
uses the redirecting number for routing decisions. The contents of the routing table are the same as for any 
other E.164 number based call-router routing table. 
Mode: context cs
The following command creates a redirect-reason call-router routing-table. Possible reason values for routing 
decisions are: 
cd: Call deflection 
cfb: Call forwarding on busy 
cfd: Call forwarding by called DTE 
cfnr: Call forwarding on no reply 
cfu: Call forwarding unconditional 
ooo: Called DTE out of order 
Step
Command
Purpose
1
[name] (ctx-cs)[router]# routing-table call-
ing-redir-e164 <table-name>
Creates a redirecting number routing table.