Module: kamailio
Branch: master
Commit: c8fb903b9649fc8ef49a1bfff455e58b2265d05a
URL:
https://github.com/kamailio/kamailio/commit/c8fb903b9649fc8ef49a1bfff455e58…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2016-03-18T14:08:26+01:00
lib/srdb1: topos schemas extended to store method and cseq
---
Modified: lib/srdb1/schema/topos_d.xml
Modified: lib/srdb1/schema/topos_t.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/c8fb903b9649fc8ef49a1bfff455e58…
Patch:
https://github.com/kamailio/kamailio/commit/c8fb903b9649fc8ef49a1bfff455e58…
---
diff --git a/lib/srdb1/schema/topos_d.xml b/lib/srdb1/schema/topos_d.xml
index 5d0de32..dd19d85 100644
--- a/lib/srdb1/schema/topos_d.xml
+++ b/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>
diff --git a/lib/srdb1/schema/topos_t.xml b/lib/srdb1/schema/topos_t.xml
index 787bb3e..c21fb09 100644
--- a/lib/srdb1/schema/topos_t.xml
+++ b/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>