Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
As of 20 March 2023, RADKit has now reached version 1.4.7 with 1.5.0 on the horizon.
In RADKit 1.4.x, many improvements have been introduced. Here are some key items:
a much simplified cloud-registration process. Now, a single login on the RADKit Ser...
What is RADKit ?
RADKit stands for Remote Automation Development Kit. It is a tool and a set of python modules (an SDK) allowing you to remotely operate network equipment. It is a a general purpose toolkit with a special focus on day-to-day operation...
On outbound calls, the remote ringtone (the tone telling you that the remote endpoint is ringing) should output on the "Speaker" output.
The "ringer/alert" output should only be used for *incoming* calls.
Currently, Webex sends the outbound ringt...
Hi Rob,
The ControlAPI is simply a wrapper to the REST API that you are referring to. You can freely use as we do not plan to restrict access.
On the other side, we are also not ready to document it fully yet, so if you can live with the way it is no...
Hello,
You definitely need to have Python 3.9 for the moment. We hope to support Python 3.11 in the next couple of months, but right now, we are experience a problem with a 3rd party library.
The typical way to deal with multiple Python version, and ...
RADKit commits device, users,... "immediately" to its database (nothing is ever truly immediate and steps are taken to avoid DB corruption). There is no need to save anything.
So unless the crash happened within a second of adding any element, RADKit...
Hello,Thank you for the nice comment you are the first one to mention the rad pun.I see what you are talking about.Since localhost works but not 127.0.0.1, I suspect that RADKit is only bound to IPv6 ::1. Can you confirm please ?Can you also verify...
Hello,
We have published a new version of RADKit (1.4.9) with a fix - Windows was only binding the port to the IPv6 addresses.
The new release is available on radkit.cisco.com
Thank you for sharing your finding! I hope you will enjoy RADKit
Best rega...