Skip to content

Commit

Permalink
Kill whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
benlangfeld authored and jsgoecke committed Jan 12, 2011
1 parent a7f23cf commit 376f397
Show file tree
Hide file tree
Showing 8 changed files with 395 additions and 395 deletions.
418 changes: 209 additions & 209 deletions README.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions examples/adhearsion_dialplan.rb
Expand Up @@ -9,7 +9,7 @@
# Invokes the native Tropo ask for Speech Recognition / ASR
# Related Tropo method: https://www.tropo.com/docs/scripting/ask.htm
ask_example {
result = execute 'ask', { :prompt => 'Please enter your zip code',
result = execute 'ask', { :prompt => 'Please enter your zip code',
:choices => 'zipcode([5 DIGITS])' }.to_json
# Get rid of the '200 result =' and then parse the JSON
response = JSON.parse(result[11..-1])
Expand Down Expand Up @@ -40,7 +40,7 @@
input_example {
postal_code = input 5, :play => 'Please enter your post code?',
:timeout => 2

ahn_log.postal_code.debug postal_code
play "You entered"
say_digits postal_code
Expand Down Expand Up @@ -93,7 +93,7 @@
record_prompt_example {
play 'Please record after the beep'
record 'http://tropo-audiofiles-to-s3.heroku.com/post_audio_to_s3?filename=voicemail.mp3',
:silence => 5,
:silence => 5,
:maxduration => 120
}

Expand Down

0 comments on commit 376f397

Please sign in to comment.