Hello,<div>Does anybody know what encoding voiceglue uses when sending HTTP post/get parameters for the &lt;submit&gt; 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 &nbsp;the file gets&nbsp;corrupted.&nbsp;</div>
<div><br></div><div>I am using the following encoding:</div><div><br></div><div>java.net.URLDecoder.decode(voicemail, &quot;UTF-8&quot; );</div><div><br></div><div>Thanks,</div><div>TJ</div><div><br></div><div><br></div>