LVCA_Bridge

LVCA_API LONG WINAPI LVCA_Bridge(LONG SourceLine, CFECI_SC_TYPESourceType, LONG DestinationLine, CFECI_SC_TYPE DestinationType, BOOL FullDuplex);

Return Value:

If successful, LVCA_Bridge returns 0.  CAMERR_INDEX_OUT_OF_RANGE = line specified was invalid.  CAMERR_DEVICE_UNAVAILIBLE = An unknown dialogic error has occurred.

Supported on Events:

Any

Params:

LONG SourceLine The transmitting line

CFECI_SC_TYPE SourceType Device type: CST_VOX CST_LINE

LONG DestinationLine the receiving line

CFECI_SC_TYPE DestinationType Device type: CST_VOX CST_LINE

BOOL FullDuplex bi or uni directional

Notes:

To bridge one line to another, set the SourceLine to the first and the DestinationLine to the second.  The CFECI_SC_TYPE will be set to CTS_LINE for both the Destination and Source.

To reset the lines back to their original state, the source and destination will be set to the line to reset.  The device type for source will be CST_LINE and the device for destination will be CST_VOX.  This action must be performed for both lines involved with the bridge.


Complete Help Topic List | Speech Platform Product Information