lmms with Fedora – compile source

March 29, 2009
Tags: , , ,

lmms has some dependencies that are not so easy to determine for Fedora
Basic setup :

yum install cmake git
yum install qt qt-devel

Synth extras :

yum install libsndfile libsndfile-devel
yum install fluidsynth fluidsynth-devel
yum install stk stk-devel
yum install fftw-devel

Importantly for wine VST(i) :

yum install wine wine-devel
yum install glibc-devel.i386

Hope this helps

2

Paetec to Asterisk to Nortel

March 1, 2009

My company has a Nortel PBX, with a full panel of extensions. However, we need to add more handsets. In addition, our traders have asked for ‘Turrets’ (more of this in a later post). The obvious route is to go VoIP – with the precondition that the Nortel PBX should be unaffected [...]

Comments Off

Asterisk Sounds on Fedora

March 1, 2009
Tags: ,

While all the packages I’ve seen try to put the sounds for Asterisk in /var/lib/asterisk/sounds, Fedora 10 (which includes asterisk-1.6.0.5-2) has a directory (empty) at /usr/share/asterisk.
To fix the problem :

cd /usr/share/asterisk
rmdir sounds
ln -s /var/lib/asterisk/sounds .

Comments Off