Skip to content

Commit

Permalink
edited token
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismatthieu committed Feb 24, 2012
1 parent 7b808ff commit dc535c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/users_controller.rb
Expand Up @@ -14,7 +14,7 @@ def startcalls
phonenumbers = params[:phone_number] phonenumbers = params[:phone_number]
phonenumbers = phonenumbers.gsub("-","").gsub("(","").gsub(")","").gsub(" ","") phonenumbers = phonenumbers.gsub("-","").gsub("(","").gsub(")","").gsub(" ","")


response = RestClient.get "http://api.tropo.com/1.0/sessions?action=create&token=0e0a2a5742a75c4eacdbe6bb2ea1bebde01102c0955ff913bdee6b9a3ed5039b34fee05bc42b68f745818848&phones=#{phonenumbers}" response = RestClient.get "http://api.tropo.com/1.0/sessions?action=create&token=0e0a2a5742a75c4ea...39b34fee05bc42b68f745818848&phones=#{phonenumbers}"


respond_to do |format| respond_to do |format|
format.html # index.html.erb format.html # index.html.erb
Expand Down

0 comments on commit dc535c0

Please sign in to comment.