Calls wont disconnect, using hangup button

dbz195

Member
Feb 3, 2021
41
1
8
37
version: 5.3

I recently noticed an issue while on the active call screen. I saw few calls still showing up, even though it had ended a few hours ago.

I tried selecting all and hanging up, but I received a notification saying "Call ended: 4," yet nothing changed. The calls are still listed—how do I remove them?

1741563473360.png
 
If you are using SQlite for your freeswtch database, you can create a script that will remove stale calls. Sometimes calls get stuck and need to be removed manually.

I've posted a script example here earlier

 
The root of the problem is a FreeSwitch bug. The script is a work around. I refer to these inactive calls as stale calls.
 
Thanks for the info, I did a reboot and it resolved it.

I will look into the script part.