Skip to content

Commit

Permalink
modules: readme files regenerated - sipdump ... [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kamailio-dev committed Jun 8, 2022
1 parent 2a744a5 commit 75bdb84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/sipdump/README
Expand Up @@ -320,7 +320,7 @@ modparam("rtimer", "timer", "name=tjobs;interval=300;mode=1;")
modparam("rtimer", "exec", "timer=tjobs;route=TCLEAN")
...
route[TCLEAN] {
exec_cmd("find /tmp -type f -name kamailio-sipdump-* -mtime +1 -delete &");
exec_cmd("find /tmp -type f -name kamailio-sipdump-* -mtime +2 -delete &");
}
...

Expand Down

0 comments on commit 75bdb84

Please sign in to comment.