Remote Control Utility for Cisco Phones

The title says it all: this utility permits to remote control Cisco Phones registered to CUCM using Phone XML APIs.
Main Window

Installation

If you use Windows, you can download the pre-compiled .exe from the releases page; if you're not a Windows user or you prefer to DIY you must:

  1. Clone the repo
  2. (optional) Create a virtual environment
  3. Install the dependencies (pip install -r requirements.txt)
  4. Run the script (python main.py)

Requirements

In order to be controlled, the phone configuration on the CUCM must satisfy the following requirements:

  1. Web Access must be enabled in the Product Specific Configuration Layout section of the device and the ip address of the phone must (obviously) be reacheable.
    • You can check this by reaching the ip address of the phone via web browser: if the phone details page shows, then web access is enabled!
  2. The phone must be controllable by an end user
    • Configuring End User, in the Device Information section, the devices you want to control with the user credentials must be inserted in the Controlled Devices list.
  3. The End User must have adequate permissions.
    • In the Permission Information section of the End User, at least the following Groups must appear:
      • Standard CCM End User
      • Standard CTI Enabled
      • Standard CTI Allow Control of Phones supporting Rollover Mode
      • Standard CTI Allow Control of Phones supporting Connected Xfer and conf

Usage

  1. Run the script
  2. Insert the ip address of the phone and the End User credentials in the corresponding fields
  3. Click on Collegati (=Connect, yes I know this button is it's in italian, pls don't crucify me for this).
  4. If the connection is successful, the phone screen will be shown and you'll be able to use the new buttons to control the phone
  5. To refresh the screen (it's not a live view but a screen capture taken 1 second after each command) click the Refresh button
  6. To disconnect from the phone just close the application

Connected Image

Supported Phones

AFAIK it should work with all phone models. Please note that in newer phones you must use the Application button to open the settings of the phone, while on older devices (like 79xx) you must use the Settings button.

Some buttons are in italian!

Yes, I know. It should be easy to understand those couple of buttons... if you really cannot stand it, open me an issue and I will translate them.

Feedback

If you have feedback of any kind, I encourage you to open an issue :)

View code on GitHub
  • Owner

  • Contributors

    +1Github contributor
  • Categories

  • Products

    IP Phones
  • Programming Languages

    Python
  • License

    MIT License

Code Exchange Community

Get help, share code, and collaborate with other developers in the Code Exchange community.View Community
Disclaimer:
Cisco provides Code Exchange for convenience and informational purposes only, with no support of any kind. This page contains information and links from third-party websites that are governed by their own separate terms. Reference to a project or contributor on this page does not imply any affiliation with or endorsement by Cisco.