public/plugins
2025-03-24 14:44:28 +01:00
..
infobip-hlr plugin infobip-hlr 2025-03-24 11:25:48 +01:00
min-vp plugin min-vp, required by Sinch 2025-03-24 12:31:59 +01:00
wordfilter plugin 'wordfilter' 2025-03-24 11:09:41 +01:00
README.md plugins/README: Usage 2025-03-24 14:44:28 +01:00

EMG Plugins

This directory contains various plugins for EMG.

Usage

For most plugins, the configuration is simple. Let's say the plugin something is in the file something.pl. You will then create a section in your server.cfg file, like this:

PLUGIN something <
LIBRARY=something.pl
>

For the connectors that should use it, reference it like this:

CONNECTOR some_connector <
PLUGIN=something
...
>