Skip to content

Instantly share code, notes, and snippets.

@johntdyer
Created May 3, 2011 12:15
Show Gist options
  • Select an option

  • Save johntdyer/953228 to your computer and use it in GitHub Desktop.

Select an option

Save johntdyer/953228 to your computer and use it in GitHub Desktop.
call 'tel:+14805551212'
starttime = Time.new
record ".", {
:beep => false,
:timeout => 10,
:silenceTimeout => 1,
:maxTime => 10
}
endtime = Time.now
difference = endtime - starttime
if difference < 3
say "human"
else
say "answering machine"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment