feat: add default telephony variables

This commit is contained in:
Abhishek Kumar 2026-04-02 14:48:13 +05:30
parent 96c90376c3
commit e7adbc7bad
10 changed files with 38 additions and 4 deletions

View file

@ -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