I have just installed asterisk v1.4.16.1 with freepbx 2.3.1.3 to try out 1.4 on debian etch
I have the following music on hold issue, which i have fixed but, suspect is a freepbx bug, would people offer an opinion, as i dont want to submit as a bug if it isnt.
So as follows:
When you go to the music on hold section of the freepbx interface you get some php errors the nub of which is that:
/var/lib/asterisk/mohmp3 does not exist.
I checked and it doesn’t, this directory is there in my 1.2 install which contains some mp3s
There is however a:
/var/lib/asterisk/moh on 1.4
which contains some wav files
to correct the problem i created a symlink as follows
ln -s /var/lib/asterisk/moh /var/lib/asterisk/mohmp3
then
chown asterisk:asterisk /var/lib/asterisk/mohmp3
I hope this is helpful for those needing help with the same problem.
I would appreciate comment as to whether this is a bug related to 1.4 asterisk.