Skip to content

pavelekshin/ciscoipphone-remote-control

Repository files navigation

Cisco IP Phone remote control

Description:

This app used for remotely delete ITL/CTL certificates and restarts the Cisco IP Phones sending to them keypress execution command (CiscoIPPhoneExecute). For concurrency used asyncio. The results are writing to SQLite/PostgresSQL database.

Cisco IP Phone Programmobility Guide

phones.csv - list of phones ip address
templates/keypress_templates.yaml - phone templates with keypress
.env.example - settings
config/config.py - db config factory

Requirements:

On CUCM cluster activate Cisco CTIManager services, it's required for remote control. For remote control you need to create End User on CUCM with Standard CTI Enabled role and associate them with IP phones.

Run PostgreSQL in Docker:

docker run --name db -e POSTGRES_PASSWORD=postgres -p 5432:5432 -d postgres:16-alpine3.19

IP Phone Information Access:

Note

Cisco Unified IP Phones have an embedded web server to provide a programming interface for external applications, and a debugging and management interface for system administrators. You can access the administrative pages using a standard web browser and pointing to the IP address of the phone with: http://phoneIP/, where phoneIP is the IP address of the specific phone. These device information pages are available in either HTML format for manual debugging purposes, or in XML format for automation purposes. The following table lists the available URLs and their purpose.

URL Description
/CGI/Execute (password-protected CGI script) The target URL of a phone push (HTTP POST) request.

Note

Supported URIs by Phone Model. Detailed on Cisco