removing unnecessary log outputs

This commit is contained in:
NUCLEAR-WAR
2024-08-12 04:24:18 +02:00
committed by Supreeth Herle
parent 36b0191cbe
commit 726dc91b7a

View File

@@ -82,8 +82,6 @@ route[MO]
if(is_method("INVITE")) { if(is_method("INVITE")) {
route(N5_INIT_REQ); route(N5_INIT_REQ);
} }
xlog("L_ALERT", "Route N5 logic is finished now continue with the normal route\n");
#!ifdef TRF_FUNCTION #!ifdef TRF_FUNCTION
$var(trf) = TRF_FUNCTION; $var(trf) = TRF_FUNCTION;
@@ -355,7 +353,6 @@ onreply_route[MO_reply] {
xlog("L_ALERT","Proccessing QoS N5 Request for SDP Answer on INVITE\n"); xlog("L_ALERT","Proccessing QoS N5 Request for SDP Answer on INVITE\n");
route(N5_PATCH_REQ); route(N5_PATCH_REQ);
} }
xlog("L_ALERT"," finnished N5 PATCH Request now continue Orig_Reply logic\n");
#!ifdef WITH_IPSEC #!ifdef WITH_IPSEC
ipsec_forward("location", IPSEC_FORWARD_FLAGS); ipsec_forward("location", IPSEC_FORWARD_FLAGS);
@@ -486,8 +483,6 @@ onreply_route[MO_indialog_reply] {
xlog("L_ALERT"," InDialog SDP Answer N5 Request for 200OK reINVITE\n"); xlog("L_ALERT"," InDialog SDP Answer N5 Request for 200OK reINVITE\n");
route(N5_PATCH_REQ); route(N5_PATCH_REQ);
} }
xlog("L_ALERT"," back to Orig_Reply logic\n");
# In case of 1xx and 2xx do NAT # In case of 1xx and 2xx do NAT
if(status=~"[12][0-9][0-9]") if(status=~"[12][0-9][0-9]")
route(NATMANAGE); route(NATMANAGE);