|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objecthp.opencall.media.ccapi.BridgeSpec
A descriptor class to specify bridge objects provided by the platform.
| 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 |
public static final int TDM
public static final int SOFTDSP_internal
public static final int SOFTDSP
public final int type
public final int capacity
public final String tdmSlot1
public final String tdmSlot2
public final int _id
public static final BridgeSpec tdmBridgeSpec
public static final BridgeSpec softdspBridgeSpec
| Method Detail |
public String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||