Browse Source

Merge pull request #34 from onnet/punctuation-correction

Looks like semicolon missed
3.20
lazedo 11 years ago
parent
commit
1742d27b70
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kamailio/default.cfg

+ 1
- 1
kamailio/default.cfg View File

@ -381,7 +381,7 @@ route[HANDLE_MESSAGE]
route(INTERNAL_TO_EXTERNAL_RELAY);
} else {
sl_send_reply("202", "delivered to /dev/null");
exit()
exit();
}
}
#!endif


Loading…
Cancel
Save