Lync/SfB PowerShell scripts

Probably the last post related to Lync/Skype for Business Server in UC Lobby... Since the first post on this blog (Enabling Trace Log in Office Communicator, Lync 2010 and Lync 2013 - May 2013) the focus has been to share information related to Lync/Skype for Business. With the release of Microsoft Teams customers started their … Continue reading Lync/SfB PowerShell scripts

MSPL: How to monitor calls that are allowed/blocked by CallerIDBlock

While reviewing a comment on Missed call notification when the call is blocked by CallerIDBlock MSPL Script we realize that the calls blocked by the CallerIDBlock are hard to track. An easy way to get an event for each blocked call is to use the Log function: MSPL built-in functions > Log https://docs.microsoft.com/previous-versions/office/developer/mspl/dn439170(v=office.15) The CallerIDBlock previous version (1.1) sends the … Continue reading MSPL: How to monitor calls that are allowed/blocked by CallerIDBlock

CallerIDBlock: Version 1.1 release notes

It's been a while since we looked at the Blocking Calls on Lync Server and Skype for Business Based on Caller ID. Since then, we had an update related to the script Missed call notification when the call is blocked by CallerIDBlock MSPL Script, but the MSPL Script remained the same (created by VoIPNorm’s UC Blog – Blocking … Continue reading CallerIDBlock: Version 1.1 release notes

Missed call notification when the call is blocked by CallerIDBlock MSPL Script

After deploying the CallerIDBlock script, some users mentioned that they received a Missed Call Notification in their mailbox. During our troubleshooting process, we found out that this was happening because the priority of the CallerIDBlock was low: Get-CsServerApplication | ft -AutoSize https://docs.microsoft.com/powershell/module/skype/Get-CsServerApplication In this example, the CallerIDBlock has priority 12, while DefaultRouting has 8. The Missed Call Notification is generated by … Continue reading Missed call notification when the call is blocked by CallerIDBlock MSPL Script

Blocking Calls on Lync Server and Skype for Business Based on Caller ID

Update 2016/04/01 - To avoid Missed call notifications check Missed call notification when the call is blocked by CallerIDBlock MSPL Script Last week a customer asked how we can block calls in Lync Server. After some searching, I found the following post: VoIPNorm's UC Blog - Blocking Calls in Lync Based on Caller ID Unfortunately, the comments refer … Continue reading Blocking Calls on Lync Server and Skype for Business Based on Caller ID