mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-07-13 11:22:14 +02:00
feat: add default telephony variables
This commit is contained in:
parent
96c90376c3
commit
e7adbc7bad
10 changed files with 38 additions and 4 deletions
|
|
@ -137,6 +137,7 @@ class VonageProvider(TelephonyProvider):
|
|||
return CallInitiationResult(
|
||||
call_id=response_data["uuid"],
|
||||
status=response_data.get("status", "started"),
|
||||
caller_number=from_number,
|
||||
provider_metadata={
|
||||
"call_uuid": response_data["uuid"]
|
||||
}, # Vonage needs UUID persisted for WebSocket
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue