Skip to content

Instantly share code, notes, and snippets.

return function()
local sm = 'sm 2.2' -- CLI 'SpecialMaster 2.2' or Prog Time
--Because of the archaic handle-based way MA2 works, these local variables
-- make the following script a LOT cleaner. They are simply short aliases
-- for the full LUA tables. -AF
local cmd = gma.cmd
local get = gma.show.getobj
local prop = gma.show.property
@gnarfel
gnarfel / CiscoPhoneServices.php
Created October 6, 2015 04:18
A compact web app to handle the Services button on Cisco IP Phones attached to a CUCM.
<?php
/*
Anthony Fiumara
afiumara@syrdiocese.org
Written by Anthony Fiumara for the Roman Catholic Diocese of Syracuse, September 2015
Requires NO database or flat file system, all config is performed by editing the code
directly in the settings and menu definition sections. The syntax is basically nested
PHP arrays for most of the settings. If you're uncomfortable with this concept, I'd