Skip to content

Instantly share code, notes, and snippets.

wait(1000)
say("Welcome to the Tropo Mission: Build your own IVR")
wait(500)
## 0 for English, 1 for French, 2 for Italian
language = 0
voices = [ "Vanessa", "Audrey", "Alice"]
announces = [ "I can't wait to run the learning lab: Spark and Tropo better together", "Je suis impatient de commencer les travaux pratiques: Combiner Spark et Tropo", "Non vedo l'ora di tenere i lab: Spark e Tropo son meglio se considerati insieme"]
invites = [ "Dial 1 for French, 2 for Italian, 0 for English", "Pour français faites le 1, pour italien faites le 2, pour anglais faites le 0", "Tape 1 per france, 2 per italian, 0 per english"]
@ahetey
ahetey / LICENSE.txt
Created September 11, 2013 19:54 — forked from 140bytes/LICENSE.txt
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2011 YOUR_NAME_HERE <YOUR_URL_HERE>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE