tropo / tropo-agitate

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

Updating startCallRecording #22

Closed NateBarnes closed 12 years ago

NateBarnes commented 12 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.

bklang commented 12 years ago

Thanks for the tip, nice catch. I'd merge this but I don't want the Gemfile.lock. Would you resubmit this without the lockfile?

NateBarnes commented 12 years ago

Sure, is there a reason Gemfile.lock isn't in the .gitignore?

bklang commented 12 years ago

Nope, just an oversight.