# Модуль опережает таблицу CEL на X записей

![](/files/4BNzJ0DQYMeysKUiTKLK)

{% hint style="info" %}
Начиная с версии 3.11.0, для удаления записи о последнем событии можно использовать флаг **--clean --cleanlist=i**\
`/opt/itgrix_bx/itgrix_bx --clean --cleanlist=i`
{% endhint %}

В случае переноса модуля на новый сервер Астериск, или чистки таблицы CEL, может возникнуть ситуация, когда модуль будет ждать события с ID больше чем последний ID события которое Астериск запишет в CEL, в таком случае звонок не будет зарегистрирован, нужно остановить службу модуля, очистить файл в котором модуль хранит сведения о последнем ID, и запустить службу, для этого воспользуемся командами:

```
Битрикс24
service itgrix_bx stop
>/opt/itgrix_bx/state.json
service itgrix_bx start
AMO
service itgrix_amo stop
>/opt/itgrix_amo/state.json
service itgrix_amo start
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.itgrix.ru/how-to-fix/modul-operezhaet-tablicu-cel-na-x-zapisei.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
