Hello, I am having an issue with my transfercall tool. In the log it says assistant forwarded the call but the transfer failed and the call ended.
I use a sip trunk to do my outband calls and it's working fine the only thing that is not working is the transfercall.
Here is the transfercall tool that i use :
{
"type": "transferCall",
"destinations": [
{
"type": "number",
"number": "+33.......",
"message": "Transfert de l'appel en cours vers le numéro +33....... Veuillez patienter."
}
],
"function": {
"name": "transferCallTeliacomTest-14fev-MOBILE",
"description": "Transfert de l appel lorsque l'utilisateur le demande.",
"parameters": {
"type": "object",
"properties": {
"destination": {
"type": "string",
"enum": [
"+33........"
],
"description": "Transfert de l appel lorsque l'utilisateur le demande."
}
},
"required": [
"destination"
]
}
},
"messages": [
{
"type": "request-start",
"content": "Transfert de l'appel en cours vers le numéro +33........ Veuillez patienter.",
"conditions": [
{
"param": "destination",
"operator": "eq",
"value": "+33........"
}
]
}
]
}
Here is the call id : 512acbb0-ead8-4a27-a308-b0552fc45e41
Your help would be appreciated !