Home > Uncategorized > Nokia E51 and Asterisk

Nokia E51 and Asterisk

January 3rd, 2010

image 

I find this one of the best phones with a SIP dialer included, it works great with Asterisk doing registration and handling g729 as well as g711.

Is a dual mode phone so you can enjoy your 3GSM and if you have wifi available while traveling you can be connected to your office PBX at the same time.

Believe me, your packet will feel the difference and the voice quality of course depends on the quality of the internet connection available.

Asterisk Context

;Configration URL's:
;http://www.voip-wiki.nl/doku.php?id=nokiae70
;http://www.pdashop.nl/vragen/25862/31747
;
[nokia]
username=nokia
secret=<mypassword>
host=dynamic	;This phone registers with asterisk, not the other way around
type=friend	;2-way calls: from nokia to asterisk, and from asterisk to the nokia phone
qualify=yes	;Important: Asterisk will regularly contact the nokia phone to make sure it's still there
		;(in case your get out of range of the WiFi access point)
notransfer=yes	;?
disallow=all
allow=alaw	;I wil just use 'alaw': because it's a wifi network, enough bandwidth is available
context=<context>	;Adjust this according to extensions.conf configuration

 

Change <context> and <mypassword>. Make sure you use the same username and password when configuring your Nokia.

todo: nokia screenshots of configuration

02122 Uncategorized

  1. No comments yet.
  1. No trackbacks yet.
You must be logged in to post a comment.