Skip to content

Commit

Permalink
lib/srdb1: topos schemas extended to store method and cseq
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Mar 18, 2016
1 parent b65927a commit c8fb903
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
15 changes: 15 additions & 0 deletions lib/srdb1/schema/topos_d.xml
Expand Up @@ -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>
Expand Down
15 changes: 15 additions & 0 deletions lib/srdb1/schema/topos_t.xml
Expand Up @@ -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>
Expand Down

0 comments on commit c8fb903

Please sign in to comment.