Difference between revisions of "Asterisk Extension with Nokia Phone"
Line 1: | Line 1: | ||
− | [[Telecom Tutorials]] | + | [[category:Telecom Tutorials]] |
{{versioninfo|810Status=Works|810UpdatedDate=13 October 2010|810UpdatedBy=PW44}} | {{versioninfo|810Status=Works|810UpdatedDate=13 October 2010|810UpdatedBy=PW44}} | ||
Latest revision as of 17:05, 19 October 2012
Version | Status | Date Updated | Updated By |
---|---|---|---|
710 | Unknown | N/A | N/A |
810 | Works | 13 October 2010 | PW44 |
1004 | Unknown | N/A | N/A |
1204 | Unknown | N/A | N/A |
1404 | Unknown | N/A | N/A |
Usage Information |
Imagine being on vacations and someone calls your home phone number and your mobile rings.
With phones having SIP clients, it's possible to have an extension of your home system.
My Nokia N95 became an extension of my home system, and i will describe how.
Webadmin -> Wizard -> Phones -> Add Device.
Select Generic Sip Phone (device template #1734)-> Pick device.
Take note of the extension number and extension number password. You will need to inform it in the Nokia configuration below.
After done, configure you Nokia like:
- 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 extension number created in webadmin)
- Use compression : no
- Registration : always on
- Use security : no
- Proxy Server
- Proxy server address : sip:192.168.80.1
- Realm : asterisk (it is asterisk by default, unless it is differently set in /etc/asterisk/sip.conf)
- User name : extension number
- Password : extension number password
- Allow loose routing : yes
- Transport type : UDP
- Port : 5060
- Registrar server
- Registrar serv. addr. : sip:192.168.80.1
- Realm : none
- User name : extension number
- Password : none
- Transport type : UDP
- Port : 5060
- Save all
- Go to Menu -> Tools -> Settings -> Connections -> Internet Tel and create a new Internet Tel profile, chossing the SIP profile you created before.
If everything is right, you will be able to place "internet calls" from the Nokia Phone, which acts as a telefone device of your system.
If you plan to have it also working from outside your home, i suggest you enable a PPTP server and get SymVPN, a PPTP client for Symbian.
Have this configured, i do have two sip profiles, one for inside the house and other for outside, enbling me to have an extension of my telecom system from any wifi spot, public or not, even at my work.