Setting up the Nokia E75 as a remote extension of a SIP PBX

ZTE Tania

ZTE Tania

Windows Phone Mango

Fully equipped

Great for business and pleasure

More...
BlackBerry Bold 9790

BlackBerry Bold 9790

BlackBerry OS7

Powerful & Fully Featured

Smooth performance for browsing the web, running apps, working with documents, and enjoying multimedia

More...
Motorola RAZR

Motorola RAZR

The RAZR is back

Faster, Thinner, Smarter, Stronger

Dual-core 1.2GHz processor, 7.1mm body, MotoCast, and KEVLAR strong.

More...
HTC Sensation XL

HTC Sensation XL

Feel every beat

With Beats Audio

A multimedia superstar with Beats earphones included.

More...
HTC Titan

HTC Titan

Unlike anything you've ever held before

Office on the move

Windows Phone 7.5 (Mango). With a 4.7-inch screen and big virtual keyboard, the Titan is perfect for both work and play.

More...
HTC Radar

HTC Radar

Real time close

Windows Phone 7.5 (Mango)

Pull all your contacts and social networks together into one place to stay connected with friends and share instantly.

More...
BlackBerry Bold 9900

BlackBerry Bold 9900

Slim yet powerful

Touch and Type in harmony

The Bold 9900 is RIM's thinnest BlackBerry smartphone yet and as lightweight and durable as it is feature-packed.

More...
BlackBerry Curve 9360

BlackBerry Curve 9360

Socially aware

Sleek and stylish

The 9360 feels just right in your hand and with a ton of accessories you can really make it your own.

More...
HTC ChaCha

HTC ChaCha

Facebook integrated

Full qwerty Android

Share virtually anything with just one touch.

More...
ZTE Libra

ZTE Libra

Affordable Android

WiFi hotspot, Exchange email, Google Maps and much, much more all at an attractive price.

More...
ZTE MF30/MF60

ZTE MF30/MF60

Portable Internet

USB & WiFi for Windows and Mac

High speed, portable Internet access in your pocket.

More...
Motorola Defy +

Motorola Defy +

Lifeproof

Faster, smarter, richer

Scratch, dust and water-resistant. 1GHz processor, 5MP camera and great pre-loaded apps.

More...
Motorola Pro +

Motorola Pro +

Works and plays as hard as you do

Faster, smarter, richer

A powerful smartphone optimised for business but fun enough to use for your personal life.

More...
BlackBerry Curve 9380

BlackBerry Curve 9380

BlackBerry OS7

The 1st all-touch Curve

Easily capture and share your favourite moments with family, friends and colleagues.

More...
Novatel MiFi 3352

Novatel MiFi 3352

Intelligent Personal Mobile Hotspot

Portable High-Speed Internet

Carry the Internet with you stream media wirelessly from your SD card.

More...
HTC Sensation XE

HTC Sensation XE

With Beats Audio

Designed to impress

With custom Beats headphones, engineered to deliver extraordinary sound.

More...
HTC Rhyme

HTC Rhyme

Accessories to fit your life

Stay connected with those closest to you

Stylish, effortless technology.

More...
ZTE Skate

ZTE Skate

Affordable Android

WiFi hotspot, Exchange email, Google Maps and much, much more all at an attractive price.

More...
HTC Explorer

HTC Explorer

A design that fits your lifestyle

Keep in touch with the people who matter

Jump right into what's most important to you thanks to an improved lockscreen design.

More...
ZTE Tureis

ZTE Tureis

Full Qwerty 2.6-inch touchscreen

Android Gingerbread

Business and social features in a slim package.

More...
Frontpage Slideshow (standalone) | Copyright © 2006-2011 JoomlaWorks Ltd.

The Nokia E75 has a SIP-based Voice over IP (VoIP) client built-in, meaning that the handset can make and receive calls over the Internet provided that the SIP PBX can be configured to support the device.

In this post I shall be using SIPtrix, the Asterisk-based Linux PBX server. There are a number of pre-requisites that need to be satisfied on the server:

The SIPtrix server must have a ‘real world’, ‘routable’, ‘public’, or ‘Internet-facing’ IP address that is available from the Internet. Without this, no remote connectivity will be possible.
If the SIPtix server is behind a firewall, then UDP port 5060 should be allowed through to the server from the Internet, for SIP signalling traffic. The UDP port range 10000 to 20000 must also be allowed through for RTP traffic (the ‘media’ of the telephone conversation).

