sqlite in asterisk_addons [was: Re: [Pkg-voip-commits] r2363 - asterisk-addons/trunk/debian ]

Tzafrir Cohen tzafrir.cohen at xorcom.com
Sun Sep 10 04:29:27 UTC 2006


On Sun, Sep 10, 2006 at 03:53:08AM +0000, Tzafrir Cohen wrote:
> Author: tzafrir-guest
> Date: 2006-09-10 03:53:07 +0000 (Sun, 10 Sep 2006)
> New Revision: 2363
> 
> Modified:
>    asterisk-addons/trunk/debian/changelog
>    asterisk-addons/trunk/debian/control
> Log:
> * Yet Another New Upstream release (1.2.4)
> * Removing the broken res_sqlite3: we should use asterisk-sqlite
>   from the package asterisk (IMHO, Tzafrir)

res_sqlite in asterisk-addons is not going to be built successfully on
debs: it is written in a very stupid way by accessing the inteernals of
the sqlite directory, and thus the installation requiresdownloading and
installing sqlite3 (even though our sqlie 3 is multithreaded).
Anybody who believes that this is wrong had more than half a year to get
res_sqlite3 to build.

Mean while we don't have a decent version of asterisk-addons:
asterisk-mysql and chan_ooh323c . chan_ooh323c has been the main reason
for the updates of asterisk-addons to 1.2.3 and to 1.2.4 .

There is some minimal sqlite support in the main asterisk package. It is
only expected to improve. The one in asterisk-addons

> 
> 
> Modified: asterisk-addons/trunk/debian/changelog
> ===================================================================
> --- asterisk-addons/trunk/debian/changelog	2006-09-10 00:00:39 UTC (rev 2362)
> +++ asterisk-addons/trunk/debian/changelog	2006-09-10 03:53:07 UTC (rev 2363)
> @@ -1,4 +1,4 @@
> -asterisk-addons (1.2.3-1) UNRELEASED; urgency=low
> +asterisk-addons (1.2.4-1) UNRELEASED; urgency=low
>  
>    * NOT YET RELEASED
>    * New upstream release
> 
> Modified: asterisk-addons/trunk/debian/control
> ===================================================================
> --- asterisk-addons/trunk/debian/control	2006-09-10 00:00:39 UTC (rev 2362)
> +++ asterisk-addons/trunk/debian/control	2006-09-10 03:53:07 UTC (rev 2363)
> @@ -14,17 +14,17 @@
>   Asterisk PBX: 
>   * cdr_mysql.so for logging calls data into a MySQL database
>   * app_mysql.so for querying a mysql database from the dialplan
> -
> -Package: asterisk-sqlite
> -Architecture: any
> -Depends: ${shlibs:Depends}, ${misc:Depends}
> -Description: SQLite support for the Asterisk PBX
> - SQLite is a file-based database (no dedicated server. 
> - This package provides SQLite support for Asterisk:
> - A real-time sqlite dialplan switch
> - A sqlite driven config handler
> - A sqlite cdr_handler
> - A Dialplan based SQL interaction system
> +#
> +#Package: asterisk-sqlite
> +#Architecture: any
> +#Depends: ${shlibs:Depends}, ${misc:Depends}
> +#Description: SQLite support for the Asterisk PBX
> +# SQLite is a file-based database (no dedicated server. 
> +# This package provides SQLite support for Asterisk:
> +# A real-time sqlite dialplan switch
> +# A sqlite driven config handler
> +# A sqlite cdr_handler
> +# A Dialplan based SQL interaction system
>   
>  
>  Package: asterisk-mp3
> 
> 
> _______________________________________________
> Pkg-voip-commits mailing list
> Pkg-voip-commits at lists.alioth.debian.org
> http://lists.alioth.debian.org/mailman/listinfo/pkg-voip-commits
> 

-- 
Tzafrir Cohen         sip:tzafrir at local.xorcom.com
icq#16849755          iax:tzafrir at local.xorcom.com
+972-50-7952406          jabber:tzafrir at jabber.org
tzafrir.cohen at xorcom.com     http://www.xorcom.com



More information about the Pkg-voip-maintainers mailing list