[sr-dev] git:master:367a865e: lib/srdb1/schema: removed kamailio-extensions.xml file

Daniel-Constantin Mierla miconda at gmail.com
Sun Mar 29 14:19:04 CEST 2020


Module: kamailio
Branch: master
Commit: 367a865e7f0c9cd67fda9176add1ca3c0dad2d46
URL: https://github.com/kamailio/kamailio/commit/367a865e7f0c9cd67fda9176add1ca3c0dad2d46

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2020-03-29T14:17:19+02:00

lib/srdb1/schema: removed kamailio-extensions.xml file

- file didn't have any content itself, tried to include an inexistent
extra.xml, which generated an warning for 'make dbschema'

---

Removed: src/lib/srdb1/schema/kamailio-extensions.xml

---

Diff:  https://github.com/kamailio/kamailio/commit/367a865e7f0c9cd67fda9176add1ca3c0dad2d46.diff
Patch: https://github.com/kamailio/kamailio/commit/367a865e7f0c9cd67fda9176add1ca3c0dad2d46.patch

---

diff --git a/src/lib/srdb1/schema/kamailio-extensions.xml b/src/lib/srdb1/schema/kamailio-extensions.xml
deleted file mode 100644
index f4a0aec097..0000000000
--- a/src/lib/srdb1/schema/kamailio-extensions.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?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;
-]>
-
-<!-- Inclusion point for custom extensions for Kamailio -->
-
-<database xmlns:xi="http://www.w3.org/2001/XInclude">
-    <name>CUSTOM Extensions</name>
-    <!-- Include extra definitions if found, it is not
-         an error if they are not present, although it
-         would produce a warning -->
-    <xi:include href="extra.xml">
-        <xi:fallback/>
-    </xi:include>
-    <!-- add more extensions here -->
-    <!-- <xi:include href="more-extras.xml"> -->
-</database>




More information about the sr-dev mailing list