[Contents] [Prev] [Next] [Index] [Report an Error]


Usage

<configuration>
    <services>
        <pgcp>
            <gateway>
                <name>name</name> <!-- identifier -->
                <gateway-address>gateway-address</gateway-address>
                <gateway-port>gateway-port</gateway-port>
                <cleanup-timeout>seconds</cleanup-timeout>
                <service-state>service-state-choice</service-state>
                <h248-timers>...</h248-timers>
                <h248-properties>...</h248-properties>
                <h248-options>...</h248-options>
                <max-concurrent-calls>max-concurrent-calls</max-concurrent-calls>
                <gateway-controller>...</gateway-controller> <!-- mandatory -->
                <monitor>...</monitor>
                <graceful-restart>...</graceful-restart>
                <fast-update-filters>...</fast-update-filters>
                <session-mirroring>...</session-mirroring>
                <data-inactivity-detection>...</data-inactivity-detection>
                <overload-control>...</overload-control>
            </gateway>
        </pgcp>
    </services>
</configuration>

Description

One or more Packet Gateways.

Contents

<cleanup-timeout>—When expires the PG will clean its gate state (Applicable in disconnections).

<data-inactivity-detection>—No documentation is available yet.

<fast-update-filters>—No documentation is available yet.

<gateway-address>—Local Gateway IP address.

<gateway-controller>—No documentation is available yet.

<gateway-port>—Local Gateway transport port.

<graceful-restart>—No documentation is available yet.

<h248-options>—No documentation is available yet.

<h248-properties>—No documentation is available yet.

<h248-timers>—No documentation is available yet.

<max-concurrent-calls>—Maximum number of concurrent calls.

<monitor>—Monitor voice traffic.

<name>—Gateway Name.

<overload-control>—No documentation is available yet.

<service-state>—Service state.

<session-mirroring>—No documentation is available yet.


[Contents] [Prev] [Next] [Index] [Report an Error]