TAGGED TRANSMISSIONS

Cisco Jabber

6 signals tagged Cisco Jabber.

01

Cisco

Health Checks - IMP/CUPS - IM & Presence

𝄞 This Is How We Do It 𝄞 And here it is, my list of commands and checks that I run against IM & Presence nodes for most changes that take place. It's useful output to collect prior to changing configurations like…

5 min read
02

Python

Building a Toolbelt for UC w/ Python

Like Batman's Belt, But Not As Cool In my last post I share a script that I created with the help and guidance of some current and former colleagues. It used BeautifulSoup and regular expression to parse html code and…

7 min read
03

Python

Using BS4 To Parse Cisco Phone WebGUI

When You Just Want Some BeautifulSoup I want to start this blog post off by prefacing the below script I'm providing by stating that I am not formally trained, nor have I studied at length Python or coding in general. I…

7 min read
04

SQL

Jabber Video Calling SQL Query

We Need To Know If Video Calling Is Enabled Another day, another query. This time the request was not up for interpretation in terms of 'Can you pull this kind of data from CUCM?' where I can take a look at what might…

10 min read
05

Unified Communications

Who has Jabber? Where are they?

Who Is Your Father And What Does He Do? The requests just keep coming... and always for a slightly different set of information requiring the combination of multiple SQL queries or the development of a new one if I…

6 min read
06

Unified Communications

Home Cluster And Service Profile Check

What Is Our Mission Pull a list of users where Home Cluster (islocaluser) is Enabled (t) only. Do not display if the user does not have Home Cluster enabled (f). We also want to do the following:

5 min read