Hello,<div>Does anybody know what encoding voiceglue uses when sending HTTP post/get parameters for the <submit> tag?</div><div><br></div><div>I have a script that requests a user to leave a voicemail and then post that to a web server. I know the recording works because I can play the sound back as part of the same call, however, somehow between the encoding and decoding the file gets corrupted. </div>
<div><br></div><div>I am using the following encoding:</div><div><br></div><div>java.net.URLDecoder.decode(voicemail, "UTF-8" );</div><div><br></div><div>Thanks,</div><div>TJ</div><div><br></div><div><br></div>