Forum Moderators: coopster & phranque

Message Too Old, No Replies

Voicemail FTPing

         

deedrit

8:24 pm on Jul 25, 2007 (gmt 0)

10+ Year Member



I use a voicemail service with multiple extensions. When a voicemail is recorded, it sends a .wav file to my ROOT directory in FTP server. All extension voicemails are forwarded to that 1 FTP server\'s ROOT. The file format is T007-2672952789X101-32412646452951643.wav.

I am looking for a script to detect when these files are recieved by FTP and rename the file format to read 2672952789X101.wav(also making sure to rename with the correct phone extension in the filename, X101, X102, X103, etc.) and put the file from ROOT to AUDIO directory. Also making sure to remove original file from ROOT.

perl_diver

10:07 am on Jul 26, 2007 (gmt 0)

10+ Year Member



there is no canned script to do what you want. You will have to write it yourself or hire a programmer. If you write the code yourself you can ask for help if you get stuck.