tropo / tropo-agitate

Script for Tropo that emulates the Asterisk AGI
http://tropo.com
MIT License
20 stars 15 forks source link

Updating startCallRecording Round 2! #23

Closed NateBarnes closed 13 years ago

NateBarnes commented 13 years ago

I noticed the other day when I was trying to record calls that it was dropping the uri off of the request when passing it through.

Looks like when the hashes were changed to make all the string keys into symbol keys the startCallRecording method wasn't updated, so it was trying to delete out the uri using the old string key.

Tiny fix, but I thought I'd pass it back.

(Also updated the .gitignore to include Gemfile.lock)

bklang commented 13 years ago

Perfect, thanks!