local lowerMessage = message:lower() -- Check if the message starts with the prefix if lowerMessage:sub(1, #prefix) == prefix then -- Remove the prefix from the message local command = ...
This PowerShell script will send a SQL query or an update to CUCM over HTTPS. It uses the AXLAPI wsdl that you must first download from your version of CUCM. See Installation section of this README.