feat: add Tone telephony provider (+91 TRAI-compliant via Exotel)

This commit is contained in:
Ridhith Arora 2026-06-07 15:56:06 +05:30
parent 49e68b49d5
commit 37d6eb8828
8 changed files with 664 additions and 0 deletions

View file

@ -20,6 +20,7 @@ class CallType(Enum):
class WorkflowRunMode(Enum):
ARI = "ari"
PLIVO = "plivo"
TONE = "tone"
TWILIO = "twilio"
VONAGE = "vonage"
VOBIZ = "vobiz"