feat: integrate Telnyx telephony for outbound and inbound calling

This commit is contained in:
Sabiha Khan 2026-03-25 14:58:03 +05:30
parent 31e075d114
commit 6efa38002f
15 changed files with 1101 additions and 11 deletions

View file

@ -23,6 +23,7 @@ class WorkflowRunMode(Enum):
VONAGE = "vonage"
VOBIZ = "vobiz"
CLOUDONIX = "cloudonix"
TELNYX = "telnyx"
WEBRTC = "webrtc"
SMALLWEBRTC = "smallwebrtc"