Often when given a CUCM SDL zip file with traces spanning multiple CUCM servers or trace files per server, the trace files provided are zipped. If you… Read more “Extracting recursive compressed file directory structures for trace and log analysis”
Tag: scripting
Multi-Colour grep highlighting
A really simple post, but something pretty cool I found recently was multi-colour grep highlighting for piped searches: grep ‘exp1’ filename –color=always | GREP_COLORS=”mt=01;34″ grep –color=always ‘exp2’… Read more “Multi-Colour grep highlighting”
Supporting CUBE NAT Integrations without Firewall ALG
Overview Recently had a customer which wanted to connect to a public ITSP (Flowroute). Their network design required a dual-interface CUBE deployment model, with an “inside” private… Read more “Supporting CUBE NAT Integrations without Firewall ALG”
Finding Incorrectly Provisioned Extensions on CUCM with SQL
A customer had a multi-site deployment, with 30,000+ extensions, but is facing problems with dialing from missed calls directory not working for random users, generating on-going tickets… Read more “Finding Incorrectly Provisioned Extensions on CUCM with SQL”
“ls” alias in Windows
It’s such a small hack, but I’m not a Windows guy, and I get caught out multiple times a day typing ls instead of dir to view files… Read more ““ls” alias in Windows”