From 50be2e55f97ef7b4bd15d2aa3d5e681c4b274433 Mon Sep 17 00:00:00 2001 From: lazedo Date: Wed, 28 Oct 2015 18:54:13 +0000 Subject: [PATCH] remove double checked retrans --- kamailio/default.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/kamailio/default.cfg b/kamailio/default.cfg index 0739e3e..5fe1a8b 100644 --- a/kamailio/default.cfg +++ b/kamailio/default.cfg @@ -531,9 +531,6 @@ route[PREPARE_INITIAL_REQUESTS] exit(); } - # handle re-transmissions - t_check_trans(); - if (is_method("UPDATE")) { xlog("L_WARN", "$ci|end|update outside dialog not allowed"); send_reply("403", "Dialog does not exist");