Module: kamailio Branch: master Commit: 976da8c72e9a056b724f584a803a4a8114f70d30 URL: https://github.com/kamailio/kamailio/commit/976da8c72e9a056b724f584a803a4a81...
Author: VoIPNuggets.com akash@voipnuggets.com Committer: Victor Seva linuxmaniac@torreviejawireless.org Date: 2023-10-18T12:15:55+02:00
tools: route_graph - added README file and updated reference URL [skip ci]
---
Added: misc/tools/route_graph/README
---
Diff: https://github.com/kamailio/kamailio/commit/976da8c72e9a056b724f584a803a4a81... Patch: https://github.com/kamailio/kamailio/commit/976da8c72e9a056b724f584a803a4a81...
---
diff --git a/misc/tools/route_graph/README b/misc/tools/route_graph/README new file mode 100644 index 00000000000..c78cc8c49db --- /dev/null +++ b/misc/tools/route_graph/README @@ -0,0 +1,16 @@ +This Python script, route_graph.py, serves as a utility tool for visualizing Kamailio SIP server configuration files. +It generates a graphical representation of the routing logic defined in the configuration. + +Usage: +1. Clone the GitHub repository: + git clone https://github.com/kamailio/kamailio.git +2. Navigate to the tool's directory: + cd kamailio/misc/tools/route_graph/ +3. Run the script on your Kamailio configuration file: + python3 route_graph.py /path/to/kamailio.cfg + +For a more detailed walkthrough, please refer to this article: +Visualizing Kamailio Configuration File Using Route Graph Tool. +https://voipnuggets.com/2023/06/13/visualizing-kamailio-configuration-file-u... + +[ README written by Akash Gupta ]