|
Posted by DigitallySmooth on 11/14/67 11:21
> a vonage voicemail number. I've received about 60 messages so far.
> purpose was. What I want to do now is create a web site so that I can
> make the original messages plus new messages available to people as
this part is easy using PHP... do a database lookup for a list of messages
to show:
date, time, link to WAV file
> I would need some kind of program which polls a POP3 email account for
> new messages, and then parses the WAV audio files out of the email and
> Does anyone have any suggestions as to what I might need to do/ use to
Your best bet is to use a PERL script or binary that POPs mail off a server,
strips the attachment,
and saves the attachment to a directory on the server. If the script does
not put an entry into a database
or file (date, time, WAV path+filename), you could easily modify (or hire
someone) the script to do this at the end.
This is how I would do it at least.
- Hope this helps -
-digitallysmooth
Navigation:
[Reply to this message]
|