hp.opencall.media.ccapi
Class BridgeSpec

java.lang.Object
  extended byhp.opencall.media.ccapi.BridgeSpec

public class BridgeSpec
extends Object

A descriptor class to specify bridge objects provided by the platform.

Since:
OCMP 2.0

Field Summary
 int _id
           
 int capacity
          Number of calls that can be bridged
static int SOFTDSP
          Bridge is based on softDSP
static int SOFTDSP_internal
           
static BridgeSpec softdspBridgeSpec
          BridgeSpec to use when at least one callParty of the bridge is an IP CallParty .
static int TDM
          Bridge is based on hardware TDM bus
static BridgeSpec tdmBridgeSpec
          BridgeSpec to use when both callParties of the bridge are on TDM network
 String tdmSlot1
          Description (JNDI) of the first TDM slot to be allocated to this bridge.
 String tdmSlot2
          Description (JNDI) of the second TDM slot to be allocated to this bridge.
 int type
          Indicates whether the bridge is TDM or SOFTDSP
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TDM

public static final int TDM
Bridge is based on hardware TDM bus

See Also:
Constant Field Values

SOFTDSP_internal

public static final int SOFTDSP_internal
Since:
Not supported
See Also:
Constant Field Values

SOFTDSP

public static final int SOFTDSP
Bridge is based on softDSP

See Also:
Constant Field Values

type

public final int type
Indicates whether the bridge is TDM or SOFTDSP


capacity

public final int capacity
Number of calls that can be bridged


tdmSlot1

public final String tdmSlot1
Description (JNDI) of the first TDM slot to be allocated to this bridge.


tdmSlot2

public final String tdmSlot2
Description (JNDI) of the second TDM slot to be allocated to this bridge.


_id

public final int _id

tdmBridgeSpec

public static final BridgeSpec tdmBridgeSpec
BridgeSpec to use when both callParties of the bridge are on TDM network


softdspBridgeSpec

public static final BridgeSpec softdspBridgeSpec
BridgeSpec to use when at least one callParty of the bridge is an IP CallParty .

Method Detail

toString

public String toString()