Skip to content

Instantly share code, notes, and snippets.

@dougiebuckets
Created October 4, 2012 15:31
Show Gist options
  • Save dougiebuckets/3834432 to your computer and use it in GitHub Desktop.
Save dougiebuckets/3834432 to your computer and use it in GitHub Desktop.
class CallsController < ApplicationController
def index
Telapi::Call.make
(
'+15555555555', # The client's number to call
'+19876543210', # The customized caller ID (i.e. your office's number that your clients will recognize)
'http://remind-my-clients.herokuapp.com/remind-my-clients.xml'
)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment