[sr-dev] Re: [kamailio/kamailio] tools: route_graph - added README file (PR #3604)

2023-10-18 Thread Victor Seva via sr-dev
Thanks

-- 
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3604#issuecomment-1768132904
You are receiving this because you are subscribed to this thread.

Message ID: ___
Kamailio (SER) - Development Mailing List
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org


[sr-dev] Re: [kamailio/kamailio] tools: route_graph - added README file (PR #3604)

2023-10-18 Thread Victor Seva via sr-dev
Merged #3604 into master.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3604#event-10690766159
You are receiving this because you are subscribed to this thread.

Message ID: ___
Kamailio (SER) - Development Mailing List
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org


[sr-dev] Re: [kamailio/kamailio] tools: route_graph - added README file (PR #3604)

2023-10-18 Thread VoIPNuggets.com via sr-dev
@linuxmaniac I have squashed both commits and added [skip ci] to the commit 
message.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3604#issuecomment-1768083037
You are receiving this because you are subscribed to this thread.

Message ID: ___
Kamailio (SER) - Development Mailing List
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org


[sr-dev] Re: [kamailio/kamailio] tools: route_graph - added README file (PR #3604)

2023-10-18 Thread Victor Seva via sr-dev
can you please squash both commits and add ``[skip ci]`` in the commit message?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3604#issuecomment-1768005044
You are receiving this because you are subscribed to this thread.

Message ID: ___
Kamailio (SER) - Development Mailing List
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org


[sr-dev] Re: [kamailio/kamailio] tools: route_graph - added README file (PR #3604)

2023-10-18 Thread VoIPNuggets.com via sr-dev
@VoIPNuggets-com commented on this pull request.



> @@ -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.
+http://voipnuggets.com/2023/06/13/visualizing-kamailio-configuration-file-using-route_graph-tool/

It is actually https. I have updated the URL.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3604#discussion_r1363329814
You are receiving this because you are subscribed to this thread.

Message ID: ___
Kamailio (SER) - Development Mailing List
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org


[sr-dev] Re: [kamailio/kamailio] tools: route_graph - added README file (PR #3604)

2023-10-18 Thread Olle E. Johansson via sr-dev
@oej commented on this pull request.



> @@ -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.
+http://voipnuggets.com/2023/06/13/visualizing-kamailio-configuration-file-using-route_graph-tool/

Thanks for fixing.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3604#discussion_r1363329301
You are receiving this because you are subscribed to this thread.

Message ID: ___
Kamailio (SER) - Development Mailing List
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org


[sr-dev] Re: [kamailio/kamailio] tools: route_graph - added README file (PR #3604)

2023-10-18 Thread VoIPNuggets.com via sr-dev
@VoIPNuggets-com pushed 1 commit.

ac34f3e27b916e656be4d0c526bd8deb9001649b  Update the reference URL

-- 
View it on GitHub:
https://github.com/kamailio/kamailio/pull/3604/files/61d0714d51f664a654da67fd0dfde4cd77403b4f..ac34f3e27b916e656be4d0c526bd8deb9001649b
You are receiving this because you are subscribed to this thread.

Message ID: 
___
Kamailio (SER) - Development Mailing List
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org


[sr-dev] Re: [kamailio/kamailio] tools: route_graph - added README file (PR #3604)

2023-10-18 Thread Olle E. Johansson via sr-dev
@oej commented on this pull request.



> @@ -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.
+http://voipnuggets.com/2023/06/13/visualizing-kamailio-configuration-file-using-route_graph-tool/

Time to get HTTPS:// - certificates are free.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3604#pullrequestreview-1684189285
You are receiving this because you are subscribed to this thread.

Message ID: ___
Kamailio (SER) - Development Mailing List
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org