Click or drag to resize
TapiCall Methods

The TapiCall type exposes the following members.

Methods
  NameDescription
Public methodAccept
Accepts offered call.
Public methodAddToConference
Adds the consultation call to the existing conference.
Public methodCode exampleAnswer
Answers incoming call.
Public methodCompleteTransfer
Completes the transfer of the call to the party connected in the consultation call.
Public methodDial(String)
Dials the specified number on the existing call.
Public methodDial(String, Boolean)
Dials the specified number on the existing call.
Public methodCode exampleDisconnect
Disconnects the call.
Public methodGatherDigits
Gathers one or more DTMF digits on the call.
Public methodGenerateDigits
Initiates the generation of the specified digits on the call.
Public methodGetCommHandle
Obtains a handle of the open communication port associated with the call.
Public methodHold
Places the call on hold.
Public methodPark
Performs directed or nondirected park.
Public methodPlay(String)
Plays a wave file. Pending speak and play requests are not purged.
Public methodPlay(String, Boolean)
Plays a wave file.
Public methodCode examplePrepareAddToConference
Prepares the conference call for the addition of another party.
Public methodRedirect
Redirects the call to the specified destination number.
Public methodRemoveFromConference
Removes the call from the conference.
Public methodCode exampleSetupTransfer
Initiates a transfer of the call. It establishes a consultation call, on which the destination of the transfer can be dialed.
Public methodSpeak(String)
Speaks the contents of a text string using text synthesis. Pending speak and play requests are not purged.
Public methodSpeak(String, Boolean)
Speaks the contents of a text string using text synthesis.
Public methodStartRecording
Starts recording of call audio.
Public methodStopPlayback
Stops currently playing wave file or text-to-speech.
Public methodStopRecording
Stops recording of call audio.
Public methodSwapHold
Swaps the active call with the specified call on consultation hold.
Public methodTransfer
Performs a blind or single-step transfer of the call.
Public methodUnhold
Retrieves the held call.
Public methodWaitForDigit
Waits until either a DTMF digit has been detected or the specified time interval has elapsed.
Public methodWaitForSilence
Waits until either a period of silence has been detected or the specified time interval has elapsed.
Public methodWaitUntilDone
Waits until either all pending speak and play requests have completed or the specified time interval has elapsed.
Top
See Also