This website works better with JavaScript.
Home
Explore
Help
Sign In
ruhnet
/
kazoo-configs-kamailio
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
183
Wiki
Activity
Browse Source
restrict ack's that need tracing
credits to sergey-safarov for noticing
update-rsyslog-config
lazedo
7 years ago
parent
19b5e2a4cc
commit
cb746053de
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
kamailio/default.cfg
+ 1
- 1
kamailio/default.cfg
View File
@ -887,7 +887,7 @@ onsend_route {
}
#!ifdef SIP_TRACE_ROLE
if (is_method("ACK")) {
if (is_method("ACK")
&& isflagset(FLAG_SIP_TRACE)
) {
sip_trace();
}
#!endif
Write
Preview
Loading…
Cancel
Save