astmanproxy icon indicating copy to clipboard operation
astmanproxy copied to clipboard

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

Open steventwheeler opened this issue 11 years ago • 2 comments

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.

steventwheeler avatar Jul 15 '13 17:07 steventwheeler

I noticed this as well.

joshaidan avatar Jul 22 '14 19:07 joshaidan

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: https://github.com/davies147/astmanproxy/commit/e63def3b41b9588098de40b571adab0986f8d2d3

Deantwo avatar Apr 04 '16 10:04 Deantwo