Skip to main content
Skip table of contents

Configuration: ELI

External Logic Integration (ELI) is a licensed feature that requires enabling in the SMPP Router license file.

ELI section

eli

This optional section of the configuration defines the External Logic Integration for SMPP Router.

See External Logic Integration (ELI) for the operation of ELI and the API between SMPP Router and ELI webhooks.

The entries in the eli section are:

Field

Description

Example

enabled

optional Default: true

true

url

URL (ELI webhook) to where ELI request is sent and response will be received from.

mandatory

"http://127.0.0.1:8380/preroute/"

max_queue_size

Maximum permitted queue size of ELI requests waiting to be processed. If the limit is reached, messages will be rejected.

optional Default: 1000

10000

worker_count

Maximum number of HTTP worker threads processing ELI requests from the queue.

optional Default: 5

32

worker_count_min

Minimum number of of HTTP worker threads processing ELI requests from the queue.

optional Default: 1

5

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.