Skip to content

Commit db134ae

Browse files
authored
Add how to enable debug to README.md
1 parent b61937b commit db134ae

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,17 @@ Example:
5555

5656
api-cli run module/nethvoice-proxy1/configure-module --data '{"fqdn": "example.com", "addresses": { "address": "192.168.1.1", "public_address": "1.2.3.4" }}'
5757

58+
59+
## Debug
60+
61+
To enable Kamailio debug at runtime, launch
62+
63+
kamcmd pv.shvSet debug int 1
64+
65+
TLS tracing is enabled when NethServer 8 support session is started, to enable it manually, launch
66+
67+
kamcmd siptrace.status on
68+
5869
## Uninstall
5970

6071
To uninstall the instance:

0 commit comments

Comments
 (0)