public/plugins
2025-04-07 09:59:30 +02:00
..
infobip-hlr infobip-hlr: skip the 'imsi' field 2025-03-25 08:28:54 +01:00
min-vp plugin min-vp, required by Sinch 2025-03-24 12:31:59 +01:00
smpp-custom plugin smpp-custom 2025-03-26 10:31:57 +01:00
smtputf8 plugin smtputf8 2025-03-24 15:37:40 +01:00
wordfilter plugin/wordfilter: only fetch the fields from localtime() that we actually use 2025-04-07 09:59:30 +02:00
README.md Update README.md 2025-04-04 07:58:17 +02:00

EMG Plugins

This directory contains various plugins for EMG.

Usage

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

PLUGIN some_plugin <
LIBRARY=some_file.pl
>

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

CONNECTOR some_connector <
PLUGIN=some_plugin
...
>