DOWNLOAD C-ChangePHP – a home-brew, customisable, browser interface for C-Bus

UPDATED 13th MAY 2012 – have a look at the update to C-ChangePHP in this post.


 
It’s been a long time coming, but today I’m posting the first release of “C-ChangePHP”.

As per my earlier post, this code lets you control your C-Bus installation from any browser, anywhere.

Continue reading ‘DOWNLOAD C-ChangePHP – a home-brew, customisable, browser interface for C-Bus’ »

Event Logging in Exchange 2007

Exchange 2010 has gotten us used to the easy life. An inbuilt certificate request wizard and easy GUI-based management of logging levels… Bliss.

If you then find yourself needing to elevate your logging on an Exchange 2007 box you might be a little lost.

This commandlet will confirm the current logging level of the Exchange 2007 UM services:

Get-EventLogLevel “MSExchange Unified Messaging*”

… and to increase it, it’s as simple as piping it:

Get-EventLogLevel “MSExchange Unified Messaging*” | Set-EventLogLevel –level:expert

Don’t forget to change it back when you’re done:

Get-EventLogLevel “MSExchange Unified Messaging*” | Set-EventLogLevel –level:lowest

If you paste the above directly into Exchange and it fails, it’s probably the funky quotation marks. Or you don’t have the UM role installed. :-)

Deploying Lync client updates through WSUS? Not yet…

Back in OCS/R2, deploying updates to your clients was a manual process. It usually worked but was not without its challenges (generally permissions-based). You plonked the Update.msp on the SE server or file share (buried somewhere like C:\Program Files\Microsoft Office Communications Server 2007 R2\Web Components\AutoUpdate\Files\OC\x32\fre\1033 or similar), then went to <pool>\ Filtering Tools \ Client Version Filter\ and added an “Allow and Upgrade” entry with a link to the “OC” folder. (It figured out the “x32\fre\1033” on its own based upon your architecture and language settings – 1033 being US English).

Lync improved upon this by using WSUS to automate the update process.

Continue reading ‘Deploying Lync client updates through WSUS? Not yet…’ »

Polycom CX600 fails after updates – stuck / won’t login

I have a couple of Polycom CX600s living in common areas. Each is logged-in permanently as a (dummy) user and not tethered to a PC. They’re effectively serving as common-area phones, but setup as real users. I’ve updated my Lync to the CU1 and CU2 updates to the phones (.107 and .250 respectively) as per my earlier post on the subject, and on each occurrence found that the phones fail to apply the updates seamlessly. My old Tanjay went to .250 without issue, but the CX600s – different story.

Continue reading ‘Polycom CX600 fails after updates – stuck / won’t login’ »

Lync Trunk Configuration also applies to analog devices

This one took me a little by surprise recently.

I was working with a HP SBA/SBM for Lync, equipped with FXS and FXO ports.

I’d setup the Trunk Configuration for outgoing FXO calls to strip the Country Code and insert a 0 (as is pretty standard in Oz), and once that was working OK I turned to the FXS. Despite my best efforts, I found I couldn’t get a call to ring the phone. Every call I sent to the gateway (whether intended for the PSTN or the FXS ports) was being spat out the FXO ports!

Continue reading ‘Lync Trunk Configuration also applies to analog devices’ »