This commit is contained in:
Bellatech-marketing 2026-06-11 12:06:50 +05:30 committed by GitHub
commit 82dd211679
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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"