Hola, inicie un proyecto de marcador predictivo con CFD tomando los números de una BD, si la llamada es exitosa con el resultado True de Make Call, y con un componente de condición, el CFD va de nuevo a la BD y modificar un campo para que el número ya no sea marcado nuevamente, pero tuve problemas con el resultado de Make Call y decidí hacer un nuevo proyecto simplificado para probar el flujo.
El flujo es el siguiente:
La condición:

cuando inicio el CFD realiza la llamada, esprero más de los 30 segundos del Timeout, termino la llamada y el flujo no llega a realizar la modificación en la BD, ya probé individualmente el componente DatabaseAccess y si hace la modificación del campo requerido, el problema está en el Result del Make Call.
Habilite el modo Verbose y reinicie los servicios, para ver los logs del componente Make Call pero no me veo ninguna respuesta (True o False).
2021/05/15 15:29:28.904|4620|0006|Trc|CallPair._817_7.Main.2.[C:1.2]-From script: PruebaDB - CallID 0000017971B83534_1 - Callflow - Start executing main flow...
2021/05/15 15:29:28.908|4620|0006|Inf|ScriptRunner.ScriptRunner-CallStorageSize=1(1)
2021/05/15 15:29:28.908|4620|0015|Trc|CallPair._817_7.Main.2.[C:1.2]-From script: PruebaDB - CallID 0000017971B83534_1 - Callflow - Start executing component 'MakeCall'
2021/05/15 15:29:28.909|4620|0015|Trc|CallPair._817_7.Main.2.[C:1.2]-From script: PruebaDB - CallID 0000017971B83534_1 - CallFlow.CFD.MakeCallComponent 'MakeCall' - Making call from origin='103' to destination='3336200123'
2021/05/15 15:29:31.211|4620|0006|Inf|ScriptRunner.ScriptRunner-CallStorageSize=1(1)
2021/05/15 15:29:31.212|4620|0006|Inf|ScriptRunner.ScriptRunner-Removed CallID mapping on terminated connection for SIP dialog G4jZLez4n6d_Xn1LckY1QA..014ce8f50
2021/05/15 15:29:31.216|4620|0006|Inf|ScriptRunner.ScriptRunner-CallStorageSize=1(0)
2021/05/15 15:29:31.328|4620|0006|Inf|ScriptRunner.ScriptRunner-FireTerminate and remove mapping for existing SIP dialogue G4jZLez4n6d_Xn1LckY1QA..014ce8f50
2021/05/15 15:29:31.333|4620|0006|Trc|CallPair._817_7.Main.2.[C:1.2]-From script: Main - Switching executing mode from Active to Wrapup
2021/05/15 15:29:31.335|4620|0006|Inf|ScriptRunner.ScriptRunner-CallStorageSize=0(0)
2021/05/15 15:29:31.341|4620|0015|Trc|CallPair._817_7.Main.2.[C:1.2]-From script: PruebaDB - CallID 0000017971B83534_1 - Callflow - OnCallTerminated for component 'MakeCall'
2021/05/15 15:29:31.345|4620|0015|Trc|CallPair._817_7.Main.2.[C:1.2]-From script: PruebaDB - CallID 0000017971B83534_1 - CallFlow.CFD.MakeCallComponent 'MakeCall' - Processing OnCallTerminated
2021/05/15 15:29:31.346|4620|0015|Trc|CallPair._817_7.Main.2.[C:1.2]-From script: PruebaDB - CallID 0000017971B83534_1 - Callflow - Disconnect handler flow is empty...
2021/05/15 15:34:14.972|4620|0006|Trc|###TRANSACTION.17 started
2021/05/15 15:34:14.987|4620|0006|Trc|+++TRANSACTION.17 updated - elapsed 15.4064
2021/05/15 15:34:14.988|4620|0006|Inf|ScriptRunner.ScriptRunner-Script updated on Wroutepoint.89: 817
2021/05/15 15:34:15.229|4620|0002|Trc|ScriptRunner.ScriptRunner-Active script instances: 0
2021/05/15 15:34:15.291|4620|0006|Inf|ScriptRunner.ScriptRunner-----
:[39..53)H: (3,0)-(3,14): Hidden CS8019: Unnecessary using directive.
¿Que es lo que estoy haciendo mal?
Gracias de antemano por su ayuda.
El flujo es el siguiente:
La condición:

