| CallXML 3.0 Development Guide | Home | Frameset Home |
|
<recordaudio
value="ftp://MyUserName:MyPassword@MyServer.com/MyMsgTitle.wav"
format="audio/wav" termdigits="all" maxtime="10s" maxsilence="2s"
beep="true"/>
<recordaudio value="mailto:Jesus@Heaven.org"/>
<recordaudio value="mailto:Jesus@heaven.org
?subject=Shopping_List
&fromname=Dad
&fromaddress=God@heaven.org
&body=Pick up some sinners on your way home"/>
| ANNOTATIONS: EXISTING POSTS |
tanderson
|
|
| Having some trouble with this above example:
<recordaudio value="mailto:Jesus@heaven.org ?subject=Shopping_List &fromname=Dad &fromaddress=God@heaven.org &body=Pick up some sinners on your way home"/> When I add it to my app, I get this when I open it in the browser: A semi colon character was expected. Error processing resource 'https://evolution.voxeo.com/hosting/FTPServlet?cmd=get&dir=... &fromname=Dad -----------------^ When I call the application, I get errors as well. Thanks, Thomas |
|
MattHenry
|
|
|
Hi there, it is difficult to say for sure without being able to view the source code, but I suspect that you may be running into a case where the Evolution documentation is de-encoding the delimiters for the 'value' string. As a further catch-22, I can't reprint it verbatim here, so bear in mind that I am adding spaces that you will want to remove: <recordaudio value="mailto:Jesus@heaven.org ?subject=Shopping_List & amp ; fromname=Dad & amp ;fromaddress=God@heaven.org & amp ;body=Pick up some sinners on your way home"/> Also note that if you are hosting this on the webhosting server, you will *not* want to edit this in the scratchpad, as this too, will de-encode things and cause the app to fail. Instead, edit the file in Notepad, and upload it to webhosting via FTP: ftp://username:password@ftp.voxeo.net Hope this helps, ~Matthew Henry |
|
haz
|
|
| The record audio example is hilarious (picking the sinner part). The guy who does the documentation does a good job (he hyperlinks interesting non technical content too) :) | |
haz
|
|
| Forgot the reason i came here. Can i record audio as MP3 ? format="audio/mp3" ? | |
voxeoJeffK
|
|
| Hello,
Yes that is correct, but note that MP3 capability is available on Prophecy version 10 only, not version 8. Regards, Jeff Kustermann Voxeo Support |
| login |
|