mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-16 08:25:18 +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
|
|
@ -18,6 +18,7 @@ class CallInitiationResult:
|
|||
|
||||
call_id: str # Provider's call identifier (SID for Twilio, UUID for Vonage)
|
||||
status: str # Initial status (e.g., "queued", "initiated", "started")
|
||||
caller_number: Optional[str] = None # Caller ID used for the outbound call
|
||||
provider_metadata: Dict[str, Any] = field(
|
||||
default_factory=dict
|
||||
) # Data that needs to be persisted
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue