<div dir="ltr">Hi All - I am playing with SIPML5.<div><br></div><div>I was getting an error about wss.... I fixed that by doing :</div><div>cat privkey.pem > asterisk.pem<br>cat fullchain.pem >> asterisk.pem<br></div><div>with my letsencrypt certificate. and setting </div><div>tlscertfile=/etc/letsencrypt/live/mypath/asterisk.pem<br></div><div><br></div><div>But now when I use the <a href="https://www.doubango.org/sipml5/call.htm">https://www.doubango.org/sipml5/call.htm</a></div><div>and I click Login...</div><div><br></div><div>I get this error on asterisk /var/log/asterisk/messages</div><div>[Sep 27 14:58:08] NOTICE[46486] chan_sip.c: Registration from '"SIPMl5"<<a href="mailto:sip%3Ajerry.geis@somewhere.com">sip:jerry.geis@somewhere.com</a>>' failed for 'IP:37994' - Wrong password<br></div><div><br></div><div>my sip.conf entry is this:</div><div>[<a href="mailto:jerry.geis@somewhere.com">jerry.geis@somewhere.com</a>]<br>type=friend<br>defaultname=<a href="mailto:jerry.geis@somewhere.com">jerry.geis@somewhere.com</a><br>defaultuser=<a href="mailto:jerry.geis@somewhere.com">jerry.geis@somewhere.com</a><br>secret=(matches that on the website page)<br>encryption=yes<br>avpf=yes<br>force_avpf=yes<br>dtlsenable=yes<br>dtlsverify=fingerprint<br>dtlscertfile=/etc/letsencrypt/live/mypath/asterisk.pem<br>dtmfmode=RFC2833<br>host=dynamic<br>description=Test<br>context=sipml5<br>qualify=yes<br>rtptimeout=60<br>rtpholdtimeout=60<br>rtpkeepalive=60<br>callerid="Jerry.Geis"<br>qualify=no<br>canreinvite=yes<br>timezone=1<br>nat=force_rport,comedia<br>disallow=all<br>allow=ulaw<br>allow=alaw<br>allow=gsm<br></div><div><br></div><div>Not sure what  I dont have that is not accespting the PW.  I am using 18.6.0 and still on the OLD chan_sip.c (which is working fine for everything else).</div><div><br></div><div>Thanks<br></div><div><br></div><div>Jerry</div></div>