Click or drag to resize
IPBXCall Properties

The IPBXCall type exposes the following members.

Properties
  NameDescription
Public propertyCallID
Gets the unique identifier of the call.
(Inherited from IOzBaseCall.)
Public propertyCallState
Gets the state of the call.
(Inherited from IOzBaseCall.)
Public propertyCallType
Gets information about the type of the call. (i.e.: Audio, Video, AudioVideo)
(Inherited from ICall.)
Public propertyCustomProperties
Gets a collection that can be used for storing custom values for the call.
(Inherited from ICall.)
Public propertyDialInfo
Gets basic information about the call such as caller ID or dialed number.
(Inherited from IBaseCall.)
Public propertyIsAnswered
Gets a boolean value indicating whether the call has been answered.
(Inherited from IOzBaseCall.)
Public propertyIsIncoming
Gets if the call is an incoming call.
(Inherited from IOzBaseCall.)
Public propertyMedia
Gets the media manager that handles the media.
(Inherited from IOzPhoneCall.)
Public propertyOtherParty
Gets information about the remote party.
(Inherited from ICall.)
Public propertyOwner
Gets the owner of the call.
(Inherited from IBaseCall.)
Public propertyReasonOfState
Gets the textual context of the call state.
(Inherited from IOzBaseCall.)
Public propertyTransferInfo
Gets information about the call transfer.
(Inherited from ICall.)
Top
See Also