Category: Scripts
CUCM SIP Normalization and Transparency Scripting Example
Purpose: The purpose of this document is to describe handling, pass through and manipulation of SIP Alert-Info header information from 3rd party alerting systems or SIP enabled nurse calling systems such as Rauland Responder 5. The Alert-Info header can be leveraged to play an alternative ringtone on the end device signaling a call that has […]
Collecting CLI Data from Cisco Devices Via HTTP
I always try to approach technical challenges with the thought that “just because something can’t be done doesn’t mean it can’t be done”. Sure enough I had a problem like this cross my desk again the other day. I wanted a simple way to get the number of active calls on a handful of MGCP […]
Best PHP 101 Function
I was explaining to a friend the other day how to best debug PHP scripts. There are of course debugging modules that can be bolted in or other specialty IDE tools. However, since this guy was new to the language and to programming in general I figured I would cut all of that out and make it simple and easy. With PHP the alternative is to dump information out to the screen and read it from there. I shared with him my all time favorite, most used, yet simplest PHP function for doing this. It looks something like this:
Cisco Configuration “Expect” Backup Script
I was recently tasked with backing up switch configurations automatically. No problem, right? Wrong. There was nothing to spend on this project so it was up to me and whatever I could do with a script. I had made a telnet script in the past but was not crazy about passwords flying around in plain […]