<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
<font face="Helvetica, Arial, sans-serif">I have another file that
reads :<br>
<br>
[root@asterisk ]# file intro\ extended\ version.wav <br>
intro extended version.wav: RIFF (little-endian) data, WAVE audio,
Microsoft PCM, 16 bit, stereo 44100 Hz<br>
<br>
With the same result :<br>
<br>
[root@asterisk ]# asterisk -rx "file convert
/var/lib/asterisk/moh/test/intro\ extended\ version.wav
/var/lib/asterisk/moh/test/testing.alaw"<br>
Unable to open input file: /var/lib/asterisk/moh/test/intro extended
version.wav<br>
<br>
<br>
Jonas.<br>
<br>
</font><br>
On 08/13/2010 01:49 PM, Gareth Blades wrote:
<blockquote cite="mid:4C65312D.9020907@skycomuk.com" type="cite">
  <pre wrap="">The wav file is not in the correct format. Also the number of channels 
and sampling frequency it is reporting is complete nonsense. This is 
what it should display:-
RIFF (little-endian) data, WAVE audio, Microsoft PCM, 16 bit, mono 8000 Hz</pre>
</blockquote>
</body>
</html>