mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-13 08:15:21 +02:00
fix: send OutputAudio frame and let transport chunk it
This commit is contained in:
parent
0b2437a800
commit
c1901490ae
3 changed files with 18 additions and 51 deletions
|
|
@ -1643,7 +1643,7 @@ async def complete_transfer_function_call(transfer_id: str, request: Request):
|
|||
conference_name = transfer_context.conference_name if transfer_context else None
|
||||
|
||||
# Determine the result based on call status with user-friendly messaging
|
||||
if call_status in ("answered", "completed"):
|
||||
if call_status in ("in-progress", "answered"):
|
||||
result = {
|
||||
"status": "success",
|
||||
"message": "Great! The destination number answered. Let me transfer you now.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue