Click or drag to resize
DiaGlobWrapper Methods
diaGlobWrapper Help

The DiaGlobWrapper type exposes the following members.

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