cuando inicio el CFD realiza la llamada, esprero más de los 30 segundos del Timeout, termino la llamada y el flujo no llega a realizar la modificación en la BD, ya probé individualmente el componente DatabaseAccess y si hace la modificación del campo requerido, el problema está en el Result del Make Call.
Habilite el modo Verbose y reinicie los servicios, para ver los logs del componente Make Call pero no me veo ninguna respuesta (True o False).
2021/05/15 15:29:28.904|4620|0006|Trc|CallPair._817_7.Main.2.[C:1.2]-From script: PruebaDB - CallID 0000017971B83534_1 - Callflow - Start executing main flow...
2021/05/15 15:29:28.908|4620|0006|Inf|ScriptRunner.ScriptRunner-CallStorageSize=1(1)
2021/05/15 15:29:28.908|4620|0015|Trc|CallPair._817_7.Main.2.[C:1.2]-From script: PruebaDB - CallID 0000017971B83534_1 - Callflow - Start executing component 'MakeCall'
2021/05/15 15:29:28.909|4620|0015|Trc|CallPair._817_7.Main.2.[C:1.2]-From script: PruebaDB - CallID 0000017971B83534_1 - CallFlow.CFD.MakeCallComponent 'MakeCall' - Making call from origin='103' to destination='3336200123'
2021/05/15 15:29:31.211|4620|0006|Inf|ScriptRunner.ScriptRunner-CallStorageSize=1(1)
2021/05/15 15:29:31.212|4620|0006|Inf|ScriptRunner.ScriptRunner-Removed CallID mapping on terminated connection for SIP dialog G4jZLez4n6d_Xn1LckY1QA..014ce8f50
2021/05/15 15:29:31.216|4620|0006|Inf|ScriptRunner.ScriptRunner-CallStorageSize=1(0)
2021/05/15 15:29:31.328|4620|0006|Inf|ScriptRunner.ScriptRunner-FireTerminate and remove mapping for existing SIP dialogue G4jZLez4n6d_Xn1LckY1QA..014ce8f50
2021/05/15 15:29:31.333|4620|0006|Trc|CallPair._817_7.Main.2.[C:1.2]-From script: Main - Switching executing mode from Active to Wrapup
2021/05/15 15:29:31.335|4620|0006|Inf|ScriptRunner.ScriptRunner-CallStorageSize=0(0)
2021/05/15 15:29:31.341|4620|0015|Trc|CallPair._817_7.Main.2.[C:1.2]-From script: PruebaDB - CallID 0000017971B83534_1 - Callflow - OnCallTerminated for component 'MakeCall'
2021/05/15 15:29:31.345|4620|0015|Trc|CallPair._817_7.Main.2.[C:1.2]-From script: PruebaDB - CallID 0000017971B83534_1 - CallFlow.CFD.MakeCallComponent 'MakeCall' - Processing OnCallTerminated
2021/05/15 15:29:31.346|4620|0015|Trc|CallPair._817_7.Main.2.[C:1.2]-From script: PruebaDB - CallID 0000017971B83534_1 - Callflow - Disconnect handler flow is empty...
2021/05/15 15:34:14.972|4620|0006|Trc|###TRANSACTION.17 started
2021/05/15 15:34:14.987|4620|0006|Trc|+++TRANSACTION.17 updated - elapsed 15.4064
2021/05/15 15:34:14.988|4620|0006|Inf|ScriptRunner.ScriptRunner-Script updated on Wroutepoint.89: 817
2021/05/15 15:34:15.229|4620|0002|Trc|ScriptRunner.ScriptRunner-Active script instances: 0
2021/05/15 15:34:15.291|4620|0006|Inf|ScriptRunner.ScriptRunner-----
:[39..53)H: (3,0)-(3,14): Hidden CS8019: Unnecessary using directive.
¿Que es lo que estoy haciendo mal?
Gracias de antemano por su ayuda.