Next Previous Contents

11. Per-Endpoint Configuration

In addition to the standard configuration file options, per-endpoint configuration settings can be specified in the GnuGk config file. The syntax is as follows:

11.1 Section [EP::...]

[EP::ALIAS]
Key Name=Value String

ALIAS should be replaced with the actual alias for the endpoint the settings should apply to. If your endpoint has multiple aliases, you can pick one of them. GnuGk will look through all aliases and use the first [EP:..] section it finds.

Currently, the following options are recognized:

Example how to attach an [EP::..] section to an endpoint:

[RasSrv::PermanentEndpoints]
192.168.1.1=gw1;48
192.168.1.2=gw2;48,!4850,!4860,!4869,!4888

[EP::gw1]
Capacity=60
GatewayPriority=1

[EP::gw2]
Capacity=30
GatewayPriority=2

In this example, calls will be sent to the gateway gw1 until its capacity is fully utilized (60 concurrent calls) and then to the gateway gw2.


Next Previous Contents