Unsucessful authentication-CLI output:wrong password

Do I need to insert any sort of syntax in the softphone configuration? the 3CXPhone doesn’t authenticate because the password I put in the softphone doesn’t match the password in the extension added in the freepbx GUI, but this is silly given the fact that I almost lose the fingers retyping passwords in both sides, softphone and asterisk GUI, sorry folks if this question doesn’t belong in this forum but I ve asked the same at FReePBX site but no answer has been responsed

sip_additional.conf has this:

[quote]
[8000]
deny=0.0.0.0/0.0.0.0
secret=888
dtmfmode=rfc2833
canreinvite=yes
context=from-internal
host=dynamic
trustrpid=yes
sendrpid=pai
type=user
nat=no
port=5060
qualify=yes
qualifyfreq=60
transport=udp
encryption=no
callgroup=
pickupgroup=
allow=yes
dial=SIP/8000
mailbox=8000@device
permit=0.0.0.0/0.0.0.0
callerid=leonardo <8000>
callcounter=yes
faxdetect=no [/quote]

the 3CXPhone in my Pc has this configuration:

Account name: leonardo CalledID:8000 extension:8000 ID:8000 Password:***(888) PBX IP:192.168.157.218 transport: UDP

and the output from the CLI keep on saying that the “password is wrong” no matter the number of the extension and even when there is not extension configured at the freepbx, the output is the same.

Connected to Asterisk 11.5.0 currently running on freebpx-asterisk (pid = 3409) [Sep 5 07:32:48] NOTICE[3441]: chan_sip.c:27919 handle_request_register: Registration from '"8000"<sip:8000@192.168.157.218:5060>' failed for '192.168.157.244:4192' - Wrong password

Show us the sip debug when you try to register.

[code]<— SIP read from UDP:192.168.157.244:4383 —>
REGISTER sip:192.168.157.218:5060 SIP/2.0
Via: SIP/2.0/UDP 192.168.157.244:4383;branch=z9hG4bK-d8754z-7916454ba51af514-1—d8754z-;rport
Max-Forwards: 70
Contact: sip:8000@192.168.157.244:4383;rinstance=dfe1ce93e54d249e
To: "8000"sip:8000@192.168.157.218:5060
From: "8000"sip:8000@192.168.157.218:5060;tag=e401e010
Call-ID: YWZjMTYyNzM3OWI3OTNjNGNiNDQyZDk2ZDcwZmViYWU.
CSeq: 1 REGISTER
Expires: 120
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REGISTER, SUBSCRIBE, NOTIFY, REFER, INFO, MESSAGE
Supported: replaces
User-Agent: 3CXPhone 6.0.26523.0
Content-Length: 0

<------------->
— (13 headers 0 lines) —
Sending to 192.168.157.244:4383 (no NAT)
Sending to 192.168.157.244:4383 (no NAT)

<— Transmitting (no NAT) to 192.168.157.244:4383 —>
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP 192.168.157.244:4383;branch=z9hG4bK-d8754z-7916454ba51af514-1—d8754z-;received=192.168.157.244;rport=4383
From: "8000"sip:8000@192.168.157.218:5060;tag=e401e010
To: "8000"sip:8000@192.168.157.218:5060;tag=as22dbae5a
Call-ID: YWZjMTYyNzM3OWI3OTNjNGNiNDQyZDk2ZDcwZmViYWU.
CSeq: 1 REGISTER
Server: Asterisk PBX 11.5.0
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
Supported: replaces, timer
WWW-Authenticate: Digest algorithm=MD5, realm=“asterisk”, nonce=“4ffa9b15”
Content-Length: 0

<------------>
Scheduling destruction of SIP dialog ‘YWZjMTYyNzM3OWI3OTNjNGNiNDQyZDk2ZDcwZmViYWU.’ in 32000 ms (Method: REGISTER)

<— SIP read from UDP:192.168.157.244:4383 —>
REGISTER sip:192.168.157.218:5060 SIP/2.0
Via: SIP/2.0/UDP 192.168.157.244:4383;branch=z9hG4bK-d8754z-5530db61591bc311-1—d8754z-;rport
Max-Forwards: 70
Contact: sip:8000@192.168.157.244:4383;rinstance=dfe1ce93e54d249e
To: "8000"sip:8000@192.168.157.218:5060
From: "8000"sip:8000@192.168.157.218:5060;tag=e401e010
Call-ID: YWZjMTYyNzM3OWI3OTNjNGNiNDQyZDk2ZDcwZmViYWU.
CSeq: 2 REGISTER
Expires: 120
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REGISTER, SUBSCRIBE, NOTIFY, REFER, INFO, MESSAGE
Supported: replaces
User-Agent: 3CXPhone 6.0.26523.0
Authorization: Digest username=“8000”,realm=“asterisk”,nonce=“4ffa9b15”,uri=“sip:192.168.157.218:5060”,response=“6c16e6820dde6e12421a2aaec243ed9d”,algorithm=MD5
Content-Length: 0

<------------->
— (14 headers 0 lines) —
Sending to 192.168.157.244:4383 (no NAT)

<— Transmitting (no NAT) to 192.168.157.244:4383 —>
SIP/2.0 403 Forbidden
Via: SIP/2.0/UDP 192.168.157.244:4383;branch=z9hG4bK-d8754z-5530db61591bc311-1—d8754z-;received=192.168.157.244;rport=4383
From: "8000"sip:8000@192.168.157.218:5060;tag=e401e010
To: "8000"sip:8000@192.168.157.218:5060;tag=as22dbae5a
Call-ID: YWZjMTYyNzM3OWI3OTNjNGNiNDQyZDk2ZDcwZmViYWU.
CSeq: 2 REGISTER
Server: Asterisk PBX 11.5.0
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
Supported: replaces, timer
Content-Length: 0

<------------>
[Sep 5 10:22:27] NOTICE[3441]: chan_sip.c:27919 handle_request_register: Registration from ‘"8000"sip:8000@192.168.157.218:5060’ failed for ‘192.168.157.244:4383’ - Wrong password
Scheduling destruction of SIP dialog ‘YWZjMTYyNzM3OWI3OTNjNGNiNDQyZDk2ZDcwZmViYWU.’ in 32000 ms (Method: REGISTER)
[/code]

after many searching, and researching, regoogling, reinstalling, recompiling, and re-doing everything I ve’ found that being 1234 the password for the test extension, I was using the upfront numeric keys to enter in the softphone secret box that very simple arrange of four numbers but I couldn’t figured out what I was typing if **** only appears, duh, probably the **** was like !@#$, who damn knows, but for sure I was entering not numbers at all until I activated the NUMLOCKkey and used the numbers from that keypad. thanks anyway, don’t don’t grab that stone