Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismatthieu committed Dec 23, 2011
1 parent 4a6e25b commit 8ba03fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ http.createServer(function (req, res) {
var tropo = new tropowebapi.TropoWebAPI();
var answer = answers[Math.floor(Math.random()*answers.length)];

tropo.say("Welcome to the tropo node J S magic 8 ball. Ask your question now.");
tropo.record();
tropo.say("Welcome to the tropo node J S magic 8 ball.");
tropo.record(1, true, true, , , 2, 30, , , "test", true, "Ask your question now.", 30, , , , );

tropo.say(answer);

Expand Down

0 comments on commit 8ba03fa

Please sign in to comment.