oncall-engine/engine/apps/twilioapp
Michael Derynck 8dfa929d5d
Use same account for status callback when using TwilioSender (#2083)
Fixes an issue where if a sender is defined for a certain country code
and that sender belongs to a different account than the default from the
environment the status callback would get a 443 response from OnCall
back to Twilio. Checking permission on status callbacks will now use the
same account as was used to send the original message, verify, or make
the call.
2023-06-02 17:19:36 +00:00
..
migrations Map country code to different Twilio resources (#1976) 2023-05-25 21:56:44 +00:00
models Map country code to different Twilio resources (#1976) 2023-05-25 21:56:44 +00:00
tests Map country code to different Twilio resources (#1976) 2023-05-25 21:56:44 +00:00
__init__.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
gather.py Improve twilio callback logging (#1998) 2023-05-24 07:28:14 +00:00
phone_provider.py Map country code to different Twilio resources (#1976) 2023-05-25 21:56:44 +00:00
status_callback.py Fix status callbacks (#2014) 2023-05-25 13:53:58 +08:00
urls.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
views.py Use same account for status callback when using TwilioSender (#2083) 2023-06-02 17:19:36 +00:00