warm transfer in french not working
# support
k
i tried adding a warm transfer with a summary and it just does a cold transfer i need help urgent please.
v
Try using the
warm-transfer-with-twiml
mode to ensure proper language handling:
Copy code
json
"transferPlan": {
  "mode": "warm-transfer-with-twiml",
  "twiml": "<Say voice=\"Polly.Léa\" language=\"fr-FR\">Voici un résumé de l'appel: {{summary}}</Say><Pause length=\"2\"/>"
}
This explicitly sets the French voice and language parameters, which may resolve the issue where the system defaults to a cold transfer. Sources: - [Call Forwarding](https://docs.vapi.ai/call-forwarding) - [Discord Discussion](https://discord.com/channels/1211482211119796234/1342937740127502387)
k
the problem happening is i added some parameters to give a summary but they are not injected how can i fix it it juste reads it hardcoded
k
Looking into this right now.
21 Views