Nortel Networks 2330 quick start Ntml Examples Example of Normal mode Ntml normalcs1k.ntm

Page 40

40

NTML Examples

Example of Normal mode NTML (normal_cs1k.ntm)

This NTML is used by SSM to route gateway calls to active SPS (100.20.42.77 or 100.20.42.82) with domain nortel.com.

<translation>

<address-switch field = "original-destination" subfield = "host"> <address is = "100.20.42.77">

<replace string=" nortel.com" field="destination" subfield="host"> <replace string=" nortel.com" field="origin" subfield="host">

<replace string=" nortel.com" field="original-destination" subfield="host"> <route host="100.20.42.77" add-route="yes" replace-host ="no"/> </replace>

</replace>

</replace>

</address>

<address is = "100.20.42.82">

<replace string=" nortel.com" field="destination" subfield="host"> <replace string=" nortel.com" field="origin" subfield="host">

<replace string=" nortel.com" field="original-destination" subfield="host"> <route host="100.20.42.82" add-route="yes" replace-host ="no"/>

</replace>

</replace>

</replace>

</address> </address-switch> </translation>

Example of Backup mode NTML (backup_cs1k.ntm)

This NTML is optional. Here is an example assuming that calls with certain prefix in backup mode needs to be converted to a 5 digit number extension.

<translation> <number-switch>

<number is = "967?????"> <drop literals = "3"/>

</number>

<number is = "613967?????"> <drop literals = "6"/>

</number>

<number is = "1613967?????"> <drop literals = "7"/>

</number> </number-switch>

</translation>

Image 40
Contents Quick Start Configuration Guide Page Contents Feature Background New in this releaseNavigation CS 1000 and Secure Router 2330/4134Page Secure Router Feature Description Survivable SIP Pstn Gateway Page Introduction SR 2330/4134 interoperability with CS SR 2330/4134, CS 1000 componentsSSM Operation SIP Gateway Operation Page Page CS 1000 Configuration SLG ConfigurationDeploy SIP Line software application on the Linux server Sipl node configuration SIP Line service must be enabled on a customer level Password length configuration for SIP clients Enable Isdn for trunking Channel/Route/Trunk for Sipl service Figure Sipl 12a Route configuration for Sipl service Sipl phone configuration Figure Sipl 14b Sipl phone configuration SSG Configuration Figure SSG 1 SSG application deploymentFigure SSG 2 SSG node details Specify a NRS server for SIPGw endpoint NRS/SPS Configuration Figure NRS 1 NRS application deploymentNRS server configuration Dialing plan routes for SSG endpoint configuration SSG endpoint registration status Dialing plan routes for SR 2330/4134 endpoint configuration SIP Clients Configuration CS 1000 PatchesSR 2330/4134 Configuration Configure the SIP Media Gateway to listen on port Configure dynamic registration from SR gateway to active SPS Page Configure Dial peer for FXS phones Ntml Examples Example of Normal mode Ntml normalcs1k.ntm