From fd0b8157f1f486f7876452d497d5164c0abd32da Mon Sep 17 00:00:00 2001 From: OnNet Date: Mon, 27 Jun 2016 14:37:59 +0300 Subject: [PATCH] Update default.cfg (#90) --- kamailio/default.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kamailio/default.cfg b/kamailio/default.cfg index e72fe0c..7e8c40b 100644 --- a/kamailio/default.cfg +++ b/kamailio/default.cfg @@ -695,7 +695,7 @@ failure_route[EXTERNAL_FAULT] if($T(reply_type)==1){ # a request timeout, destination did not respond in time, does not show up in on_reply # http://www.kamailio.org/wiki/cookbooks/4.3.x/pseudovariables#t_name - if(isflagset(FLAG_SESSION_PROGRESS) { + if(isflagset(FLAG_SESSION_PROGRESS)) { #may be during re-invite, update, bye, cancel, etc or initial invite after 18x (transaction has a to tag) xlog("L_INFO", "$ci|start|external failure route, $T_reply_code locally generated for method $rm after progress"); } else { @@ -714,7 +714,7 @@ failure_route[INTERNAL_FAULT] if($T(reply_type)==1){ # a request timeout, destination did not respond in time, does not show up in on_reply # http://www.kamailio.org/wiki/cookbooks/4.3.x/pseudovariables#t_name - if(isflagset(FLAG_SESSION_PROGRESS) { + if(isflagset(FLAG_SESSION_PROGRESS)) { #may be during re-invite, update, bye, cancel, etc or initial invite after 18x (transaction has a to tag) xlog("L_INFO", "$ci|start|internal failure route, $T_reply_code locally generated for method $rm after progress"); } else { @@ -872,4 +872,4 @@ event_route[tm:local-request] #!endif -# vim: tabstop=4 softtabstop=4 shiftwidth=4 expandtab \ No newline at end of file +# vim: tabstop=4 softtabstop=4 shiftwidth=4 expandtab