hijaz
05/13/2026, 8:21 PMtransferCallTool to transfer callers to live agents
* Destination agents are using Dynalink VoIP
The transfer itself works correctly, but after the live conversation starts, the call drops automatically after ~8 minutes.
Originally, the assistant did not have maxDurationSeconds configured, so I suspect the default 600-second limit may have been terminating the parent call. I’ve now updated the config to:
json id="c4n5y8"
{
"maxDurationSeconds": 6046,
"silenceTimeoutSeconds": 305
}
I wanted to confirm a few things:
1. Does the original assistant call timer continue running after a transfer?
2. Would the call log show exceeded-max-duration if this was the cause?
3. Are there any additional timeout/session settings recommended for long-running transferred calls?
4. Any known issues or SIP/session timer considerations when transferring to Dynalink VoIP systems?
Happy to provide call IDs/logs if needed. Thanks.Rita Heritage
05/13/2026, 8:50 PMhijaz
05/19/2026, 6:16 PMhijaz
05/19/2026, 6:17 PMhijaz
05/19/2026, 6:19 PM