Displaying 1 result from an estimated 1 matches for "plaintext_passwd".
2005 Jun 04
2
chan_sip + MD5 encryption: WARNING Format for authentication entry is user[:secret]@realm
Hi all!
So far I've always used plaintext passwords for SIP, but now I've decided
to use MD5 encryption.
For each client I edited its section as follows, then:
auth=md5
md5secret=hashed_passwd
;secret=plaintext_passwd
where hashed_passwd is the output of
echo -n "user:realm:plaintext_passwd" | md5sum
When the first SIP clients registers with Asterisk after a "sip reload" the
following warning is logged:
Jun 4 12:47:12 WARNING[11389]: chan_sip.c:9601 add_realm_authentication:
Format for...