|
@@ -9,7 +9,7 @@
|
|
|
|
|
|
<table id="subscriber" xmlns:db="http://docbook.org/ns/docbook">
|
|
|
<name>subscriber</name>
|
|
|
- <version>6</version>
|
|
|
+ <version>7</version>
|
|
|
<type db="mysql">&MYSQL_TABLE_TYPE;</type>
|
|
|
<description>
|
|
|
<db:para>This table is used to provide authentication information. More information about the auth_db module can be found at: &KAMAILIO_MOD_DOC;auth_db.html
|
|
@@ -47,39 +47,39 @@
|
|
|
<column>
|
|
|
<name>password</name>
|
|
|
<type>string</type>
|
|
|
- <size>25</size>
|
|
|
+ <size>&password_len;</size>
|
|
|
<default/>
|
|
|
<description>Password</description>
|
|
|
</column>
|
|
|
|
|
|
<column>
|
|
|
- <name>email_address</name>
|
|
|
+ <name>ha1</name>
|
|
|
<type>string</type>
|
|
|
- <size>&user_len;</size>
|
|
|
+ <size>&ha1_len;</size>
|
|
|
<default/>
|
|
|
- <description>Email address</description>
|
|
|
+ <description>md5(username:realm:password)</description>
|
|
|
</column>
|
|
|
|
|
|
<column>
|
|
|
- <name>ha1</name>
|
|
|
+ <name>ha1b</name>
|
|
|
<type>string</type>
|
|
|
- <size>&domain_len;</size>
|
|
|
+ <size>&ha1_len;</size>
|
|
|
<default/>
|
|
|
- <description>md5(username:realm:password)</description>
|
|
|
+ <description>md5(username@domain:realm:password)</description>
|
|
|
</column>
|
|
|
|
|
|
<column>
|
|
|
- <name>ha1b</name>
|
|
|
+ <name>email_address</name>
|
|
|
<type>string</type>
|
|
|
- <size>&domain_len;</size>
|
|
|
+ <size>&uri_len;</size>
|
|
|
<default/>
|
|
|
- <description>md5(username@domain:realm:password)</description>
|
|
|
+ <description>Email address</description>
|
|
|
</column>
|
|
|
|
|
|
<column>
|
|
|
<name>rpid</name>
|
|
|
<type>string</type>
|
|
|
- <size>&domain_len;</size>
|
|
|
+ <size>&uri_len;</size>
|
|
|
<null/>
|
|
|
<default><null/></default>
|
|
|
<description>The SIP Remote-Party-ID header identifies the calling party and includes user, party, screen and privacy headers that specify how a call is presented and screened.</description>
|