Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Challenge Login to Asterisk does not work #1

Closed
OdinsHat opened this issue Sep 24, 2014 · 0 comments
Closed

Challenge Login to Asterisk does not work #1

OdinsHat opened this issue Sep 24, 2014 · 0 comments
Assignees
Labels

Comments

@OdinsHat
Copy link
Owner

Reported on old repo at Google

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

@OdinsHat OdinsHat added the bug label Sep 24, 2014
@OdinsHat OdinsHat self-assigned this Sep 24, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant