list of all modules you can get using command
```sh
docker run \
-it \
--rm \
--entrypoint sh \
kamailio/kamailio-ci:master \
-c "ls -l /usr/lib/kamailio/modules"
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1995#issuecomment-525791338