Category: Voicemail
-
Connecting to UCCX INFORMIX DB with Python on Linux
This is a bit of a evolution from my last post around dumping the CUCM database into a SQLite DB for offline parsing. Now that I have all of the data in a raw format from CM we can start playing with joining other stuff to it. I built a quick CDR script that parses […]
-
Getting the Time of Day Routing You Want in CUCM
Time of day routing in CUCM is, for some reason, a complicated task both to implement and to administer. Even when you have it configured you know that it is going to be a pain to update and still doesn’t give the business unit the flexibility they want. So I’ve found the best way to […]
-
User Input Update
I was working with a customer recently that required a zero out option for all users in VM. This is a bit of a task since you cannot adjust via the normal import/export process, but you can “bulk edit by csv” in order to change multiple users at one. This is still a bit of […]