Browse Source

lib/srdb1: topos schemas extended to store method and cseq

Daniel-Constantin Mierla 9 years ago
parent
commit
c8fb903b96
2 changed files with 30 additions and 0 deletions
  1. 15 0
      lib/srdb1/schema/topos_d.xml
  2. 15 0
      lib/srdb1/schema/topos_t.xml

+ 15 - 0
lib/srdb1/schema/topos_d.xml

@@ -34,6 +34,21 @@
         <description>Date and time when this record was written.</description>
     </column>
 
+    <column id="s_method">
+        <name>s_method</name>
+        <type>string</type>
+        <size>64</size>
+        <default/>
+        <description>Method from SIP message</description>
+    </column>
+
+   <column id="s_cseq">
+        <name>s_cseq</name>
+        <type>unsigned int</type>
+		<default>0</default>
+        <description>CSeq from SIP message</description>
+    </column>
+
     <column id="a_callid">
         <name>a_callid</name>
         <type>string</type>

+ 15 - 0
lib/srdb1/schema/topos_t.xml

@@ -34,6 +34,21 @@
         <description>Date and time when this record was written.</description>
     </column>
 
+    <column id="s_method">
+        <name>s_method</name>
+        <type>string</type>
+        <size>64</size>
+        <default/>
+        <description>Method from SIP message</description>
+    </column>
+
+   <column id="s_cseq">
+        <name>s_cseq</name>
+        <type>unsigned int</type>
+		<default>0</default>
+        <description>CSeq from SIP message</description>
+	</column>
+
     <column id="a_callid">
         <name>a_callid</name>
         <type>string</type>