[sr-dev] git:master:2e370f28: lib/srdb1: updated schema for trusted table of permissions module

Daniel-Constantin Mierla miconda at gmail.com
Wed Jun 17 16:25:32 CEST 2015


Module: kamailio
Branch: master
Commit: 2e370f2868f01f6a3fd0bc98159ee2e2d5fea25e
URL: https://github.com/kamailio/kamailio/commit/2e370f2868f01f6a3fd0bc98159ee2e2d5fea25e

Author: Emmanuel Schmidbauer <eschmidbauer at voipxswitch.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2015-06-17T16:24:08+02:00

lib/srdb1: updated schema for trusted table of permissions module

---

Modified: lib/srdb1/schema/trusted.xml

---

Diff:  https://github.com/kamailio/kamailio/commit/2e370f2868f01f6a3fd0bc98159ee2e2d5fea25e.diff
Patch: https://github.com/kamailio/kamailio/commit/2e370f2868f01f6a3fd0bc98159ee2e2d5fea25e.patch

---

diff --git a/lib/srdb1/schema/trusted.xml b/lib/srdb1/schema/trusted.xml
index 179e3f4..3959851 100644
--- a/lib/srdb1/schema/trusted.xml
+++ b/lib/srdb1/schema/trusted.xml
@@ -9,7 +9,7 @@
 
 <table id="trusted" xmlns:db="http://docbook.org/ns/docbook">
     <name>trusted</name>
-    <version>5</version>
+    <version>6</version>
     <type db="mysql">&MYSQL_TABLE_TYPE;</type>
     <description>
         <db:para>This table is used by the permissions module to determine if a call has the appropriate permission to be established. More information about the permissions module can be found at: &KAMAILIO_MOD_DOC;permissions.html
@@ -51,6 +51,15 @@
     </column>
 
     <column>
+        <name>ruri_pattern</name>
+        <type>string</type>
+        <size>&id_len;</size>
+        <default><null/></default>
+        <null/>
+        <description>Regular expression matches Request URI of request.</description>
+    </column>
+
+    <column>
         <name>tag</name>
         <type>string</type>
         <size>64</size>
@@ -58,6 +67,13 @@
         <description>Tag</description>
     </column>
 
+    <column>
+        <name>priority</name>
+        <type>int</type>
+        <default>0</default>
+        <description>Priority of rule.</description>
+    </column>
+
     <index>
         <name>peer_idx</name>
         <colref linkend="src_ip"/>




More information about the sr-dev mailing list