[sr-dev] git:master:d4398694: lib/srdb1: dbschema - split record route storage

Daniel-Constantin Mierla miconda at gmail.com
Mon Mar 21 17:10:50 CET 2016


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

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2016-03-21T11:02:46+01:00

lib/srdb1: dbschema - split record route storage

---

Modified: lib/srdb1/schema/topos_d.xml
Modified: lib/srdb1/schema/topos_t.xml

---

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

---

diff --git a/lib/srdb1/schema/topos_d.xml b/lib/srdb1/schema/topos_d.xml
index 46cb349..2664f27 100644
--- a/lib/srdb1/schema/topos_d.xml
+++ b/lib/srdb1/schema/topos_d.xml
@@ -139,6 +139,13 @@
         <description>Record route - B side</description>
     </column>
 
+    <column id="s_rr">
+        <name>s_rr</name>
+        <type>largetext</type>
+        <default/>
+        <description>Record route - S side</description>
+    </column>
+
 	<column id="iflags">
 		<name>iflags</name>
 		<type>unsigned int</type>
diff --git a/lib/srdb1/schema/topos_t.xml b/lib/srdb1/schema/topos_t.xml
index 0dc626e..08c296a 100644
--- a/lib/srdb1/schema/topos_t.xml
+++ b/lib/srdb1/schema/topos_t.xml
@@ -105,7 +105,21 @@
         <name>x_rr</name>
         <type>largetext</type>
         <default/>
-        <description>RR stack - A or B side</description>
+        <description>RR stack - incoming A or B side</description>
+	</column>
+
+    <column id="y_rr">
+        <name>y_rr</name>
+        <type>largetext</type>
+        <default/>
+        <description>RR stack - the other A or B side</description>
+	</column>
+
+   <column id="s_rr">
+        <name>s_rr</name>
+        <type>largetext</type>
+        <default/>
+        <description>RR stack - the S side</description>
 	</column>
 
 	<column id="x_uri">




More information about the sr-dev mailing list