Hello!We widely use python script for automation CUCM administration taskWe used SUDS - SOAP python client library for make requestFor example it works fine for SQL queryquery ='select count(*) from enduser'resp = client.service.executeSQLQuery(que...