Skip to content

Commit

Permalink
lib/srdb1: schema - added xml file for sefilter module
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Mar 24, 2020
1 parent 7c879b1 commit 09c18bb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/lib/srdb1/schema/kamailio-secfilter.xml
@@ -0,0 +1,12 @@
<?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>SECFILTER Module</name>
<xi:include href="secfilter.xml"/>
</database>

0 comments on commit 09c18bb

Please sign in to comment.