Displaying 1 result from an estimated 1 matches for "63e8aedc77335879c93123055d21211d".
2019 Jul 12
2
Question on calculating PJSIP md5 authentication with NEC
...md5_cred for my pjsip.conf registration.
I'm using a Poco MD5 utility to generate the MD5 passing username:realm:password
Where username is 3016
Realm is asterisk (default)
Password is 3016 which is the same as chan_sip's secret
The value I'm setting the md5_cred in auth section to is 63e8aedc77335879c93123055d21211d
Would this value match what chan_sip would pass as the md5 credentials?
Our sip.conf looks like the following...
[general]
context = NECTEST
bindaddr = 0.0.0.0
bindport = 5060
websocket_enabled = false
srvlookup = no
allowguest = yes
debug = yes
sipdebug = yes
defaultexpiry = 480
deny = 0.0.0.0/...