--- vocpweb.cgi 2004-02-06 15:26:19.000000000 +1100
+++ /usr/src/vocp-0.9.3/vocpweb/vocpweb.cgi
2003-02-04 10:12:52.000000000 +1100
@@ -1371,7 +1371,7 @@
#"
} elsif (defined $extra) {
- $contenttype ||= 'audio/x-wav';
+ $contenttype ||=
'application/octet-stream';
$filename ||= 'voicemail';
------------------------------------------------------------------------------
Slight change to recognise saved file as wav type on
Mozilla.