浏览代码

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

Daniel-Constantin Mierla 9 年之前
父节点
当前提交
c8fb903b96
共有 2 个文件被更改,包括 30 次插入0 次删除
  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>