oncall-engine/engine/engine
Andrey Oleynik aeb35009be
add zvonok integration (#2339)
Added integration with [zvonok.com](https://zvonok.com) service.

Features:
- Phone number validation
- Test calls
- Selection of pre-recorded audio
- Making calls
- Processing call status
- Acknowledgment alert group (optional)

To process the call status, it is required to add a postback with the
GET method on the side of the zvonok.com service with the following
format ([more info
here](https://zvonok.com/ru-ru/guide/guide_postback/)):

```${ONCALL_BASE_URL}/zvonok/call_status_events?campaign_id={ct_campaign_id}&call_id={ct_call_id}&status={ct_status}&user_choice={ct_user_choice}```

The names of the transmitted parameters can be redefined through environment variables.

---------

Co-authored-by: Innokentii Konstantinov <innokenty.konstantinov@grafana.com>
2023-07-05 05:55:53 +00:00
..
logging World, meet OnCall! 2022-06-03 08:09:47 -06:00
management/commands continue addressing mypy violations (#2170) 2023-06-27 10:23:08 +00:00
tests add the ability to set/display "currently undergoing maintenance message" in the UI (#1917) 2023-05-12 15:44:09 +00:00
__init__.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
celery.py Fix SQLite permission issue (#1984) 2023-05-22 19:16:31 +00:00
middlewares.py Remove request reading middleware as we use post-buffering (#2094) 2023-06-05 11:49:39 +08:00
parsers.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
urls.py add zvonok integration (#2339) 2023-07-05 05:55:53 +00:00
views.py add the ability to set/display "currently undergoing maintenance message" in the UI (#1917) 2023-05-12 15:44:09 +00:00
wsgi.py Update wsgi.py 2023-03-28 13:11:22 +08:00