Hi, I am working on vxml to record voice. I have trouble with getting url of recorded voice. I want to save and I am using java to get record parameter from url and it returns a string which is audio/basic:len(123123):p0x5a6e6241, but I want to get file object or base64 string with parameter or to relate returning string with path in asterisk server, are there any way to do this? -- -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20121225/182dbd27/attachment.htm>
On Tue, Dec 25, 2012 at 8:57 AM, ulvi cesur <ucesur at gmail.com> wrote:> Hi, I am working on vxml to record voice. I have trouble with getting url > of recorded voice. I want to save and I am using java to get record > parameter from url and it returns a string which is > audio/basic:len(123123):p0x5a6e6241, but I want to get file object or > base64 string with parameter or to relate returning string with path in > asterisk server, are there any way to do this? > >How are you recording the audio in Asterisk? ChanSpy, Voicemail, etc? -- -Chris Harrington ACSDi Office: 763.559.5800 Mobile Phone: 612.326.4248 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20121226/9a5528af/attachment.htm>
I am using voiceglue to record voice. VXML : <record name="rec" finalsilence="4s" maxtime="30s" beep="true" dtmfterm="true"> <filled> <submit enctype="*multipart*/*form*-*data*" next="http://<domain>/getVxml/" namelist="rec" method="post"> </filled> </record> I can take rec parameter but it is not file. rec is audio/basic:len(123123):p0x5a6e6241. 2012/12/26 Christopher Harrington <chris at acsdi.com>> On Tue, Dec 25, 2012 at 8:57 AM, ulvi cesur <ucesur at gmail.com> wrote: > >> Hi, I am working on vxml to record voice. I have trouble with getting url >> of recorded voice. I want to save and I am using java to get record >> parameter from url and it returns a string which is >> audio/basic:len(123123):p0x5a6e6241, but I want to get file object or >> base64 string with parameter or to relate returning string with path in >> asterisk server, are there any way to do this? >> >> > How are you recording the audio in Asterisk? ChanSpy, Voicemail, etc? > > > -- > -Chris Harrington > ACSDi Office: 763.559.5800 > Mobile Phone: 612.326.4248 > > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20121227/dc2d00f4/attachment.htm>