Browse Source

do not failover re-invite rejections

3.20
karl anderson 11 years ago
parent
commit
760500ae0d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      kamailio/default.cfg

+ 1
- 0
kamailio/default.cfg View File

@ -398,6 +398,7 @@ route[HANDLE_IN_DIALOG_REQUESTS]
{ {
if (has_totag()) { if (has_totag()) {
if (is_method("INVITE")) { if (is_method("INVITE")) {
setflag(FLAG_SESSION_PROGRESS);
record_route(); record_route();
} }
if (loose_route()) { if (loose_route()) {


Loading…
Cancel
Save