I have changed my phone settings to match yours and its still not working. I get the same errors.
Is there anything special I need to do to the config on the asterisk box?
Main Topics
Browse All TopicsHi,
I have a Nokia E51 and I am trying to get it to connect to my Asterisk VoIP Server.
I have looked around on the internet to see how others have connected it, however I cannot get it to work.
It seems no matter what I try I get the a SIP registration error 401 followed by a 403 error in the log on the server. I have double checked usernames and passwords etc. does anyone know how to fix this?
Thanks
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
This is the config I am using on asterisk.
[61xx]
type=friend
secret=xxxxxxxx
username=61xx
callerid="users name" <61xx>
host=dynamic
disallow=all
allow=alaw
allow=ilbc
deny=0.0.0.0/0.0.0.0
permit=10.0.0.0/255.0.0.0
context=voipuk
pickupgroup=1
qualify=yes
How are you connecting to asterisk. Is it via a wireless network in the office?
I've got the same problem; Asterisk and Nokia E51 wont register correctly.
I've tried and checked all the possible options and re-checked them at least 5 times.
I debugged the sip negotiation and saw that my GSM Provider (Sonera Finland) uses IP 212.213.204.99 as GPRS/3G gateway address and NATs user phones behind it:
<--- Transmitting (NAT) to 212.213.204.99:49031 --->
SIP/2.0 403 Forbidden
Via: SIP/2.0/UDP 10.107.102.57:5060;branch=
So at that precise moment my phone had non-public ip 10.107.102.57.
I've set other softphones and they can connect to my Asterisk box (which is NATted in my own home network) just fine even if the softphones are also behind NAT in, for example, my friends home network.
So NATting / firewalling / port forwarding should not be the problem here. I cannot get my E51 register with Asterisk even in my home WLAN.
Also I can register my phone to my account at voipdiscount.com with no proble; via GPRS/3g or WLAN.
-A
uh, oh...
Just got my E51 to register with Asterisk... ;-)
Should have read and TESTED grblades note:
**************************
Proxy Server
-------------
proxy server address - sip:x.x.x.x
realm - asterisk
user name - user
password - password
allow loose routing - yes
transport type - udp
port - 5060
**************************
THAT ACTUALLY DOES THE TRICK WITH E51
The realm must be "asterisk" or the domain specified in sip.com (domain=xxxxxxxx) and the username and password as specified in the extension details. I didnt use proxy settings in my E51 because all my other hard/soft phones work without it...
Thanks to grblades !
-A
Business Accounts
Answer for Membership
by: grbladesPosted on 2008-03-13 at 05:55:37ID: 21115664
I have a few E70 and a E51 working fine with identical settings.
x.x.x.x is the ip address of the asterisk server to register to.
user is the username and extension
password is the password.
service profile - ietf
public user name - sip:user@x.x.x.x
compression - No
Registration - always on
Use security - no
Proxy Server
-------------
proxy server address - sip:x.x.x.x
realm - asterisk
user name - user
password - password
allow loose routing - yes
transport type - udp
port - 5060
registrar server
----------------
registrat server address - sip:x.x.x.x
realm - none
user name - none
password - none
transport type - udp
port - 5060