mubashshir.ansari
07/21/2025, 8:00 AMtypescipt
{
"squad": {
"members": [
{
"assistantId": "f4415bca-e04f-427a-a15f-5833ff3c9002",
"assistantOverrides": {
"variableValues": {
"quote_assistant": "Will QA 592dd5-021774"
}
},
"assistantDestinations": [
{
"type": "assistant",
"assistantName": "Will QA 592dd5-021774",
"message": "",
"description": "Transfer the user to the quote assistant Will QA 592dd5-021774."
}
]
},
{
"assistantId": "f74dcf3d-d2e8-4fa5-8712-7e41b47b42fe"
}
]
}
}mubashshir.ansari
07/21/2025, 8:00 AMmubashshir.ansari
07/21/2025, 8:01 AMChiranjeet Mishra
07/21/2025, 11:26 AM"phone-call-control" event from assistants, clearly separate internal assistantDestinations from backend transferCall routes, and explicitly trigger transferCall in the assistant's output to ensure your backend is called correctly..mubashshir.ansari
07/21/2025, 1:33 PMphone-call-control event is not selected in the assistant. The assistantDestinations and transferCall routes are clearly separated: assistantDestinations is assigned at the start of the phone call upon receiving the assistant-request event, while transferCall is a separate tool that triggers a call to my server.mubashshir.ansari
07/22/2025, 7:02 AMKings_big💫
07/22/2025, 7:38 PM