diaGlobWrapper Help
The DiaGlobWrapper type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
DiaGlobWrapper |
DiaGlobWrapper constructor.
|
Methods
| Name | Description | |
|---|---|---|
|
|
AnswerCall | Overloaded. |
|
|
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 | Overloaded. |
|
|
GetHashCode |
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (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 | Overloaded. |
|
|
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 | Overloaded. |
|
|
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
|
Properties
| Name | Description | |
|---|---|---|
|
|
Channels |
Retrieves the collection of channels associated with this instance of diaGlobWrapper.
|
Events
| Name | Description | |
|---|---|---|
|
|
OnEventReceived |
Event handler for the EventReceived delegate
|
|
|
OnTraceMessageReceived |
Event handler for the TraceMessageReceived delegate
|