Transfer Call
POST/api/webphone/calls/:call_id/transfer
Transfer an active webphone call to another number.
Supports two transfer types:
- blind: Immediately redirects the call to the target number
- attended: Adds target as conference participant for consultation before completing
Args: call_id: ID of the call to transfer request: TransferCallRequest with target number and transfer type web_context: Authenticated user context phone_call_service: Phone call service
Returns: Dictionary with transfer result
Raises: HTTPException: 400 if invalid parameters, 404 if call not found, 500 if transfer fails
Request
Responses
- 200
- 404
- 422
Successful Response
Not found
Validation Error