fix: send OutputAudio frame and let transport chunk it

This commit is contained in:
Abhishek Kumar 2026-02-15 10:04:24 +05:30
parent 0b2437a800
commit c1901490ae
3 changed files with 18 additions and 51 deletions

View file

@ -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.",