oncall-engine/engine/apps/phone_notifications
Andrey Oleynik 8644883883
set default phone provider (#2523)
# What this PR does

Sets a default value for the PHONE_PROVIDER setting and replaces the
value of PHONE_PROVIDER with this default value if it is not valid.

## Which issue(s) this PR fixes

- [#2520](https://github.com/grafana/oncall/issues/2520)
- [#2323](https://github.com/grafana/oncall/issues/2323)

## Checklist

- [ ] Unit, integration, and e2e (if applicable) tests updated
- [ ] Documentation added (or `pr:no public docs` PR label added if not
required)
- [ ] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not
required)

---------

Co-authored-by: Innokentii Konstantinov <innokenty.konstantinov@grafana.com>
Co-authored-by: Joey Orlando <joseph.t.orlando@gmail.com>
Co-authored-by: Joey Orlando <joey.orlando@grafana.com>
2023-07-17 13:04:55 +00:00
..
migrations Phone provider refactoring (#1713) 2023-05-24 06:27:48 +00:00
models Better simple phone provider (#2143) 2023-06-09 13:21:38 +08:00
tests Fix phone call & SMS relay (#2345) 2023-06-26 16:09:21 +00:00
__init__.py Phone provider refactoring (#1713) 2023-05-24 06:27:48 +00:00
exceptions.py Add BaseFailed exceptions for phone_notificator (#2074) 2023-06-08 05:55:41 +00:00
phone_backend.py Fix phone call & SMS relay (#2345) 2023-06-26 16:09:21 +00:00
phone_provider.py set default phone provider (#2523) 2023-07-17 13:04:55 +00:00
simple_phone_provider.py Better simple phone provider (#2143) 2023-06-09 13:21:38 +08:00