TopBanner

#snom m9 #Lync 2010 and #OCS 2007 R2 Features

The snom m9 is the first Lync 2010 interoperable phone to the market. This unit will also connect to a standard SIP pbx such as 3CX, snom ONE, Brekeke, etc as well. It is also a dual IP stack IPv6 unit. So quite of bit of promise in this little unit.

In this blog article I will go over some of the Lync specific features of the m9. This report is not intended as a complete review of the m9 (coming later) but just a quick overview of the m9 Lync features specifically. Below is my video review of the m9 Lync features and my written report.



Presence is huge with Lync 2010 and the snom m9 will automatically change your Lync presence based on the User State of the m9 unit. (It currently does not take into account Device State) So if your m9 is not on a call or DND it shows "Green light" as shown below.


If we select to set the m9 to Do Not Disturb the Lync presence will be set as well.


Here the presence is set to "On a call".


The snom m9 will also allow you to put your contact in a list and dial Lync buddies based on this. This list does not show the contact's Lync presence as you may know that the snom 3xx/8xx do. According to product manager this is a limitation of Dect technology and is not a feature planned for the m9.


The m9 does not pull the Lync contact list but you can make this list yourself from the phone user interface or the web user interface. It will allow you to import VARDS/.vcf's as well so you can include a picture.


The unit will also allow you to setup 10 one digit speed dials. So you can dial a Lync contact with one button! Think about it: If you have Lync federated with MSN/etc you could call them with 1 button! Pretty neat!

Also note the IPv6 address. Since the unit run dual parallel IP stack, you can log in to the unit even if you don't know the IPv4 address. Very slick.


See the dual parallel IPv6 stack below:


Configuring the m9 for Lync is fairly straight forward using the below configuration screen. You will also want to click on SIP tab and set the Server Type to "Microsoft Office Communication Server (OCS)" to make it work.


The m9 is very new to the USA market and it shows. Right now you need to type in a pin to change DND, lack of automatically populated contact list, searching address book only works with some letters, etc but snom is working hard rectify these issues and I hope to be able to report that it has passed my critique shortly. ;-)

If you own an m9 you might want to look at the recently update pdf manual.
I think the m9 shows real promise as a Lync 2010 Dect phone. It also shows that snom is committed to bringing interesting Lync devices to the market.

SIP Softphone Maker Agprojects to Release SIP Hardware Phone?



Software centric companies brought us software based phone systems/UC (Asterisk, Lync, etc) and they have convinced the market and industry that soft is the future. The question desk phone or softphone is not quite so settled it seems. There are softphone vendors (Microsoft, Counterpath, etc) and desk phone (Grandstream, snom, Aastra, etc) and they usually have a pretty different view of the world. It is pretty unusual to see a soft phone maker come out with a hardware phone. Is that what AgProjects is up to? I'm really curious.

http://twitter.com/agprojects/status/50186701875855360

3CX Replaces 3CX Assistant in Version 10 With New Silverlight MyPhone Portal (and more)



Looks like 3CX is retiring the 3CX Assistant application along with the old 3CX Myphone portal in favor of newer Microsoft technology: a Microsoft Silverlight based client. This is a very smart move on 3CX's part as it starts addressing 2 serious pitfuls in its coming struggle to survive in the face of the very real Microsoft Lync threat: Embrace features that can survive in hosted mode (Silverlight Myphone portal could theoretitcally work beautiful in hosted mode) and support more desktop operating systems. (Silverlight apps are cross platform compatible & will run on Mac as well as Linux? Windows Phone7 eventually? etc.)

With Windows communication vendors like snom ONE providing very stable phone system with a mature feature set for extremely agressive pricing (10 extension/ no limits/ free!) and Microsoft continuing to bring Lync 2010 downstream (run on 1GB!) the Windows PBX market continues to be extremely in exciting times!
Checkout the 3CX Blog Update Here:
http://windowspbx.blogspot.com/p/microsoft-lync-resources.html

Writing Your First .Net App for Lync 2010 in 5 Easy Steps and 10 Short Minutes

Wanting to do your first Microsoft Lync 2010 integration? It will take no more than 10 minutes to make your first Lync "Hello World" integration!

Note: For this tutorial we are assuming that you have Lync 2010 running on this developement machine and working. Also that Visual Studio 2010 is on your machine.

#1-Download and install the free Lync 2010 SDK.



#2-Open Visual Studio and create a "New Project".
(or download the free Visual Basic 2010 Express and install if you don't have it.)


#3 - Select a "WFP Application" template for this project as shown below. (the Lync controls won't work on Windows Form Application.)


#5 -The Lync SDK controls you just installed above will be in the "Toolbox" and you can just drag them on your new project form! Go ahead, drag the "MyPresenceChooser" control onto your app. Now let's test our app by clicking "Run".


#5 - Note how you can change Lync 2010 presence from your new application. Wow! We wrote a Lync 2010 app!


Now you can go on and do all those cool things with code that are rolling around in your mind!
Note that this integration is at the Lync 2010 client level and that it is also possible to integrate at the Lync Server level. Once I can help integrating at that level in 10 minutes I'll do another post! ;-)