Guest anjupt Report post Posted 12/26/2006 07:18 AM Hi, I have recoreded a message and i want the user to listen to the recoreded message and given an option to delete the recorded message if he wants to and re-record the message .What do i do for this Thank You Anju Share this post Link to post
SupportTeam Report post Posted 12/26/2006 08:07 AM Basically you want to play the just recorded sound file. The filename of the just recorded sound file is stored in a Result Variable. Use that RV in a Play module to play back the sound file. VBScript module would be used to do file deletion. The voicemail scripts also provide good samples if this kind of functionality, although it's a bit more complicated example. Share this post Link to post