Browse Source

Looks like semicolon missed

3.20
OnNet 11 years ago
parent
commit
b9bd5a920b
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); route(INTERNAL_TO_EXTERNAL_RELAY);
} else { } else {
sl_send_reply("202", "delivered to /dev/null"); sl_send_reply("202", "delivered to /dev/null");
exit()
exit();
} }
} }
#!endif #!endif


Loading…
Cancel
Save