[Asterisk-cvs] asterisk-addons/res_sqlite3 README,1.2,1.3
anthm at lists.digium.com
anthm at lists.digium.com
Mon Nov 15 18:12:14 CST 2004
- Previous message: [Asterisk-cvs] asterisk/apps app_queue.c,1.94,1.95
- Next message: [Asterisk-cvs] asterisk-addons/res_sqlite3/sqlite attach.lo, 1.1,
NONE attach.o, 1.1, NONE auth.lo, 1.1, NONE auth.o, 1.1,
NONE btree.lo, 1.1, NONE btree.o, 1.1, NONE build.lo, 1.1,
NONE build.o, 1.1, NONE date.lo, 1.1, NONE date.o, 1.1,
NONE delete.lo, 1.1, NONE delete.o, 1.1, NONE expr.lo, 1.1,
NONE expr.o, 1.1, NONE func.lo, 1.1, NONE func.o, 1.1,
NONE hash.lo, 1.1, NONE hash.o, 1.1, NONE insert.lo, 1.1,
NONE insert.o, 1.1, NONE legacy.lo, 1.1, NONE legacy.o, 1.1,
NONE lemon, 1.1, NONE lempar.c, 1.1, NONE libsqlite3.la, 1.1,
NONE main.lo, 1.1, NONE main.o, 1.1, NONE opcodes.c, 1.1,
NONE opcodes.h, 1.1, NONE opcodes.lo, 1.1, NONE opcodes.o, 1.1,
NONE os_mac.lo, 1.1, NONE os_mac.o, 1.1, NONE os_unix.lo, 1.1,
NONE os_unix.o, 1.1, NONE os_win.lo, 1.1, NONE os_win.o, 1.1,
NONE pager.lo, 1.1, NONE pager.o, 1.1, NONE parse.c, 1.1,
NONE parse.h, 1.1, NONE parse.lo, 1.1, NONE parse.o, 1.1,
NONE parse.out, 1.1, NONE parse.y, 1.1, NONE pragma.lo, 1.1,
NONE pragma.o, 1.1, NONE printf.lo, 1.1, NONE printf.o, 1.1,
NONE random.lo, 1.1, NONE random.o, 1.1, NONE select.lo, 1.1,
NONE select.o, 1.1, NONE sqlite3, 1.1, NONE sqlite3.h, 1.1,
NONE table.lo, 1.1, NONE table.o, 1.1, NONE tokenize.lo, 1.1,
NONE tokenize.o, 1.1, NONE trigger.lo, 1.1, NONE trigger.o,
1.1, NONE update.lo, 1.1, NONE update.o, 1.1, NONE utf.lo, 1.1,
NONE utf.o, 1.1, NONE util.lo, 1.1, NONE util.o, 1.1,
NONE vacuum.lo, 1.1, NONE vacuum.o, 1.1, NONE vdbe.lo, 1.1,
NONE vdbe.o, 1.1, NONE vdbeapi.lo, 1.1, NONE vdbeapi.o, 1.1,
NONE vdbeaux.lo, 1.1, NONE vdbeaux.o, 1.1, NONE vdbemem.lo,
1.1, NONE vdbemem.o, 1.1, NONE where.lo, 1.1, NONE where.o,
1.1, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk-addons/res_sqlite3
In directory mongoose.digium.com:/tmp/cvs-serv11598
Modified Files:
README
Log Message:
doh added the .o files
Index: README
===================================================================
RCS file: /usr/cvsroot/asterisk-addons/res_sqlite3/README,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- README 15 Nov 2004 15:34:22 -0000 1.2
+++ README 15 Nov 2004 23:12:54 -0000 1.3
@@ -1,4 +1,5 @@
res_sqlite for SQLite3
+Anthony Minessale <anthmct at yahoo.com>
Improvements include new db engine and the auto-creation of some tables
along with a few cleanups.
@@ -12,35 +13,16 @@
*NOTE* once you make upgrade all your data will be converted to sqlite3 format
forever.
-
res_sqlite can be
A real-time sqlite dialplan switch
A sqlite driven config handler
A sqlite cdr_handler
A Dialplan based SQL interaction system
-A way to make you send paypal donations to anthmct at yahoo.com
-
-
-In case the above hint was not enough.
-
-To avoid lengthy download times, the complete list of asterisk modification/features
-which I have made are not included with this package. To show your support for
-these contributions please paypal to anthmct at yahoo.com
-Questions and comments can be addressed to anthmct at yahoo.com in the note attached
-to your paypal donation.
-If you are looking for custom asterisk work feel free to contact me at the above
-email address I have already shamelessly listed several times.
-If you have any issues with my README please feel free to choose one of the following
-options.
-1) Fight the urge and Don't Read it.
-2) Request your 200% refund today.
-3) Get a sense of humor...
-4) Delete this entire directory and never look back.
- Previous message: [Asterisk-cvs] asterisk/apps app_queue.c,1.94,1.95
- Next message: [Asterisk-cvs] asterisk-addons/res_sqlite3/sqlite attach.lo, 1.1,
NONE attach.o, 1.1, NONE auth.lo, 1.1, NONE auth.o, 1.1,
NONE btree.lo, 1.1, NONE btree.o, 1.1, NONE build.lo, 1.1,
NONE build.o, 1.1, NONE date.lo, 1.1, NONE date.o, 1.1,
NONE delete.lo, 1.1, NONE delete.o, 1.1, NONE expr.lo, 1.1,
NONE expr.o, 1.1, NONE func.lo, 1.1, NONE func.o, 1.1,
NONE hash.lo, 1.1, NONE hash.o, 1.1, NONE insert.lo, 1.1,
NONE insert.o, 1.1, NONE legacy.lo, 1.1, NONE legacy.o, 1.1,
NONE lemon, 1.1, NONE lempar.c, 1.1, NONE libsqlite3.la, 1.1,
NONE main.lo, 1.1, NONE main.o, 1.1, NONE opcodes.c, 1.1,
NONE opcodes.h, 1.1, NONE opcodes.lo, 1.1, NONE opcodes.o, 1.1,
NONE os_mac.lo, 1.1, NONE os_mac.o, 1.1, NONE os_unix.lo, 1.1,
NONE os_unix.o, 1.1, NONE os_win.lo, 1.1, NONE os_win.o, 1.1,
NONE pager.lo, 1.1, NONE pager.o, 1.1, NONE parse.c, 1.1,
NONE parse.h, 1.1, NONE parse.lo, 1.1, NONE parse.o, 1.1,
NONE parse.out, 1.1, NONE parse.y, 1.1, NONE pragma.lo, 1.1,
NONE pragma.o, 1.1, NONE printf.lo, 1.1, NONE printf.o, 1.1,
NONE random.lo, 1.1, NONE random.o, 1.1, NONE select.lo, 1.1,
NONE select.o, 1.1, NONE sqlite3, 1.1, NONE sqlite3.h, 1.1,
NONE table.lo, 1.1, NONE table.o, 1.1, NONE tokenize.lo, 1.1,
NONE tokenize.o, 1.1, NONE trigger.lo, 1.1, NONE trigger.o,
1.1, NONE update.lo, 1.1, NONE update.o, 1.1, NONE utf.lo, 1.1,
NONE utf.o, 1.1, NONE util.lo, 1.1, NONE util.o, 1.1,
NONE vacuum.lo, 1.1, NONE vacuum.o, 1.1, NONE vdbe.lo, 1.1,
NONE vdbe.o, 1.1, NONE vdbeapi.lo, 1.1, NONE vdbeapi.o, 1.1,
NONE vdbeaux.lo, 1.1, NONE vdbeaux.o, 1.1, NONE vdbemem.lo,
1.1, NONE vdbemem.o, 1.1, NONE where.lo, 1.1, NONE where.o,
1.1, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list