search for: longmd5digest

Displaying 1 result from an estimated 1 matches for "longmd5digest".

2005 May 09
0
SIP and MD5 passwords.
...ng Grandstream phones with Asterisk. If I have something like this: [102] username=102 secret=hello restofconfig Then authentication works fine. However both the following cases seem to fail. [102] username=johnblogs authuser=johnblogs secret=hello restofconfig or [102] username=102 md5secret=longmd5digest restofconfig In order to get my md5secret I'm doing echo -n '102:asterisk:hello' | md5sum So, my two questions are: 1) Can the username be different to the sip userid? 2) Can someone please show me the exact procedures needed to use the md5secret, including what I configure in the G...