The SIPtrix server must also be ‘made aware’ of its own external IP address as well as the local network on which it sits:
Log into the admin interface for the server via the web interface and browse to Tools → Config Edit. Locate the ‘sip_nat.conf’ file and add the following lines:

nat=yes
externip=81.138.13.178
localnet=10.0.0.0/255.255.255.0

(you will need to substitute the above IP details for the configuration of your own external and internal network addressing scheme).

Once these pre-requisites have been satisfied, you must now create an extension on the system for the phone to register as.

Within the admin interface, add an extension in the correct number range (1xx would be suitable for remote extensions to identify them as such and separate them from the 2xx internal extensions).
Set the Outbound CID number to match that of the person’s desk extension.
Set the secret to password or something suitable.
Set the NAT field to ‘yes’
Disable voicemail.

Setting up the Nokia E75 as a remote extension of a SIP PBX

(Optional)
Create a ring group and add the person’s desk extension and the E series handset as members. Set the Inbound route for the person’s DDI to point to the ring group.
Set the ring strategy to ring all.

Submit and Apply the changes.

Now we are ready to configure the Nokia handset.

If the wireless access point the handset is connecting to is locked down by MAC address, then it will need to be configured to allow the handset to connect to it.

MAC stands for Media Access Control. A MAC address is a unique hexadecimal address that is assigned to all networking equipment. To ascertain the MAC address of the Nokia handset, issue the following code on the handset keypad itself:

*#62209526#

The MAC address will be returned.

To configure the SIP settings on the phone:

  • On the handset, press the menu button. Select Control Panel and then Settings.
  • Select Connection
  • Select Destinations
  • Select Access Point
  • Select the option to Automatically check for available access points
  • Select the desired wireless access point you wish to connect to
  • Complete the required security settings as required
  • Save the new access point to the Intranet Destination
  • Return to the Connections menu and select SIP Settings
  • Select Options → New SIP Profile → Use default profile
  • Enter a name for the profile
  • Set Service Profile to IETF
  • Set Default Destination to Intranet
  • Set Public user name to sip:1xx@10.0.0.100 (where 1xx is the 3-digit extension, and the IP address is the internal IP address of the SIPtrix server)
  • Set Use compression to No
  • Set Registration to Always on
  • Set Use security to No
  • Select Proxy Server
  • Set Proxy server address to sip:81.138.13.178 (where the IP address is the external IP address of the SIPtrix server)
  • Set Realm to asterisk
  • Set User name to 1xx (where 1xx is the 3-digit extension)
  • Set Password to (the password you defined in the properties of the extension within the SIPtrix admin interface)
  • Set Allow loose routing to Yes
  • Set Transport type to UDP
  • Set Port to 5060
  • Select Registrar Server
  • Set Registrar server addr. to sip:asterisk
  • Set Realm to None
  • Set User name to None
  • Set Password to None
  • Set Transport type to UDP
  • Set Port to 5060

Return to the Control Panel and select Net Settings
If you don't see a menu icon for Advanced VoIP settings, you will need to download an additional component from the Nokia Forum web site:

http://www.forum.nokia.com/info/sw.nokia.com/id/105455c9-654b-427f-99c7-...

Registration is required for access to this web site.

This component is required to enable you to enable the "Internet Telephony" mode on the phone.
Once installed, you will see a new option in the Net Settings menu for Advanced VoIP Settings:

Setting up the Nokia E75 as a remote SIP extension

Select VoIP Services:

Setting up the Nokia E75 as a remote SIP extension

Select VoIP Settings --> Used SIP Profiles and enable the SIP Profile you created earlier.
Return to the Net Settings menu and select Provider sett.
Set Default Service to Yes.

Return to the home screen
Power the handset off and on again.

When the handset powers back on, it will register with the wireless access point and then with the remote SIPtrix server. You will know if the handset is registered in Internet Call mode, as there will be an icon of a handset and a globe in the top right hand corner of the display:

Setting up the Nokia E75 as a remote SIP extension

Any calls made from the handset will appear to the recipient as coming from the DDI of that user’s desk phone. When placing a call from the phone, you will have the option of placing a Net Call:

Setting up the Nokia E75 as a remote SIP extension