Skip to content

Commit

Permalink
Merge pull request #486 from kamailio/lazedo/presence_improvements
Browse files Browse the repository at this point in the history
presence: improvements for 4.4
  • Loading branch information
miconda committed Feb 3, 2016
2 parents 686fdc5 + 651a9c5 commit 2b9df7c
Show file tree
Hide file tree
Showing 20 changed files with 813 additions and 166 deletions.
18 changes: 17 additions & 1 deletion lib/srdb1/schema/pr_active_watchers.xml
Expand Up @@ -9,7 +9,7 @@

<table id="active_watchers" xmlns:db="http://docbook.org/ns/docbook">
<name>active_watchers</name>
<version>11</version>
<version>12</version>
<type db="mysql">&MYSQL_TABLE_TYPE;</type>
<description>
<db:para>Table for the presence module. More information can be found at: &KAMAILIO_MOD_DOC;presence.html
Expand Down Expand Up @@ -200,6 +200,22 @@
<description>Update winfo flag</description>
</column>

<column>
<name>flags</name>
<type>int</type>
<size>&flag_len;</size>
<default>0</default>
<description>Branch and contact flags</description>
</column>

<column>
<name>user_agent</name>
<type>string</type>
<size>&hf_len;</size>
<default/>
<description>User-Agent header field contains information about the UAC originating the request.</description>
</column>

<index>
<name>active_watchers_idx</name>
<colref linkend="callid"/>
Expand Down

0 comments on commit 2b9df7c

Please sign in to comment.