const { useState } = React; function TransferModal({ call, onClose, onTransfer }) { const [dest, setDest] = useState('9999'); return (
{call.phone_number} numaralı aramanın yönlendirileceği dahili numarayı girin.