Difference between revisions of "Nokia E65"
Line 8: | Line 8: | ||
To do so the steps are: | To do so the steps are: | ||
+ | #go to LMCE admin site and go to Advanced ->Configuration -> Phones setup (this launches AMP) | ||
+ | #add a new SIP extension, defining a new extension number and a password (secret). Leave all other settings unmodified | ||
#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: | ||
Line 13: | Line 15: | ||
##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 | + | ##Public user name : sip:userid@192.168.80.1 (where userid should be the ext number you defined earlier in AMP) |
##Use compression : no | ##Use compression : no | ||
##Registration : always on | ##Registration : always on | ||
Line 32: | Line 34: | ||
###Transport type : UDP | ###Transport type : UDP | ||
###Port : 5060 | ###Port : 5060 | ||
+ | |||
+ | If everything is ok, when exiting from this newly created profile back to SIP profile list a label "Registered" appears within few seconds under new SIP profile entry. | ||
+ | |||
+ | This means that E65 has successfully registered with Asterisk server. | ||
+ | |||
+ | To make a test call it is now necessary still to go to Menu -> Tools -> Settings -> Connections -> Internet tel. settings and create a new Internet tel. profile choosing to use the SIP profile previously defined. | ||
+ | |||
+ | To place a call via Asterisk it is necessary to compose number, press Option button (do NOT press green button, as the call would be placed via GSM/UMTS) and select Call -> Internet call | ||
+ | |||
+ | Call will then be routed according to Asterisk dialplan |
Revision as of 10:35, 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:
- go to LMCE admin site and go to Advanced ->Configuration -> Phones setup (this launches AMP)
- add a new SIP extension, defining a new extension number and a password (secret). Leave all other settings unmodified
- 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:
- 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 defined earlier in AMP)
- Use compression : no
- Registration : always on
- Use security : no
- Proxy Server
- 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
- Registrar serv. addr. : sip:192.168.80.1
- Realm : none
- User name : userid
- Password : none
- Transport type : UDP
- Port : 5060
If everything is ok, when exiting from this newly created profile back to SIP profile list a label "Registered" appears within few seconds under new SIP profile entry.
This means that E65 has successfully registered with Asterisk server.
To make a test call it is now necessary still to go to Menu -> Tools -> Settings -> Connections -> Internet tel. settings and create a new Internet tel. profile choosing to use the SIP profile previously defined.
To place a call via Asterisk it is necessary to compose number, press Option button (do NOT press green button, as the call would be placed via GSM/UMTS) and select Call -> Internet call
Call will then be routed according to Asterisk dialplan