Browse Source

remove double checked retrans

4.0
lazedo 10 years ago
parent
commit
50be2e55f9
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      kamailio/default.cfg

+ 0
- 3
kamailio/default.cfg View File

@ -531,9 +531,6 @@ route[PREPARE_INITIAL_REQUESTS]
exit(); exit();
} }
# handle re-transmissions
t_check_trans();
if (is_method("UPDATE")) { if (is_method("UPDATE")) {
xlog("L_WARN", "$ci|end|update outside dialog not allowed"); xlog("L_WARN", "$ci|end|update outside dialog not allowed");
send_reply("403", "Dialog does not exist"); send_reply("403", "Dialog does not exist");


Loading…
Cancel
Save