From c8fb903b9649fc8ef49a1bfff455e58b2265d05a Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Fri, 18 Mar 2016 14:08:26 +0100 Subject: [PATCH] lib/srdb1: topos schemas extended to store method and cseq --- lib/srdb1/schema/topos_d.xml | 15 +++++++++++++++ lib/srdb1/schema/topos_t.xml | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/lib/srdb1/schema/topos_d.xml b/lib/srdb1/schema/topos_d.xml index 5d0de32692d..dd19d85b72a 100644 --- a/lib/srdb1/schema/topos_d.xml +++ b/lib/srdb1/schema/topos_d.xml @@ -34,6 +34,21 @@ Date and time when this record was written. + + s_method + string + 64 + + Method from SIP message + + + + s_cseq + unsigned int + 0 + CSeq from SIP message + + a_callid string diff --git a/lib/srdb1/schema/topos_t.xml b/lib/srdb1/schema/topos_t.xml index 787bb3e6708..c21fb0933b2 100644 --- a/lib/srdb1/schema/topos_t.xml +++ b/lib/srdb1/schema/topos_t.xml @@ -34,6 +34,21 @@ Date and time when this record was written. + + s_method + string + 64 + + Method from SIP message + + + + s_cseq + unsigned int + 0 + CSeq from SIP message + + a_callid string