sandbox.rb line #58
Reported by Slotos | June 25th, 2010 @ 08:02 AM | in 0.8.5
This is the code around line #58 (case) in sandbox.rb file
response.chomp!
case
when "authentication accepted"
As a result, no matter the answer, the case will lead to the
first choice, giving totally misleading log messages. Adding
response to case fixes the issue:
response.chomp!
case response
when "authentication accepted"
Comments and changes to this ticket
-
Ben Klang June 25th, 2010 @ 11:54 PM
- Milestone cleared.
- State changed from new to resolved
- Assigned user set to Ben Klang
Fix committed to Git, thanks!
http://github.com/adhearsion/adhearsion/commit/19e2e82ef054acba2207...
-
Ben Klang June 26th, 2010 @ 01:01 AM
- Milestone cleared.
- Milestone order changed from 0 to 0
-
Ben Klang June 26th, 2010 @ 02:16 AM
- Milestone set to 0.8.5
- Milestone order changed from 1 to 0
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป