Difference between revisions of "Nokia E65"

From LinuxMCE
Jump to: navigation, search
(Nokia E65 as VoIP client)
Line 2: Line 2:
 
[[Category: Tutorials]]
 
[[Category: Tutorials]]
 
[[Category: Phones]]
 
[[Category: Phones]]
 
  
 
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.
Line 9: Line 8:
 
To do so the steps are:
 
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
+
#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:
# go to Menu -> Tools -> Settings -> Connections -> SIP settings and create e new profile with the following config:
+
##Profile Name : name of your choice
  ## Profile Name : name of your choice
+
##Service profile : IETF
  ## Service profile : IETF
+
##Default access point : your access point
  ## 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)
  ## 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
  ## Use compression : no
+
##Registration : always on
  ## Registration : always on
+
##Use security : no
  ## Use security : no
+
##'''Proxy Server'''
 
+
###Proxy server address : sip:192.168.80.1
  ## Proxy Server :
+
###Realm : asterisk
  ### Proxy server address : sip:192.168.80.1
+
###User name : userid
  ### Realm : asterisk
+
###Password : userpass
  ### User name : userid
+
###Allow loose routing : yes
  ### Password : userpass
+
###Transport type : UDP
  ### Allow loose routing : yes
+
###Port : 5060
  ### Transport type : UDP
+
##'''Registrar server'''
  ### Port : 5060
+
###Registrar serv. addr. : sip:192.168.80.1
 
+
###Realm : none
  ## Registrar server :
+
###User name : userid
  ### Registrar serv. addr. : sip:192.168.80.1
+
###Password : none
  ### Realm : none
+
###Transport type : UDP
  ### User name : userid
+
###Port : 5060
  ### Password : none
+
  ### Transport type : UDP
+
  ### Port : 5060
+

Revision as of 10:13, 31 December 2007


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.

To do so the steps are:

  1. 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
  2. go to Menu -> Tools -> Settings -> Connections -> SIP settings and create e new profile with the following config:
    1. Profile Name : name of your choice
    2. Service profile : IETF
    3. Default access point : your access point
    4. Public user name : sip:userid@192.168.80.1 (where userid should be the ext number you want to give to your E65)
    5. Use compression : no
    6. Registration : always on
    7. Use security : no
    8. Proxy Server
      1. Proxy server address : sip:192.168.80.1
      2. Realm : asterisk
      3. User name : userid
      4. Password : userpass
      5. Allow loose routing : yes
      6. Transport type : UDP
      7. Port : 5060
    9. Registrar server
      1. Registrar serv. addr. : sip:192.168.80.1
      2. Realm : none
      3. User name : userid
      4. Password : none
      5. Transport type : UDP
      6. Port : 5060