Sunday, February 5, 2012, 11:32 AM
Royal Society article here:http://rsbl.royalsocietypublishing.org/ ... .0731.full

| related link
Saturday, February 4, 2012, 01:07 PM
There's an article in the Feb 2012 MSDN Magazine on IVR (Interactive Voice Response) programming called, "Talk to Me: Voice and SMS in the Cloud", by Ted Neward, it uses the free-for-development website, Tropo.com.Article:
http://msdn.microsoft.com/en-us/magazine/hh781028.aspx
There is an error in the code in the article, that I point out at the bottom of this post, if you try the code out on Tropo.com.
I've set up the demo IVR application if you want to give it a try:
Voice & Messaging: (619) 633-2605
Skype Voice: +990009369996187360
SIP Voice: sip:9996187360@sip.tropo.com
INum Voice: +883510001849906
Phono App Address:
app:9996187360
The problematic line in the article is printed like this, notice it has the left-hand curly brace and no right-hand curly brace:
var results = ask("Do you love me too? Yes or no?", {
choices: "yes, no"
);
The line should have read (now adding a right-hand curly brace):
var results = ask("Do you love me too? Yes or no?", {
choices: "yes, no"
});
Wednesday, February 1, 2012, 11:31 PM
Just finished the audio book version of Bram Stoker's, Dracula. It was heavy with old time language - politically incorrect of course - rich description and suspense. I recommend it.http://www.archive.org/details/dracula_librivox

Next

Avatar