Skip to content

Commit

Permalink
lib/srdb1: tags fields made larger
Browse files Browse the repository at this point in the history
- store more fields for branch

(cherry picked from commit 9eaca53)
  • Loading branch information
miconda committed Mar 21, 2016
1 parent ed0c8ed commit 9acf49b
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/srdb1/schema/topos_d.xml
Expand Up @@ -112,15 +112,15 @@
<column id="a_tag">
<name>a_tag</name>
<type>string</type>
<size>&user_len;</size>
<size>&callid_len;</size>
<default/>
<description>From tag.</description>
</column>

<column id="b_tag">
<name>b_tag</name>
<type>string</type>
<size>&user_len;</size>
<size>&callid_len;</size>
<default/>
<description>From tag.</description>
</column>
Expand Down
50 changes: 49 additions & 1 deletion lib/srdb1/schema/topos_t.xml
Expand Up @@ -130,14 +130,62 @@
<description>The R-URI</description>
</column>

<column id="a_contact">
<name>a_contact</name>
<type>string</type>
<size>&uri_len;</size>
<default/>
<description>Contact address - A side</description>
</column>

<column id="b_contact">
<name>b_contact</name>
<type>string</type>
<size>&uri_len;</size>
<default/>
<description>Contact address - B side</description>
</column>

<column id="as_contact">
<name>as_contact</name>
<type>string</type>
<size>&uri_len;</size>
<default/>
<description>Contact address - server A side</description>
</column>

<column id="bs_contact">
<name>bs_contact</name>
<type>string</type>
<size>&uri_len;</size>
<default/>
<description>Contact address - server B side</description>
</column>

<column id="x_tag">
<name>x_tag</name>
<type>string</type>
<size>&user_len;</size>
<size>&callid_len;</size>
<default/>
<description>From tag - A or B side.</description>
</column>

<column id="a_tag">
<name>a_tag</name>
<type>string</type>
<size>&callid_len;</size>
<default/>
<description>From tag - A side.</description>
</column>

<column id="b_tag">
<name>b_tag</name>
<type>string</type>
<size>&callid_len;</size>
<default/>
<description>From tag - B side.</description>
</column>

<column id="a_srcaddr">
<name>a_srcaddr</name>
<type>string</type>
Expand Down

0 comments on commit 9acf49b

Please sign in to comment.