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
add "pass" log to early return
4.3
lazedo
6 years ago
parent
71944ae7b6
commit
9ce20f996e
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
kamailio/default.cfg
+ 1
- 0
kamailio/default.cfg
View File
@ -790,6 +790,7 @@ failure_route[INTERNAL_FAULT]
if (!is_method("INVITE") || has_totag()) {
xlog("L_INFO", "$ci|failure|internal reply $T_reply_code $T_reply_reason\n");
xlog("L_INFO", "$ci|pass|$si:$sp\n");
return;
}
Write
Preview
Loading…
Cancel
Save