Cisco Video Endpoint API Application

I have been working hard on my CE API application. I built some new checks into the branding delivery system so that any endpoint now not capable of receiving branding will get a wallpaper instead. This sounds like it should be an easy manual thing to do but if you have 1000+ devices this can make your life a lot easier by automating this check. Now all you need is your images to deploy and a CSV of IP addresses of your Cisco video endpoints.

Below is an except from the readme on the Github repo:

Simple app to deploy packages to Cisco Telepresence apps. Branding for CE9.2.1+ and backup bundles for CE9.3+ devices is supported. Backup bundles is a new features for CE9.3+ firmware.
Currently capable of deploying:
  • Custom Branding with little fuss. Checks the endpoint if it is branding capable via firmware version and endpoint type. Takes care of reading CSV files for endpoints and also base64 encoding of image files.
  • Using the branding option the script will check your endpoint version and deploy branding to endpoints capable or wallpaper for non-branding capable devices. SX10 has no branding option even if the firmware is CE9.3 so wallpaper will be deployed.
  • Deploy wallpaper images (also disables branding) to all your endpoints instead of using the branding option.
  • Deploy a backup bundle to multiple endpoints. Will create the backup bundle checksum for deployment and acts as http server for package delivery. This is a new features in CE9.3.
  • Download logs from a single device for troubleshooting or for submitting to TAC.

Getting Started

The following applications and hardware are required:
  • Cisco Video endpoint on same network as deployment server/PC.
  • Linux or Windows device running latest version of Nodejs.
  • CSV file with IP addresses for endpoints placed in the Endpoint directory
  • Image files to be deployed placed in branding and wallpaper directories
    • Branding image 272x272 preferred
    • Background Image 1920x1080 preferred
  • Backup bundle created using CE9.3 device for backup bundle option.

If you have any other suggestions for helping manage devices please let me know in the comments. Happy to consider all options to add to the script.

VoIPNorm

Presence and CE API Applications

Recently I created a couple of Github repositories both of which revolve around CE based endpoints. The first application called "Telehealth Presence Application" adds presence to video endpoints within Jabber but also adds a Spark administration chat interface to make for easy administration. I also added some features like broadcasting a on screen message to all video endpoints that were more experimentation than target request.  Go here.


 

The second application aims to make administering Cisco video endpoints a little easier by providing a script to deploy either branding, wallpaper and backup-bundle to multiple endpoints. If deploying the branding options, the script will also check your endpoint version to ensure it has branding capabilities and if not deploys wallpaper. It also has the ability to downloads troubleshooting logs from a single endpoint that are commonly requested by TAC. While using the script as-is is an option, ideally this is more design to show how it's done so people can use the desired function in their own code. Go here.

Go Tiger.

VoIPNorm