Storing Voicemails In MySQL?

Is there an easy way to store voicemail messages in a MySQL database for easy access through a web interface?

You could store a reference in mysql and save the .wav files somewhere on your filesystem… that way you could use apache/php/mysql to get it all together. I don’t think anything like that exists (in an open source version) already.