What steps will reproduce the problem?
1. Use Challenge login with Asterisk
2. Login fails
What version of the product are you using? On what operating system?
Does not matters.
Please provide any additional information below.
The issues is in AsteriskManager.php line 200
-strpos($response, "Challenge: ")));
+strpos($response, "Challenge: ")+strlen("Challenge: ")));
Otherwise the challenge is wrong and authentication fails
Original issue reported on code.google.com by
matth...@quernheim.neton 21 Sep 2014 at 3:46