Difference between revisions of "Nokia E65"

From LinuxMCE
Jump to: navigation, search
 
(13 intermediate revisions by 7 users not shown)
Line 1: Line 1:
 
[[Category: Hardware]]
 
[[Category: Hardware]]
[[Category: Tutorials]]
 
 
[[Category: Phones]]
 
[[Category: Phones]]
=Nokia E65 as a VoIP client=
+
[[Category: Orbiters]]
 +
{{versioninfo}}
 +
 
 +
[[Image:Javamo-e65-ui1.jpg|thumb|200px|UI1 on the Nokia E65]]
  
 
Nokia E65 is a nice quad band slider phone with Bluetooth, WiFi support and also a VoIP client built in.
 
Nokia E65 is a nice quad band slider phone with Bluetooth, WiFi support and also a VoIP client built in.
This phone is a Symbian S60 3rd edition, so it cannot be used (at least not yet) as a mobile orbiter, but it can be used as a VoIP cordless with Asterisk.
+
This phone is a Symbian S60 3rd edition, it can be used with the [[JavaMO]]. It can also be used as a VoIP cordless with Asterisk.
 
+
To do so the steps are:
+
 
+
# configure your phone with your home wireless access point and make sure that phone can navigate. By default it will ask for a DHCP leased IP, so it will be hooked to the 192.168.80.* subnet
+
  
# go to Menu -> Tools -> Settings -> Connections -> SIP settings and create e new profile with the following config:
+
The instructions for this have been removed, as they are grossly incorrect, and will not properly integrate with this system.
  ## Profile Name : name of your choice
+
  ## Service profile : IETF
+
  ## Default access point : your access point
+
  ## Public user name : sip:userid@192.168.80.1 (where userid should be the ext number you want to give to your E65)
+
  ## Use compression : no
+
  ## Registration : always on
+
  ## Use security : no
+
  
  ## Proxy Server :
+
To add the phone as an extension, merely use Wizard > Phones, and add a generic SIP softphone. The username and password are the extension # of the phone, and the server you should connect to is 192.168.80.1
  ### Proxy server address : sip:192.168.80.1
+
  ### Realm : asterisk
+
  ### User name : userid
+
  ### Password : userpass
+
  ### Allow loose routing : yes
+
  ### Transport type : UDP
+
  ### Port : 5060
+
  
  ## Registrar server :
+
-Thom
  ### Registrar serv. addr. : sip:192.168.80.1
+
  ### Realm : none
+
  ### User name : userid
+
  ### Password : none
+
  ### Transport type : UDP
+
  ### Port : 5060
+

Latest revision as of 16:06, 29 September 2010

Version Status Date Updated Updated By
710 Unknown N/A N/A
810 Unknown N/A N/A
1004 Unknown N/A N/A
1204 Unknown N/A N/A
1404 Unknown N/A N/A
Usage Information
UI1 on the Nokia E65

Nokia E65 is a nice quad band slider phone with Bluetooth, WiFi support and also a VoIP client built in. This phone is a Symbian S60 3rd edition, it can be used with the JavaMO. It can also be used as a VoIP cordless with Asterisk.

The instructions for this have been removed, as they are grossly incorrect, and will not properly integrate with this system.

To add the phone as an extension, merely use Wizard > Phones, and add a generic SIP softphone. The username and password are the extension # of the phone, and the server you should connect to is 192.168.80.1

-Thom