From 4ab24a9f66fa9825a6718a3b075c312fb677b567 Mon Sep 17 00:00:00 2001 From: lazedo Date: Tue, 1 Nov 2016 19:36:02 +0000 Subject: [PATCH] bring back single AOR (#112) --- 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 4cd83ec..abfead6 100644 --- a/kamailio/registrar-role.cfg +++ b/kamailio/registrar-role.cfg @@ -245,7 +245,7 @@ route[CHECK_AUTHORIZATION] route[SAVE_LOCATION] { - $var(save_result) = save("location"); + $var(save_result) = save("location", "0x04"); if($var(save_result) == -1) { auth_challenge("$fd", "0"); xlog("L_INFO", "$ci|end|issued auth challenge after failed attempt to save contact for $Au $si:$sp\n");