Skip to content

Instantly share code, notes, and snippets.

@howethomas
Created September 10, 2009 18:26
Show Gist options
  • Save howethomas/184713 to your computer and use it in GitHub Desktop.
Save howethomas/184713 to your computer and use it in GitHub Desktop.
require 'rest_client'
answer
wait 1000
say "Uploading your caller ID to the site now"
RestClient.post 'http://mobilemaillist.heroku.com/subscribers', :subscriber => {:callerid => '987654321', :site_id => '1'}
hangup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment