From 4dc5493845dc8ecbf038c9eb3e5a582a208e457b Mon Sep 17 00:00:00 2001 From: John Duffield Date: Thu, 12 Mar 2015 08:38:15 +1300 Subject: [PATCH] typo .. additonal parenthesis Prevented kamailio starting --- kamailio/registrar-role.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kamailio/registrar-role.cfg b/kamailio/registrar-role.cfg index f56ea85..7825e34 100644 --- a/kamailio/registrar-role.cfg +++ b/kamailio/registrar-role.cfg @@ -76,7 +76,7 @@ route[ATTEMPT_AUTHORIZATION] $xavp(regcfg=>match_received) = $su; $xavp(regcfg[0]=>match_contact) = $(ct{nameaddr.uri}); - if ($sht(auth_cache=>$Au) != $null && registered("location", "$rz:$Au", 6) == 1)) { + if ($sht(auth_cache=>$Au) != $null && registered("location", "$rz:$Au", 6) == 1) { xlog("L_INFO", "$ci|log|authenticating $fu via cached SIP creds"); $var(password) = $sht(auth_cache=>$Au); } else {