[asterisk-commits] twilson: branch twilson/sqlite_astdb r326587 - /team/twilson/sqlite_astdb/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Jul 6 14:33:02 CDT 2011


Author: twilson
Date: Wed Jul  6 14:32:59 2011
New Revision: 326587

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=326587
Log:
Update UPGRADE.txt/CHANGES

Modified:
    team/twilson/sqlite_astdb/CHANGES
    team/twilson/sqlite_astdb/UPGRADE.txt

Modified: team/twilson/sqlite_astdb/CHANGES
URL: http://svnview.digium.com/svn/asterisk/team/twilson/sqlite_astdb/CHANGES?view=diff&rev=326587&r1=326586&r2=326587
==============================================================================
--- team/twilson/sqlite_astdb/CHANGES (original)
+++ team/twilson/sqlite_astdb/CHANGES Wed Jul  6 14:32:59 2011
@@ -187,6 +187,14 @@
    a MeetMe conference
  * Added ability to include '@parkinglot' to ParkedCall extension in order to specify
    a specific parkinglot on which to search the extension.
+
+Asterisk Database
+-----------------
+ * The internal Asterisk database has been switched from Berkeley DB 1.86 to
+   SQLite 3. An existing Berkeley astdb file can be converted with the astdb2sqlite3
+   utility in the UTILS section of menuselect. If an existing astdb is found and no
+   astdb.sqlite3 exists, astdb2sqlite3 will be compiled automatically. Asterisk will
+   convert an existing astdb to the SQLite3 version automatically at runtime.
 
 ------------------------------------------------------------------------------
 --- Functionality changes from Asterisk 1.6.2 to Asterisk 1.8 ----------------

Modified: team/twilson/sqlite_astdb/UPGRADE.txt
URL: http://svnview.digium.com/svn/asterisk/team/twilson/sqlite_astdb/UPGRADE.txt?view=diff&rev=326587&r1=326586&r2=326587
==============================================================================
--- team/twilson/sqlite_astdb/UPGRADE.txt (original)
+++ team/twilson/sqlite_astdb/UPGRADE.txt Wed Jul  6 14:32:59 2011
@@ -54,5 +54,12 @@
  - Mark QUEUE_MEMBER_PENALTY Deprecated it never worked for realtime members
  - QUEUE_MEMBER is now R/W supporting setting paused, ignorebusy and penalty.
 
+ Asterisk Database:
+ - The internal Asterisk database has been switched from Berkeley DB 1.86 to
+   SQLite 3. An existing Berkeley astdb file can be converted with the astdb2sqlite3
+   utility in the UTILS section of menuselect. If an existing astdb is found and no
+   astdb.sqlite3 exists, astdb2sqlite3 will be compiled automatically. Asterisk will
+   convert an existing astdb to the SQLite3 version automatically at runtime.
+
 ===========================================================
 ===========================================================




More information about the asterisk-commits mailing list