Follow the steps below to re-run data in TIM Enterprise:
To check the datasource for the PBX object you want to delete calls for, enter the following query:
SELECT name, fullkey from dir where type = 'pbx'; |
To delete the calls for a specific PBX object and for a specific time period, enter the following query:
Delete from calls where datasource = '2\3\' and datetime between '2013-01-01 00:00:00' AND '2013-02-01 00:00:00'; |
The and values must be modified accordingly, in order to match your requirements for the time period and the site's datasource that you want to delete calls for. |