From 9ca873bbe375e3ea042a239ab9bb7269a30c6948 Mon Sep 17 00:00:00 2001 From: lazedo Date: Thu, 7 May 2020 17:32:31 +0000 Subject: [PATCH] remove whitespaces --- kamailio/presence-fast-pickup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kamailio/presence-fast-pickup.cfg b/kamailio/presence-fast-pickup.cfg index 3c412b7..83009ec 100644 --- a/kamailio/presence-fast-pickup.cfg +++ b/kamailio/presence-fast-pickup.cfg @@ -127,7 +127,7 @@ route[PRESENCE_FAST_PICKUP_ATTEMPT] $du = $sht(park=>$(ru{uri.user})@$(ruri{uri.domain})); if(!is_present_hf("k-cid")) { append_hf("k-cid: $sht(park=>$(ru{uri.user})@$(ruri{uri.domain})::callid)\r\n"); - } + } xlog("L_INFO", "$ci|log|redirecting park request to $du, callid: $sht(park=>$(ru{uri.user})@$(ruri{uri.domain})::callid)\n"); route(RELAY); exit();