Session Router Configuration
263
# Session Router Config File
#-------------------------------------------------------------
context cs switch
#
# Bearer capability routing table “ISDNservice”
#
bearer-capability ISDNservice ud dest-interface local_ba
bearer-capability ISDNservice default dest-table dest_a
#
# Called party number routing table “dest_a”
#
called-party dest_a 0 dest-interface local_ba CACorange
called-party dest_a 00 dest-interface node_c CLImelon
called-party dest_a 074 dest-interface local_ba CACapple
called-party dest_a 075 dest-interface local_ba CACapple
called-party dest_a 076 dest-interface local_ba CACapple
called-party dest_a 0336652 dest-interface node_b
called-party dest_a default dest-interface local_ba
#
# Number manipulation “CACapple”
#
number-manipulation CACapple cdpn add 1055
#
# Number manipulation “CACorange”
#
number-manipulation CACorange cdpn add 1066
#
# Number manipulation “CLImelon”
# Truncate CLI to last 2 digits and add 0800 base number in front
#
number-manipulation CnPNtrunc3 cnpn truncate 3
number-manipulation CnPNadd_base cnpn add 08004455
#
complex-function CLImelon CnPNtrunc3
complex-function CLImelon CnPNadd_base
Prior to downloading this file you should make sure there are no other tables and functions in the
Session Router. Duplicate entries will cause an error message.
SN(ctx-cs)[switch]#
delete all-routing-tables
SN(ctx-cs)[switch]#
delete all-functions
SN(ctx-cs)[switch]#
copy tftp://172.16.36.20/configs/SRconf.cgf
running-config
Download...100%
Now the routing elements on the CS interfaces must be configured to point to the correct tables and
destination interfaces.
SN(ctx-cs)[switch]#
interface pstn local_ba
SN(if-pstn)[local_ba]#
routing dest-interface pbx_a
SN(if-pstn)[local_ba]#
exit
SN(ctx-cs)[switch]#
interface pstn pbx_a
SN(if-pstn)[pbx_a]#
routing dest-table ISDNservice
SN(if-pstn)[pbx_a]#
fallback dest-interface local_ba
SN(if-pstn)[pbx_a]#
exit
SN(ctx-cs)[switch]#
interface h323 node_b
SN(if-h323)[node_b]#
routing dest-interface pbx_a
SN(if-h323)[node_b]#
exit
SN(ctx-cs)[switch]#
interface isoip node_c
Software Configuration Guide Release 2.10, Revision 1.00
SN(if-isoip)[node_c]#
routing dest-interface pbx_a
SN(if-isoip)[node_c]#
exit
Summary of Contents for SmartWare Release 2.10
Page 2: ...2 Legal Notice Software Configuration Guide Release 2 10 Revision 1 00...
Page 15: ...Terms and Definitions 15 Software Configuration Guide Release 2 10 Revision 1 00...
Page 218: ...218 PPP Configuration no shutdown Software Configuration Guide Release 2 10 Revision 1 00...
Page 272: ...272 Tone Configuration Software Configuration Guide Release 2 10 Revision 1 00...