Skip to content

Instantly share code, notes, and snippets.

@ObjectIsAdvantag
Last active September 4, 2016 22:02
Show Gist options
  • Save ObjectIsAdvantag/5a47e8539c750ce8b5bbf76c7bef4e78 to your computer and use it in GitHub Desktop.
Save ObjectIsAdvantag/5a47e8539c750ce8b5bbf76c7bef4e78 to your computer and use it in GitHub Desktop.
Zurich - test at arrival
if (currentCall) {
say("Welcome to Zurich");
wait(500);
say("See you at the hackathon");
}
else {
call(phonenumber, { "network":canal });
//call(phonenumber);
say(msg);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment