I am having an issue with FOP2 playing voicemail files. They show up properly in the interface, and I can see a 200/OK in the HTTPD logs when the voicemail file is clicked on:
"GET /fop2/download.php?file=/var/spool/asterisk/voicemail/default/13/INBOX/msg0000.wav HTTP/1.1" 200 6 "http://www.mysite.com/fop2/wavplayer.swf?gui=none" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.124 Safari/534.30"
I am running fop2 latest version, 2.21 and my php version is as follows:
[root@server httpd]# php -v
PHP 5.2.9 (cli) (built: Jul 19 2010 15:47:18)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies
Any ideas on how to resolve this?
Thx in advance!