oncall-engine/engine/apps/twilioapp
Innokentii Konstantinov 03ff4c5426
Listen for alert group actions during whole notification call (#5282)
1. Wrap whole message in twiml <Gather>  - that's an actual fix
2. Use twilio helper lib to build twiml queries
3. URLencode twimlquery only once before making a call to reduce code
duplication.

---------

Co-authored-by: Joey Orlando <joey.orlando@grafana.com>
2024-11-22 04:34:40 +00:00
..
migrations add missing db migrations + add additional backend db migration check to CI (#3234) 2023-10-31 16:00:55 -04:00
models remove deprecated backend code (#2502) 2023-07-12 02:07:45 -04:00
tests Listen for alert group actions during whole notification call (#5282) 2024-11-22 04:34:40 +00:00
__init__.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
gather.py Listen for alert group actions during whole notification call (#5282) 2024-11-22 04:34:40 +00:00
phone_provider.py Listen for alert group actions during whole notification call (#5282) 2024-11-22 04:34:40 +00:00
status_callback.py Add method to send notification bundle by SMS (#4624) 2024-07-16 14:20:16 +00:00
urls.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
views.py apps.get_model -> import (#2619) 2023-07-25 09:43:23 +00:00