mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-22 08:38:13 +02:00
adding exotel support
This commit is contained in:
parent
2326a2f65a
commit
fba164ca00
9 changed files with 822 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ class CallType(Enum):
|
|||
|
||||
class WorkflowRunMode(Enum):
|
||||
ARI = "ari"
|
||||
EXOTEL = "exotel"
|
||||
PLIVO = "plivo"
|
||||
TWILIO = "twilio"
|
||||
VONAGE = "vonage"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue