| DiaSpringWrapperAnswerCall Method |
Answers an incoming call by placing the channel off-hook.
Namespace: InkostarAssembly: DiaSpringWrapper (in DiaSpringWrapper.dll) Version: 0.0.0.0
Syntaxpublic void AnswerCall(
string ChannelName
)
Public Sub AnswerCall (
ChannelName As String
)
public:
void AnswerCall(
String^ ChannelName
)
member AnswerCall :
ChannelName : string -> unit
Parameters
- ChannelName
- Type: SystemString
The Channel name on the Dialogic board on which to answer the call.
Remarks
This function will fail if invoked before the [device].Open() function.
Examples
Answer the incoming call on the first channel.
C#: objDevice.AnswerCall("dxxxB1C1");
VB.NET: objDevice.AnswerCall("dxxxB1C1")
See Also