Mino – The UC Guy

Microsoft Unified Communications Blog ( Link Development )

Archive for the ‘Uncategorized’ Category

How to get save password option for Office Communicator users

Posted by Mino on May 24, 2009

Open Registry editor and locate the following key:

HKLM/Software/Policies/Microsoft/Communicator,  and set SavePassword=1.  

This enables a checkbox to save password in MOC login dialogue.

After the password is entered it is saved into the registry

HKCU/Software/Microsoft/Communicator/AccountPassword

This registry key store in hashed value. Changing the hash requires re-entering the password.

Note: You may want to use this option if MOC users login from workgroup machine, or Kerberos authentication is not working

Source :http://www.ocspedia.com/FE/How_to_Save_Password_MOC.htm

Posted in OCS 2007 R2, communicator client | Tagged: , , , , , | 1 Comment »

OCS 2007 R2 Server Loses network connection on Server Startup

Posted by Mino on May 13, 2009

As strange as this might sound to you but this is the latest case I have faced which in the end appeared to be a known bug and Microsoft Premiere Support were able to solve it after 3 weeks of investigation

Setup

So you have OCS 2007 R2 implemented over Windows 2008 and the Backend is placed on SQL 2008 on windows 2008 server. The below roles are all implemented on windows 2008:

  • Front End 1
  • Front End 2
  • Mediation
  • Consolidated Edge not joined to the domain

Problem:

When you restart any OCS server you cannot remote access to that server again, the Ping over the server is lost and when you go and check the server you find the network is disconnected.

If you went through all of the OCS Server services you will find them all are in the mood of starting and it will take it like 10 minutes then it will fail to start .

If you set these OCS Services to manual start rather than Automatic then reboot. You will find that the server is functioning normally.

This is really a very strange problem and I never faced it before as I have already implemented the OCS on 2008 but I still up to this moment don’t know the symptoms that causes this problem to happen.

Solution:

- Set startup type for wmiApSrv to automatic

- Add dependency on RtcSrv to wmiApSrv

- Set startup type for RtcSrv to automatic

- Reboot

- RtcSrv is starting and running

- Set startup type for all Rtc* services to automatic

- Reboot

- All Rtc* services starting and running

 

To set the RTCSrv service dependency you can use the registry to modify the following:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RtcSrv and modify the DependOnService to include the wmiApSrv.

Posted in Consolidated Edge, Edge Server, Front End Server, Miscellaneous, OCS 2007 Components, OCS 2007 R2, Uncategorized | Tagged: , , , , , | 4 Comments »

The Sixth Sense Tech of the Future ( Must Watch )

Posted by Mino on March 30, 2009

Posted in Uncategorized | Leave a Comment »

Customizing Exchange UM Auto Attendant

Posted by Mino on March 24, 2009

 When you normally configure your Exchange UM auto attendant, here is the normal greeting that you will hear:

“Welcome to the Exchange Auto Attendant. Use the key pad to spell the name of the person you are calling, last name first, or to spell their e-mail alias, press the # key twice. If you know the extension, press the # key.”

One of our clients requested to change the Auto Attendant to give him in the end the below experience:

“Welcome to Company ABC, please dial the extension of person you are calling”

Which means that we need to remove the following parts from the Greeting:

·         Name lookup

·         The # key

In the end this was done by the below command from the exchange shell and of course we used a custom greeting for the first custom welcome part.

Set-UMAutoAttendant -Identity “test” –NameLookupEnabled $false

Replace “test” with the name of your Auto Attendant

Also the client asked if that greeting can be interrupted , we tested that and it appeared that it can only be interrupted after the first wav file ends which is “ welcome to the exchange auto attendant “  .

If you tried to interrupt before this greeting ends then you will hear a sorry message , however you can enter any digits and interrupt the greeting right after that 3 seconds part. 

Posted in OCS & Exchange07, Uncategorized | Tagged: , , , , , , , , , | Leave a Comment »

The UC Guy is now Branded :-)

Posted by Mino on March 5, 2009

I was walking in Dubai Mall and I found a place where you can Print anything , So I though to do some Marketing for the Brand lolllll .

I Love it

img_0094

Posted in Uncategorized | Tagged: , , | 1 Comment »

OCS Integration with AVAYA ( 2 of 2 )

Posted by Mino on February 1, 2009

In the last post we talked about the Microsoft Story of the Integration using the AVAYA SES Server , now we will talk about the AVAYA story of integration which is using the AVAYA Application enablement Server ( AES )

in this scenario AVAYA uses the RCC mode or the Enterprise voice with PBX integration , thats why we need AVAYA AES Server where it will be integrating with the OCS Front end not with the Mediation. actually there will be no need for the mediation server because all the call processing will happen on the AVAYA side and the communicator client will act only as a skin or soft phone for the AVAYA PBX .

this is not the favorite scenario for microsoft as it is like the LCS with RCC which is not the Microsoft vision for moving to Microsoft IP PBX in 2010.

anyway in this scenarion you will be able to have one single extension for both AVAYA and OCS where both ends will ring , we do that by defining a static route on the oce front end server to map any communication for a client with a servers uri matching AES FQDN ” aes.mydomain.com”  to the IP of the AES Server with its static port.

on the other hand we configure the user with Server URI and Telephone URI matching the AVAYA Extension and the AVAYA AES Server. please keep in my that AES Server needs to communicate over TLS with OCS which means that certificate must be confugured right on the AES server , plus there is a trick with the Active directory user configured on the AES Server , if this is not configured right then u will get an error on the communicator client with ” NO Phone System “.

avaya-rcc

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Good thing : Single extension for both AVAYA and OCS

Bad thing : 1- High cost for this feature only ( 60$ per person ) , 2- OCS conferencing is dimmed 

I am not recomending this type of integration because in the end it is just a soft phone not the OCS with its features , if this is what you are looking for  then use AVAYA softphone  and the OCS wont be needed.

Posted in Uncategorized | 13 Comments »