Browse Source

lib/srdb1/schema: updated LCR table references

Juha Heinanen 15 years ago
parent
commit
45a9c0cb07
1 changed files with 3 additions and 2 deletions
  1. 3 2
      lib/srdb1/schema/kamailio-lcr.xml

+ 3 - 2
lib/srdb1/schema/kamailio-lcr.xml

@@ -9,6 +9,7 @@
 
 <database xmlns:xi="http://www.w3.org/2001/XInclude">
     <name>Least-cost Routing</name>
-    <xi:include href="gw.xml"/>
-    <xi:include href="lcr.xml"/>
+    <xi:include href="lcr_gw.xml"/>
+    <xi:include href="lcr_rule_target.xml"/>
+    <xi:include href="lcr_rule.xml"/>
 </database>