LRT File

The Oracle Communications Route Manager application creates an LRT file by first importing individual routes from a CSV file. These routes are stored in the database and grouped into a route set. The database also contains a list of devices that the LRT file resides upon. This list is used when an update task refreshes the LRT information for a specific route set. The LRT file is gzipped and placed at a specified location on the device. Once the file has been successfully transferred to a device, an action can be issued to each device to load the file. The LRT file location on the device is /code/lrt. You can also import an LRT file from a device into Oracle Communications Route Manager. See the View LRT Files section for more information.

The following example shows an LRT file meant for distribution to devices:
<?xml version="1.0" encoding="UTF-8"?>
<localRoutes>
 <route>
<user type="E164">9999999</user>
 		<next type="regex">!^.*$!sip:04580090001@192.168.202.34:5060!</next>
 	</route>
 	<route>
<user type="E164">98888888</user>
 		<next type="regex">!^.*$!h323:\7777777@172.16.202.33:1720!</next>
 </route>
 <route>
<user type="E164">7777777</user>
 		<next type="regex">!^.*$!sip:8888888@192.168.202.34:9001!</next>
        <next type="regex">!^.*$!sip:8888888@192.168.202.35:9001!</next>
        <next type="regex">!^.*$!sip:8888888@192.168.202.36:9001!</next>
 </route>
 <route>
<user type="E164">7817654321</user>
 		<next type="regex">!^.*$!sip:7817654321@192.168.200.223:5060!</next>
 </route>
<route>
<user type="E164">9817654321</user>
 		<next type="regex">!^.*$!sip:9817654321@172.16.0.223:5060!</next>
 </route>
<route>
<user type="E164">10061</user>
 		<next type="regex">!^.*$!sip:10061@172.16.0.198:5060!</next>
 </route>
       </localRoutes>