Re: [asterisk-users] Is SQLite a replacement for Mysql while using ARA in 1.2.x

2006-10-27 Thread Tzafrir Cohen
On Fri, Oct 27, 2006 at 09:56:09AM -0500, Erick Perez wrote: > Cohen, so you vote for the ARA->odbc->sqlite route? Can't think of anything better, now. But I haven't actually tried using it. > this is for embedded, so that's why sqlite instead of mysql or postgres. > when you say it is not guaran

Re: [asterisk-users] Is SQLite a replacement for Mysql while using ARA in 1.2.x

2006-10-27 Thread Erick Perez
Cohen, so you vote for the ARA->odbc->sqlite route? this is for embedded, so that's why sqlite instead of mysql or postgres. when you say it is not guaranteed, what do you mean? On 10/27/06, Tzafrir Cohen <[EMAIL PROTECTED]> wrote: On Fri, Oct 27, 2006 at 07:56:16AM +0800, Leo Ann Boon wrote: >

Re: [asterisk-users] Is SQLite a replacement for Mysql while using ARA in 1.2.x

2006-10-27 Thread Tzafrir Cohen
On Fri, Oct 27, 2006 at 07:56:16AM +0800, Leo Ann Boon wrote: > Moises Silva wrote: > >AFAIK, you will need to do the first. ARA->odbc->sqlite > res_sqlite3 in asterisk-addons supports ARA res_sqlite3 from aadd-ons is a strange beast. It uses its own, private copy of sqlite and acceses internal da

Re: [asterisk-users] Is SQLite a replacement for Mysql while using ARA in 1.2.x

2006-10-26 Thread Leo Ann Boon
Moises Silva wrote: AFAIK, you will need to do the first. ARA->odbc->sqlite res_sqlite3 in asterisk-addons supports ARA On 10/26/06, Erick Perez <[EMAIL PROTECTED]> wrote: Can I safely assume that SQLite can be used to code something for Asterisk Realtime instead of the much used mysql databa

Re: [asterisk-users] Is SQLite a replacement for Mysql while using ARA in 1.2.x

2006-10-26 Thread Moises Silva
AFAIK, you will need to do the first. ARA->odbc->sqlite On 10/26/06, Erick Perez <[EMAIL PROTECTED]> wrote: Can I safely assume that SQLite can be used to code something for Asterisk Realtime instead of the much used mysql database? I have read several old posts, but nothing point me to an answ

[asterisk-users] Is SQLite a replacement for Mysql while using ARA in 1.2.x

2006-10-26 Thread Erick Perez
Can I safely assume that SQLite can be used to code something for Asterisk Realtime instead of the much used mysql database? I have read several old posts, but nothing point me to an answer. maybe ARA-->odbc-->sqlite or ARA-->sqlite? --