From 1bc69f92aec97b4a34c508d74b90d6557a8d4ebd Mon Sep 17 00:00:00 2001 From: lazedo Date: Thu, 26 Feb 2015 18:45:03 +0000 Subject: [PATCH] call-park - better debug park in lowercase so we can grep easily --- kamailio/default.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kamailio/default.cfg b/kamailio/default.cfg index bb77266..fc65e14 100644 --- a/kamailio/default.cfg +++ b/kamailio/default.cfg @@ -588,7 +588,7 @@ onreply_route[INTERNAL_REPLY] ##### CALL-PARK #### if (is_method("REFER") && t_check_status("(200)|(202)") ) { $sht(park=>$(avp(refer_to_uri){uri.user})@$(avp(refer_to_uri){uri.domain})) = "sip:" + $(ct{tobody.uri}{uri.host}) + ":" + $(ct{tobody.uri}{uri.port}); - xlog("L_INFO", "PARK $(avp(refer_to_uri){uri.user})@$(avp(refer_to_uri){uri.domain}) = sip:$(ct{tobody.uri}{uri.host}):$(ct{tobody.uri}{uri.port})"); + xlog("L_INFO", "caching park info $(avp(refer_to_uri){uri.user})@$(avp(refer_to_uri){uri.domain}) = sip:$(ct{tobody.uri}{uri.host}):$(ct{tobody.uri}{uri.port})"); } if ($rs < 300) {