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

Failing to connect because the password is being converted to lowercase characters. #6

Open
steventwheeler opened this issue Jul 15, 2013 · 2 comments

Comments

@steventwheeler
Copy link

You can see in /src/config.c:36 /src/config.c:86 that the characters are being converted to lowercase. This prevents the proxy from connecting to asterisk if either the username or password contain uppercase letters.

@joshaidan
Copy link

I noticed this as well.

@Deantwo
Copy link

Deantwo commented Apr 4, 2016

I just noticed the https://github.com/davies147/astmanproxy fork.
Seems to be fixed somewhat there.

You just have to put quotes (") around the case-sensitive values.
See: davies147@e63def3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants