From 453589e331fb2990bb39445eee5425e47aac0679 Mon Sep 17 00:00:00 2001 From: lazedo Date: Thu, 5 Dec 2019 14:33:28 +0000 Subject: [PATCH] fail sooner for tcp/tls registrations --- kamailio/default.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/kamailio/default.cfg b/kamailio/default.cfg index d2a605d..01300cd 100644 --- a/kamailio/default.cfg +++ b/kamailio/default.cfg @@ -850,6 +850,7 @@ route[ROUTE_TO_AOR] } xlog("L_INFO", "$ci|log|using AOR $hdr(X-KAZOO-AOR)\n"); + set_forward_no_connect(); if ($hdr(X-KAZOO-INVITE-FORMAT) == "contact") { if(lookup("location", "$hdr(X-KAZOO-AOR)") > 0){ xlog("L_INFO", "$ci|end|routing to contact $ru\n");