astmanproxy
astmanproxy copied to clipboard
Failing to connect because the password is being converted to lowercase characters.
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.
I noticed this as well.
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