Hello,
I’m using asterisk and can make incoming/outgoing calls I have only one problem with phone authorization. Periodically in asterisk console I can see notice about can not authorize SIP phones and when I try to call phone says “Forbidden”.
This problem can be resolved by going to phone web server phoneIP/ and reentering password. It is foolish to enter every day through a new password!
What I’m missed? How can be resolved this problem?
Thanks.
What version of Asterisk are you using?
What does your entry in sip.conf for the phone look like?
Hi,
Asterisk 1.6.2.13 version.
Entry for phone:
[111]
deny=0.0.0.0/0.0.0.0
secret=********
dtmfmode=rfc2833
canreinvite=no
context=from-internal
host=dynamic
type=friend
nat=no
port=5060
qualify=yes
callgroup=
pickupgroup=
dial=SIP/111
accountcode=
mailbox=111@device
permit=x.x.x.x/255.255.255.0
callerid=device <111>
call-limit=50
faxdetect=no
Also there is notice in log file. Password is correct 
If the problem is resolved by:
Perhaps there is some problem with the phone’s storage of its password?
I don’t think so because it’s not only for one phone.