Module: kamailio Branch: master Commit: 2e370f2868f01f6a3fd0bc98159ee2e2d5fea25e URL: https://github.com/kamailio/kamailio/commit/2e370f2868f01f6a3fd0bc98159ee2e2...
Author: Emmanuel Schmidbauer eschmidbauer@voipxswitch.com Committer: Daniel-Constantin Mierla miconda@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/2e370f2868f01f6a3fd0bc98159ee2e2... Patch: https://github.com/kamailio/kamailio/commit/2e370f2868f01f6a3fd0bc98159ee2e2...
---
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:paraThis 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"/>