Browse Source

bring back single AOR (#112)

4.1
lazedo 9 years ago
committed by bitbashing
parent
commit
4ab24a9f66
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kamailio/registrar-role.cfg

+ 1
- 1
kamailio/registrar-role.cfg View File

@ -245,7 +245,7 @@ route[CHECK_AUTHORIZATION]
route[SAVE_LOCATION] route[SAVE_LOCATION]
{ {
$var(save_result) = save("location");
$var(save_result) = save("location", "0x04");
if($var(save_result) == -1) { if($var(save_result) == -1) {
auth_challenge("$fd", "0"); auth_challenge("$fd", "0");
xlog("L_INFO", "$ci|end|issued auth challenge after failed attempt to save contact for $Au $si:$sp\n"); xlog("L_INFO", "$ci|end|issued auth challenge after failed attempt to save contact for $Au $si:$sp\n");


Loading…
Cancel
Save