oncall-engine/engine/apps/base/models
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
..
__init__.py Insight logs (#348) 2022-08-24 12:04:44 +05:00
dynamic_setting.py Remove outdated tasks & DynamicSettingsManager (#465) 2022-09-01 17:50:17 +01:00
failed_to_invoke_celery_task.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
live_setting.py add zvonok integration (#2339) 2023-07-05 05:55:53 +00:00
ordered_model.py Make OrderedModel.save() respect additional arguments (#2382) 2023-06-28 14:53:48 +00:00
user_notification_policy.py continue addressing mypy violations (#2170) 2023-06-27 10:23:08 +00:00
user_notification_policy_log_record.py add mypy static type checker to backend codebase (#2151) 2023-06-12 12:50:33 -04:00