Wednesday, May 12, 2010

I owe a beer to anyone that cloned my sipxecs git repo

My git repo was severely messed up so I rewrote the history on github. So if you cloned, I supposed you have to save out your patches, re-clone and apply your patches again. Sorry.

Here's an atom feed to my development activity on github if you want to keep tabs on me.
http://github.com/dhubler.atom

I'm in the process of attaching patches to track.sipfoundry.org now.

Thursday, May 6, 2010

sipXecs 32 and 64 bit ISOs on CentOS 5.4 ISO available

I just finished building ISOs for 32 and 64 bit

http://download.ezuce.com/sipfoundry/4.2.1/ISO/

Containing the RPMs from here
http://download.ezuce.com/sipfoundry/4.2.1/CentOS_5/

I was not able to test 64 bit, for some reason VirtualBox didn't let me run any 64bit code. I would appreciate any help testing. It only has the initial splash screen, i did not incorporate the other images yet.

But wait, there's more. I contributed the source I used to build the ISO as project so folks can respin their very own sipx CDs.

Instructions on how to build your own ISOs:
Step 1: Download the sipXiso project
git clone git://github.com/dhubler/sipXiso.git
cd sipXiso

Step 2: Download CentOS 5.4 disc 1 CD for 32 and 64 bit and place them into a directory ./ISO. Do not rename the iso files.
Step 3: Build or download all sipx RPMS for CentOS, 32 and 64 bit. Doesn't matter how they are organized, just that they are all there and place them into another directory called ./repo
Step 4: Build sipXiso
autoreconf -if 
./configure
make


I do plan to make improvements to the project to customize the splash screens. Contributions and/or feedback welcomed.