diff --git a/pcscf/route/mo.cfg b/pcscf/route/mo.cfg index c3daf41..e65a238 100644 --- a/pcscf/route/mo.cfg +++ b/pcscf/route/mo.cfg @@ -82,8 +82,6 @@ route[MO] if(is_method("INVITE")) { route(N5_INIT_REQ); } - xlog("L_ALERT", "Route N5 logic is finished now continue with the normal route\n"); - #!ifdef 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"); route(N5_PATCH_REQ); } - xlog("L_ALERT"," finnished N5 PATCH Request now continue Orig_Reply logic\n"); #!ifdef WITH_IPSEC 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"); route(N5_PATCH_REQ); } - xlog("L_ALERT"," back to Orig_Reply logic\n"); - # In case of 1xx and 2xx do NAT if(status=~"[12][0-9][0-9]") route(NATMANAGE);