Service Level

Program ID

MetraPipeline.MTServiceLevelPlugin.1

Description

This plugin runs in the child stage. It copies the metered values from the parent session into the child sessions.

Required Input Properties

Tag name

Value type

Description

ServiceLevel

Long

The ServiceLevel from the parent session.

SystemName

String

The System name from the parent session.  This is usually the name of the audio-conferencing bridge.

Required Output Properties

Tag name

Value type

Description

ServiceLevel

Long

Same as above but in the child session.

SystemName

String

Same as above but in the child session.

Configuration Example

<configdata>
     <ServiceLevel>ServiceLevel</ServiceLevel>
    <SystemName>SystemName</SystemName>
</configdata>

 Remarks