Get Device Registration Status
This script pulls devices and registration from CM and prints standard out to a CSV file. It was written to pull registration over time and print to a DB so that logic is still there and DB writes have been commented out. <?php $dbconn = pg_connect("host=127.0.0.1 port=15432 dbname=uc_db user=backend") or die('Could not connect: ' . pg_last_error()); //client configuration 10.1.1.10 is the server with username and password for AXL user $host = "10.10.10.10"; $username = "admin"; $password = "password"; $axlClient = new SoapClient("./bin/php/soap/AXLAPI.wsdl",…