Browse Source

remove whitespaces

master
lazedo 6 years ago
parent
commit
9ca873bbe3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kamailio/presence-fast-pickup.cfg

+ 1
- 1
kamailio/presence-fast-pickup.cfg View File

@ -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();


Loading…
Cancel
Save