SMS related additions

This commit is contained in:
herlesupreeth
2022-02-10 06:53:02 +01:00
parent 114afb8726
commit e7a89c0e66
14 changed files with 579 additions and 4 deletions

View File

@@ -252,6 +252,13 @@ route{
route(register);
}
if (is_method("NOTIFY") && search("^(Event|o)([ \t]*):([ \t]*)reg")) {
if (!t_relay()) {
sl_reply_error();
}
exit;
}
if (is_method("INVITE|SUBSCRIBE|MESSAGE|INFO|PUBLISH|CANCEL")) {
route(initial_request);
} else {