Skip to main content

Complete Attended Transfer

POST 

/api/webphone/calls/:call_id/complete-transfer

Complete an attended transfer.

Transfers the original caller to the consultation recipient's phone number. The consultation participant is removed and the original SIP participant is transferred to the target number.

Args: call_id: ID of the call with attended transfer in progress request: CompleteAttendedTransferRequest with consultation participant identity web_context: Authenticated user context phone_call_service: Phone call service

Returns: Dictionary with completion result

Raises: HTTPException: 400 if no transfer in progress, 404 if call not found, 500 if fails

Request

Responses

Successful Response