Macro archive for Automake/Autoconf macros

Posted in OpenSource on March 28th, 2006 by Michal Bielicki

For the people that wonder where all the autoconf/automake know how comes from, see I read a lot of autoconf/automake macros that other people did and especially analysed most of the macros in this archive here:

http://autoconf-archive.cryp.to/macros-by-category.htm
which helped me a lot in learning how to write my own automake/autoconf stuff. I am still learning how to become an autotools expert but it seems some projects where I did the automake stuff still work and I haven’t broken them with it :) I find automake a fine tool although people tend to call it autoheadache and hate it, but it is the only tool I have found so far that will allow me to have my stuff working on many platforms without rewriting all the stuff on every move :)

Porting Freeswitch to Solaris/OpenSolaris III

Posted in OpenSource, Solaris & OpenSolaris, VoIP on March 28th, 2006 by Michal Bielicki

OK, now even the portaudio module is working. THe only part missing now seems to be a symbol problem in libexosip. Things are moooving and freeswitch is ported. The build system still needs some small cleanups here and there ;)

Porting Freeswitch to Solaris/OpenSolaris II

Posted in OpenSource, Solaris & OpenSolaris, VoIP on March 28th, 2006 by Michal Bielicki

Yes yes yes yes yes it works !!!!!! The bug was my confusion with automake/manual makefiles. Needs some more cleaning up, but compiles and works and is even sun optimised. Now lets add the other optimisation stuff, performance analyser options and so on so that we can run it through the analyser and optimise the shit out of it :)

Open Source PBX systems compared

Posted in OpenSource, VoIP on March 27th, 2006 by Michal Bielicki

Just in case you where looking to compare the two main players in the field, here some links:

Will add more if I find some.