public/plugins
2025-04-28 17:04:33 -05: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 Link to EMG 8.0.4 2025-04-23 05:52:55 +00:00
wordfilter Enhancements for wordfilter.pl\n\n o reload words on file modification\n o use a hash so word lookup is O(1) 2025-04-28 17:04:33 -05: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
...
>