Active calls can be manually interrupted via the Call trace window. You can manually drop the call from the call trace. please check the following link;
https://docs.telcobridges.com/tbwiki/Toolpack:Retrieving_Call_Trace_C#Dropping_an_active_call
You can use tbconfig command or RestFul API to drop the calls. It can be use full to integrate with your CDR server or Fraud detection server.
The following use case provide guidance for dropping multiple calls:
Usage Example
tbconfig -h --port -u -p -d -q “parameter1=value1,parameter2=value2” /call_traces/destroy_all
-d flag is used to send a HTTP DELETE request method
-q is used to append the argument in the HTTP request
Be careful when sending this command, as a too broad request will drop all active calls.