Hello,
kamcli tool just got its first official release, a step forward in the process of packaging it.
It is a command line tool that aims to be a modern alternative to the venerable kamctl, being written in Python and having already a large set of implemented sub-commands, such as:
* subscriber – manage SIP subscribers * ul – manage user location records * address – manage permissions address records * aliasdb – manage database aliases * db – manage kamailio database content * dialog – manage active calls (dialog) * dialplan – manage dialplan records * dispatcher – manage load balancer (dispatcher) * group – manage group membership records (acl) * moni – continuous refresh of the values for a list of statistics * mtree – manage memory trees (mtree) * ps – print the details for kamailio running processes * rpc – interact with kamailio via jsonrpc control commands (alias of jsonrpc) * rpcmethods – return the list of available RPC methods (commands) * speeddial – manage speed dial records * srv – server management commands (sockets, aliases, …) * stats – get kamailio internal statistics * tls – management commands for TLS profiles and connections * uptime – print the uptime for kamailio instance
The news article for this release is available at:
* https://www.kamailio.org/w/2018/10/kamcli-v1-1-0-released/
The corresponding tag in the github repository being:
* https://github.com/kamailio/kamcli/releases/tag/v1.1.0
How to install kamcli and examples of usage can be found at:
* https://github.com/kamailio/kamcli/blob/v1.1/README.md
Cheers, Daniel