# Перестали регистрироваться события в CEL, перезагрузка модулей в Asterisk

Если перестали регистрироваться события звонков в таблице CEL, может помочь перезагрузка модулей записи в Asterisk.\
\
Заходим в консоль АТС

```
asterisk -r        
```

#### Убедимся в наличии нужных модулей

```
module show like cel_odbc.so
Module                         Description                              Use Count  Status      Support Level
cel_odbc.so                    ODBC CEL backend                         0          Running              core

module show like res_odbc.so
Module                         Description                              Use Count  Status      Support Level
res_odbc.so                    ODBC resource                            0          Running              core

```

#### Перезагрузим эти модули

```
 module reload cel_odbc.so
 
 module reload res_odbc.so
```


---

# 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/perestali-registrirovatsya-sobytiya-v-cel-perezagruzka-modulei-v-asterisk.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.
