Module: sip-router
Branch: master
Commit: 3d05730e7db7dbb1e3c8fc3d88b13a57110e4be0
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3d05730…
Author: Raul Alexis Betancor Santana <rabs(a)dimension-virtual.com>
Committer: Raul Alexis Betancor Santana <rabs(a)dimension-virtual.com>
Date: Sun Jan 3 13:04:14 2010 +0000
modules_k/drouting: Added missing db schema file
- Added kamailio-drouting.xml missing file, so make dbschema could
regenerate the .sql files
---
lib/srdb1/schema/kamailio-drouting.xml | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/lib/srdb1/schema/kamailio-drouting.xml
b/lib/srdb1/schema/kamailio-drouting.xml
new file mode 100644
index 0000000..d058f9b
--- /dev/null
+++ b/lib/srdb1/schema/kamailio-drouting.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE database PUBLIC "-//kamailio.org//DTD DBSchema V1.1//EN"
+ "http://kamailio.org/pub/kamailio/dbschema/dtd/1.1/dbschema.dtd" [
+
+<!ENTITY % entities SYSTEM "entities.xml">
+%entities;
+
+]>
+
+<database
xmlns:xi="http://www.w3.org/2001/XInclude">
+ <name>Dynamic Routing</name>
+ <xi:include href="dr_gateways.xml"/>
+ <xi:include href="dr_rules.xml"/>
+ <xi:include href="dr_gw_lists.xml"/>
+ <xi:include href="dr_groups.xml"/>
+</database>