CTI32 Class Library

cti.ConfMusicOnHold Method 

Vendetta specific. Puts music into the conference from the Vendetta music on hold port in the back of the card. You can also turn off the music with this function

[Visual Basic]
Public Shared Function ConfMusicOnHold( _
   ByVal vnddev As Integer, _
   ByVal confID As Integer, _
   ByVal on As Integer _
) As Integer
[C#]
public static int ConfMusicOnHold(
   int vnddev,
   int confID,
   int on
);

Parameters

vnddev
Vendetta board device handle returned fro CTIOpenDCB
confID
The conference ID returned from CTIEstConf()
on
1 to turn it on, 0 to turn off

Return Value

0=successful non-zero if failure

See Also

cti Class | CTI32NetLib Namespace