Connect a Nokia E60 to an Asterisk/Trixbox machine
February 10th, 2007
After few tests i succesfully configured my Nokia E60 to connect to our Asterisk / TrixBox local server. We have a working trixbox server with static ip address and a Nokia E60 with wireless lan configured and already working.
Here what you have to do:
1. Connect via browser to asterisk FreePBX control panel. Select Setup>Extension and create a new sip extension with these settings:
Extension number: [the number you want to set for your nokia "2021" for example]
Secret: [the password you want to set. "pizza" for example]
type: friend
qualify: no
port: 5060
notransfer: yes
host: dynamic
context: from-internal
disallow: all
allow: alaw
If you don’t have FreePBX installed you can add this extension by editing sip.conf file.
2. Now grab your nokia and start to configure it to connect to asterisk.
Open tools > Settings > Conection > Sip Settings and change settings as follow:
Add a new profile by select “use default profile” and add these settings
Profile name: [give a name to your profile
Service profile: IETF
Default access point: [Select your wifi lan from the list]
Public user name: sip:[thenumberyouchose es 2021]@[domain assigned to your phone]
Use compression: No
Regristration: Always on
Use security: No
3. Now enter the Proxy server settings and add:
Proxy server address: sip:[ip of your asterisk server]
Realm: asterisk (this is the default for trixbox but it may be different on other installations)
User name: [your SIP user, 2021 in our example]
Password: [Your password, pizza in our example
Allow loose routing: Yes
Transport type: UDP
Port: 5060
4. Now enter in Registar server and add:
Registrar serv.addr.: sip:asterisk
Realm: -
User name: -
Password: -
Transport type: UDP
Port: 5060
Then navigate to Tools->Settings->Connection->Internet tel. settings: and create a new profile in the Options menu with the following settings:
name: choose a name
SIP profile: previously defined profile
If you did everything correclty you should read a notification message and your phone should be registered on your server, now digit any internal number in your lan, select options>call> internet call and your phone should ring.
Leave a Reply