-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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.net on 21 Sep 2014 at 3:46
Reactions are currently unavailable