Skip to content

Instantly share code, notes, and snippets.

@lambtron
Created July 1, 2013 03:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lambtron/5898261 to your computer and use it in GitHub Desktop.
Save lambtron/5898261 to your computer and use it in GitHub Desktop.
Click to call, call screen xml builder
xml.instruct!
xml.Response do
xml.Gather(:action => @post_to, :numDigits => 1, :timeout => '10') do
xml.Say "Press a key to accept", :voice => :woman
end
xml.Say "You didn't press anything. Goodbye.", :voice => :woman
xml.Hangup
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment