| DiaGlobWrapper Methods |
The DiaGlobWrapper type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
AnswerCall(Channel) |
Answers the incoming call being offered immediately
|
|
|
AnswerCall(Channel, Int32) |
Answers the incoming call being offered after a specific number of rings
|
|
|
BlindTransfer |
Performs a blind transfer or unsupervised transfer
|
|
|
CancelGetDigits |
Stops collecting digits.
|
|
|
CanHangup |
Convenience function to invoke before using HangUp(). This is to avoid an exception if the channel is not in the right state.
|
|
|
ClearDigitsBuffer |
Clears the buffer containing digits already collected.
|
|
|
Close |
Closes all channels and frees resources previously allocated.
|
|
|
Dispose |
DiaGlobWrapper destructor
|
|
|
EnableAlarm |
Enable Alarm notification on a channel.
|
|
|
Equals | (Inherited from Object.) |
|
|
GetCallState |
Queries the call state and returns the CallState enum value
|
|
|
GetCTInfo |
Retrieves the CT Bus time slot information of a channel
|
|
|
GetDigits(Channel, Int32, DiaGlobWrapperCommonDigitType, Boolean) |
Starts collecting one specific digit.
|
|
|
GetDigits(Channel, Int32, DiaGlobWrapperCommonDigitType, Int32, Boolean) |
Starts collecting a number of digits.
|
|
|
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
|
|
GetSystemState |
Retrieves the state of the Dialogic system service
|
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
HangUp |
Releases the call and resets the channel back to a ready state
|
|
|
HoldCall |
Places a call on hold.
|
|
|
MakeCall(Channel, String) |
Dials the destination number in an outbound call with no call progress analysis
|
|
|
MakeCall(Channel, String, DiaGlobWrapperCommonCallProgressDetectOptions) | |
|
|
Open |
Opens the set of channels specified in the diaGlobWrapper constructor.
|
|
|
Play |
Plays a voice prompt.
|
|
|
PlayTextToSpeech |
Plays a text through the TextToSpeech engine.
|
|
|
Record |
Records voice on a channel.
|
|
|
RetrieveCall |
Retrieves a call from the on-hold state.
|
|
|
ScBusConnect |
Establishes an SCbus connection between two channels
|
|
|
ScBusRelease |
Tears down and releases the previously established SCbus connection between two channels
|
|
|
SendDigits(Channel, String) |
Dials a number of digits
|
|
|
SendDigits(Channel, String, Int32) | |
|
|
SetCallerID |
Sets the default calling party number or Caller ID for outbound calls.
|
|
|
SetServiceState |
Places a channel in a state of In Service, Maintenance, Out of Service.
|
|
|
StartSystem |
Starts the Dialogic board or the system service
|
|
|
StopPlayback |
Stops immediately the current playback of the voice prompt.
|
|
|
StopRecording |
Stops immediately the current recording.
|
|
|
ToString | (Inherited from Object.) |
|
|
WaitForCall |
Enables the notification of inbound calls
|