Click or drag to resize

SipChannel Properties

The SipChannel type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleAni
This is the originating number of the last inbound call (if available).
(Inherited from ChannelResource.)
Public propertyCallConnected
The time the call connected
(Inherited from ChannelResource.)
Public propertyCallEnd
The time the call was terminated.
(Inherited from ChannelResource.)
Public propertyCode exampleCallerIdName
This is the originating name field of the last inbound call (if available).
(Inherited from ChannelResource.)
Public propertyCallNumber
The call number on the server of the current or last call.
(Inherited from ChannelResource.)
Public propertyCode exampleCallProgress
Gets or Sets the Call Progress Mode for this channel.
(Inherited from ChannelResource.)
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.
(Inherited from ChannelResource.)
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.
(Inherited from ChannelResource.)
Public propertyCallStart
The time the call was started.
(Inherited from ChannelResource.)
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 propertyDialog
Gets the current dialog for the channel. This is read-only.
Public propertyCode exampleDialResult
Gets the Dial Result of the last call based on the Call Progress Mode setting.
(Inherited from ChannelResource.)
Public propertyCode exampleDnis
This is the DNIS or the inbound number dialed of the last inbound call.
(Inherited from ChannelResource.)
Public propertyDropError
The Drop Error Code of a disconnected call.
(Inherited from ChannelResource.)
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.
(Inherited from ChannelResource.)
Public propertyCode exampleFaxResource
Gets the fax resource associated with this channel. To get a fax resource, call Get Fax Resource Method on this channel.
(Inherited from ChannelResource.)
Public propertyCode exampleGcCause
GC Cause code for a disconnected call if available.
(Inherited from ChannelResource.)
Public propertyCode exampleGcCauseMessage
GC Cause message for a disconnected call if available.
(Inherited from ChannelResource.)
Public propertyCode exampleGeneralCause
General Cause code for a disconnected call if available.
(Inherited from ChannelResource.)
Public propertyCode exampleGeneralCauseMessage
General Cause message for a disconnected call if available.
(Inherited from ChannelResource.)
Public propertyIncomingSipHeaders
Gets the incoming SIP headers for the current call. This is read-only.
Public propertyIncomingSipRequestLine
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 propertyLocalCallControlAddress
Public propertyCode exampleMaximumTime
Sets the maximum time in seconds to wait for a Dial to complete. Default is 30.
(Inherited from ChannelResource.)
Public propertyOriginatingCallerIdName
Sets the outbound caller ID name field value.
Public propertyCode exampleOriginatingPhoneNumber
This is the CallerID number sent with an oubound call when a Dial is executed.
(Inherited from ChannelResource.)
Public propertyOutgoingSipHeaders
Sets the SIP headers for an outbound call.
Public propertyOverrideDestination
Public propertyOverrideRequestLine
Public propertyCode examplePortIndexer
The one based index of this channel on the server.
(Inherited from ChannelResource.)
Public propertyRemoteCallControlAddress
The call control address on the remote side that is handling this call. The string format is: IP Address:Port.
Public propertyRtpAddress
Returns the address of the RTP currently in use on this channel.
Public propertyRtpCodec
Returns the name of the RTP codec currently in use on this channel.
Public propertyRtpEncryptionMode
Public propertyRtpEncryptionState
Public propertyRtpPort
Returns the port being used for RTP on this channel.
Public propertyRtpSdp
Returns the SDP (Session Description Protocol)of the RTP currently in use on this channel.
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.
(Inherited from ChannelResource.)
Public propertyCode exampleTransferredData
Gets the data sent from another application which has invoked the Transfer Application Method to this application.
(Inherited from ChannelResource.)
Public propertyTransportProtocol
Public propertyCode exampleVoiceResource
The Voice Resource associated with this channel. Use this for audio functions like play, record and getting digits.
(Inherited from ChannelResource.)
Top
See Also