Created
September 10, 2009 18:26
-
-
Save howethomas/184713 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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