SPA112 character issue in password field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2013 04:51 AM - edited 03-21-2019 10:04 AM
Hi,
trying to register my SPA112 with Asterisk gave me the message wrong password. Password on both sides were identical, but contained special characters _ and (. Removing these gave me sucessful registering on Asterisk with account information. Does anybody know if there is an issue with special characters in password field causing this problem?
Best regards,
Christer Olsen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2013 11:02 AM
Dev has given me the following info.
---
The SIP registration password can have a maximum length of 39. Anything above 39 will be truncated.
In terms of the allowed type of characters, there is no specific requirement. The password string is treated as a sequence of byte characters. The only character not allowed is the null character 00.
