Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Locate the files you want to re-run data for and copy them on a separate folder. By default, the backup files are saved in the following location:
    Keywordmacro
    LabelC:\Program Files\Tri-Line\TIM Enterprise\backup
  2. Log in to TIM Enterprise under the root account and click on the
    Referencemacro
    LabelSQL
    tab.
  3. To check the datasource for the PBX object you want to delete calls for, enter the following query:

    Code Block
    SELECT name, fullkey from dir where type = 'pbx';
  4. To delete the calls for a specific PBX object and for a specific time period, enter the following query:

    Code Block
    languagesql
    Delete from calls 
    where datasource = '2\3\'
    and 
    datatime between '2013-01-01 00:00:00' AND '2013-02-01 00:00:00';

    Screenshotmacro

    Info

    The