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