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


Usage

<configuration>
    <dynamic-profiles>
        <interfaces>
            <interface>
                <satop-options>
                    <idle-pattern>idle-pattern</idle-pattern>
                    <payload-size>payload-size</payload-size>
                    <excessive-packet-loss-rate>...</excessive-packet-loss-rate>
                    <jitter-buffer-packets>jitter-buffer-packets</jitter-buffer-packets>
                    <jitter-buffer-latency>milliseconds</jitter-buffer-latency>
                    <jitter-buffer-auto-adjust/>
                    <bit-rate>bit-rate</bit-rate>
                </satop-options>
            </interface>
        </interfaces>
    </dynamic-profiles>
</configuration>

Description

Structure-Agnostic TDM over Packet protocol options.

Contents

<bit-rate>—In multiples of DS0.

<excessive-packet-loss-rate>—Packet loss options.

<idle-pattern>—An 8-bit hexadecimal pattern to replace TDM data in a lost packet.

<jitter-buffer-auto-adjust>—Automatically adjust jitter buffer.

<jitter-buffer-latency>—Number of milliseconds delay in jitter buffer.

<jitter-buffer-packets>—Number of packets in jitter buffer.

<payload-size>—Number of payload bytes per packet.


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