mirror of https://github.com/sipwise/kamailio.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
77 lines
1.3 KiB
77 lines
1.3 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE table PUBLIC "-//iptel.org//DTD DBSchema V1.0//EN"
|
|
"http://iptel.org/dbschema/dtd/1.0/dbschema.dtd" [
|
|
|
|
<!ENTITY % entities SYSTEM "entities.xml">
|
|
%entities;
|
|
|
|
]>
|
|
|
|
<table role="presence" xmlns:db="http://docbook.org/ns/docbook">
|
|
<name>rls_subscription</name>
|
|
<version>1</version>
|
|
|
|
<column id="rls_subscription.id">
|
|
<name>id</name>
|
|
<type>string</type>
|
|
<size>48</size>
|
|
</column>
|
|
|
|
<column>
|
|
<name>doc_version</name>
|
|
<type>int</type>
|
|
</column>
|
|
|
|
<column>
|
|
<name>dialog</name>
|
|
<type>binary</type>
|
|
</column>
|
|
|
|
<column>
|
|
<name>expires</name>
|
|
<type>datetime</type>
|
|
<default>2005-12-02 09:00:13</default>
|
|
</column>
|
|
|
|
<column>
|
|
<name>status</name>
|
|
<type>int</type>
|
|
</column>
|
|
|
|
<column>
|
|
<name>contact</name>
|
|
<type>string</type>
|
|
<size>&uri_len;</size>
|
|
</column>
|
|
|
|
<column>
|
|
<name>uri</name>
|
|
<type>string</type>
|
|
<size>&uri_len;</size>
|
|
</column>
|
|
|
|
<column>
|
|
<name>package</name>
|
|
<type>string</type>
|
|
<size>128</size>
|
|
</column>
|
|
|
|
<column>
|
|
<name>w_uri</name>
|
|
<type>string</type>
|
|
<size>&uri_len;</size>
|
|
</column>
|
|
|
|
<column>
|
|
<name>xcap_params</name>
|
|
<type>binary</type>
|
|
</column>
|
|
|
|
<index>
|
|
<name>rls_subscription_key</name>
|
|
<colref linkend="rls_subscription.id"/>
|
|
<unique/>
|
|
</index>
|
|
|
|
</table>
|