I've included "warm-transfer-wait-for-operator-to-speak-first-and-then-say-summary" as per documentation but it just rings through. There is no warm transfer.
This is the transferplan part of the json:
"transferPlan": {
"mode": "warm-transfer-wait-for-operator-to-speak-first-and-then-say-summary",
"summaryPlan": {
"messages": [
{
"role": "system",
"content": "Du bist Experte im Notizen machen. Fasse in 2 Sätzen zusammen was du mit dem Anrufer besprochen hast."
},
{
"role": "user",
"content": "Hier ist das Transkript:\n\n{{transcript}}.\n\nSage kurz, dass du der digitale Assistent von Rosenkranz-Scherer bist und gib dann die Zusammenfassung aus."
}
],
"enabled": true,
"timeoutSeconds": 5
}
}
},
Why is it not working? What am I doing wrong?
Thank you!