| TapiCall Methods |
The TapiCall type exposes the following members.
| Name | Description | |
|---|---|---|
| Accept |
Accepts offered call.
| |
| AddToConference |
Adds the consultation call to the existing conference.
| |
| Answer |
Answers incoming call.
| |
| CompleteTransfer |
Completes the transfer of the call to the party connected in the consultation call.
| |
| Dial(String) |
Dials the specified number on the existing call.
| |
| Dial(String, Boolean) |
Dials the specified number on the existing call.
| |
| Disconnect |
Disconnects the call.
| |
| GatherDigits |
Gathers one or more DTMF digits on the call.
| |
| GenerateDigits |
Initiates the generation of the specified digits on the call.
| |
| GetCommHandle |
Obtains a handle of the open communication port associated with the call.
| |
| Hold |
Places the call on hold.
| |
| Park |
Performs directed or nondirected park.
| |
| Play(String) |
Plays a wave file. Pending speak and play requests are not purged.
| |
| Play(String, Boolean) |
Plays a wave file.
| |
| PrepareAddToConference |
Prepares the conference call for the addition of another party.
| |
| Redirect |
Redirects the call to the specified destination number.
| |
| RemoveFromConference |
Removes the call from the conference.
| |
| SetupTransfer |
Initiates a transfer of the call. It establishes a consultation call, on which the destination
of the transfer can be dialed.
| |
| Speak(String) |
Speaks the contents of a text string using text synthesis. Pending speak and play requests are not purged.
| |
| Speak(String, Boolean) |
Speaks the contents of a text string using text synthesis.
| |
| StartRecording |
Starts recording of call audio.
| |
| StopPlayback |
Stops currently playing wave file or text-to-speech.
| |
| StopRecording |
Stops recording of call audio.
| |
| SwapHold |
Swaps the active call with the specified call on consultation hold.
| |
| Transfer |
Performs a blind or single-step transfer of the call.
| |
| Unhold |
Retrieves the held call.
| |
| WaitForDigit |
Waits until either a DTMF digit has been detected or the specified time interval has elapsed.
| |
| WaitForSilence |
Waits until either a period of silence has been detected or the specified time interval has elapsed.
| |
| WaitUntilDone |
Waits until either all pending speak and play requests have completed or the specified time interval has elapsed.
|