Module: kamailio
Branch: 5.3
Commit: 957335591e589cde0ae3127b6d2e50c092708e0e
URL:
https://github.com/kamailio/kamailio/commit/957335591e589cde0ae3127b6d2e50c…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-05-13T12:16:32Z
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'
(cherry picked from commit 367a865e7f0c9cd67fda9176add1ca3c0dad2d46)
---
Removed: src/lib/srdb1/schema/kamailio-extensions.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/957335591e589cde0ae3127b6d2e50c…
Patch:
https://github.com/kamailio/kamailio/commit/957335591e589cde0ae3127b6d2e50c…
---
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>