Skip to content

Instantly share code, notes, and snippets.

@getadeo
Forked from radralph/mads_call.rb
Last active May 16, 2018 02:08
Show Gist options
  • Save getadeo/ac7a1c469d77eab019aedf2d0415c801 to your computer and use it in GitHub Desktop.
Save getadeo/ac7a1c469d77eab019aedf2d0415c801 to your computer and use it in GitHub Desktop.
wait(1500)
result = ask "Please enter 3 numbers", {
:choices => "[3 DIGITS]",
:terminator => '#',
:timeout => 15.0,
:mode => "dtmf",
:onChoice => lambda { |event|
say "Thank you."
}
}
say "You said " + result.value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment