Click or drag to resize

ChannelResource Properties

The ChannelResource type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleAni
This is the originating number of the last inbound call (if available).
Public propertyCallConnected
The time the call connected
Public propertyCallEnd
The time the call was terminated.
Public propertyCode exampleCallerIdName
This is the originating name field of the last inbound call (if available).
Public propertyCallNumber
The call number on the server of the current or last call.
Public propertyCode exampleCallProgress
Gets or Sets the Call Progress Mode for this channel.
Public propertyCode exampleCallProgressOverrides
A serializable object that provides override information to the call progress template. This is used to override Dialogic call progress settings for the next call.
Public propertyCode exampleCallProgressTemplate
Gets or sets the call progress template to use as a basis for the next call. This is used to override Dialogic call progress settings.
Public propertyCallStart
The time the call was started.
Public propertyConference
Represents the Conference of which this resource is a member.
(Inherited from RoutableResource.)
Public propertyConferenceAttributes
Represents the Conference Attributes of a Conference to which this resource is a member.
(Inherited from RoutableResource.)
Public propertyDeviceName
The unique name of this resource / device on the server. This is useful for following, logging a call or thread.
(Inherited from RoutableResource.)
Public propertyCode exampleDialResult
Gets the Dial Result of the last call based on the Call Progress Mode setting.
Public propertyCode exampleDnis
This is the DNIS or the inbound number dialed of the last inbound call.
Public propertyDropError
The Drop Error Code of a disconnected call.
Public propertyCode exampleDropTime
A time at which the server should automatically drop the call whether it is disonnected or not. This value is Universal Time.
Public propertyCode exampleFaxResource
Gets the fax resource associated with this channel. To get a fax resource, call Get Fax Resource Method on this channel.
Public propertyCode exampleGcCause
GC Cause code for a disconnected call if available.
Public propertyCode exampleGcCauseMessage
GC Cause message for a disconnected call if available.
Public propertyCode exampleGeneralCause
General Cause code for a disconnected call if available.
Public propertyCode exampleGeneralCauseMessage
General Cause message for a disconnected call if available.
Public propertyListeners
A list of Routable Resources which are currently listening to this resource.
(Inherited from RoutableResource.)
Public propertyListentingTo
A Routable Resources to which this resource is currently listening.
(Inherited from RoutableResource.)
Public propertyCode exampleMaximumTime
Sets the maximum time in seconds to wait for a Dial to complete. Default is 30.
Public propertyCode exampleOriginatingPhoneNumber
This is the CallerID number sent with an oubound call when a Dial is executed.
Public propertyCode examplePortIndexer
The one based index of this channel on the server.
Public propertyTransferredCall
A flag to indicate that this call was transferred from another application. If true, TransferredData may contain data passed from the other application.
Public propertyCode exampleTransferredData
Gets the data sent from another application which has invoked the Transfer Application Method to this application.
Public propertyCode exampleVoiceResource
The Voice Resource associated with this channel. Use this for audio functions like play, record and getting digits.
Top
See Also