diaGlobWrapper Help
Assembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Answers the incoming call being offered immediately
Namespace:
InkostarAssembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Syntax
| C# |
|---|
public void AnswerCall( Channel CurrentChannel ) |
| Visual Basic (Declaration) |
|---|
Public Sub AnswerCall ( _ CurrentChannel As Channel _ ) |
| Visual C++ |
|---|
public: virtual void AnswerCall( Channel^ CurrentChannel ) sealed |
Parameters
- CurrentChannel
- Type: Inkostar..::.Channel
The Channel on the Dialogic board on which the function is to be executed.
Remarks
This function can only be invoked when an incoming call is being offered and after the event EventReceived.Ringing is received.
Compatibility: All
On completion this function will generate an EventReceived.Connected event
On failure this function will generate an EventReceived.TaskFailed event or an exception of type DiaGlobWrapperLibException
Compatibility: All
On completion this function will generate an EventReceived.Connected event
On failure this function will generate an EventReceived.TaskFailed event or an exception of type DiaGlobWrapperLibException
Examples
To answer the incoming call:
C#: objDevice.AnswerCall(ChannelInbound);
VB.NET: objDevice.AnswerCall(ChannelInbound)
C#: objDevice.AnswerCall(ChannelInbound);
VB.NET: objDevice.AnswerCall(ChannelInbound)