Browse Source

lib/srdb1/schema: updated LCR table references

Juha Heinanen 15 năm trước cách đây
mục cha
commit
45a9c0cb07
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  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>