Browse Source

add exit after send_reply for MESSAGE

3.17
karl anderson 12 years ago
parent
commit
9a51eed721
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      kamailio/default.cfg

+ 1
- 0
kamailio/default.cfg View File

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


Loading…
Cancel
Save