[Voiceglue] WARN: please fix returned Content-Type

David Vasconcelos dvasconcelos at on-state.com
Wed Mar 10 11:59:11 UTC 2010


Hello,

I've noticed warnings in dynlog for some of my <audio> prompts:

06:38:21:746 WARN SNDCACHE [hostname] assuming Content-Type audio/basic
for retrieved URL http://[filename].ulaw, please fix returned Content-Type


My audio tag looks like:

<audio src="http://[filename].ulaw"/>


I'm serving the .ulaw files from an Apache 2 server on a Windows host.

I thought that it might be a MIME type issue, so I tried adding this to
httpd.conf:

<IfModule mime_module>
...
    AddType audio/basic .ulaw
</IfModule>


The warning persists after adding the MIME type.


Any suggestions? (The caller can hear the audio, so this isn't a
critical issue.)

Thanks very much,

David


More information about the Voiceglue mailing list