Skip to content

Commit

Permalink
tools: route_graph - added README file and updated reference URL [ski…
Browse files Browse the repository at this point in the history
…p ci]
  • Loading branch information
VoIPNuggets-com authored and linuxmaniac committed Oct 18, 2023
1 parent 93fc6bc commit 976da8c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions misc/tools/route_graph/README
Original file line number Diff line number Diff line change
@@ -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-using-route_graph-tool/

[ README written by Akash Gupta ]

0 comments on commit 976da8c

Please sign in to comment.