Reference Library
ThirdPartyCallController..::..EndpointRegisteredEventArgs Class
NamespacesAvaya.ApplicationEnablement.DMCCThirdPartyCallControllerThirdPartyCallController..::..EndpointRegisteredEventArgs
Parameters associated with the EndpointRegistered event.

Supported in: 6.3.0

Declaration Syntax
C#Visual BasicVisual C++
Public Class EndpointRegisteredEventArgs _
	Inherits ThirdPartyCallController..::..ThirdPartyCallControlCommonEventArgs
public ref class EndpointRegisteredEventArgs : public ThirdPartyCallController..::..ThirdPartyCallControlCommonEventArgs
Members
All MembersProperties



IconMemberDescription
getDependencyMode
The dependency mode of the endpoint

getDeviceId
The deviceID of the endpoint being monitored

getEndpointAddress
The registered endpoint's logical address as seen by the switch. For H.323 devices, this is usually an IP address; for SIP devices, this is an URI.

getEndpointMACAddress
The registered endpoint's MAC address as seen by the switch. For devices registered via an AE Services server, this will be unknown.

getEptDevice
The DeviceID, known by the switch, of the endpoint that was registered

getEventCause
The cause (if any) of the event
(Inherited from ThirdPartyCallController..::..ThirdPartyCallControlCommonEventArgs.)
getMediaMode
The media mode of the endpoint

getMonitorId
The ID of the monitor that triggered this event.
(Inherited from ThirdPartyCallController..::..ThirdPartyCallControlCommonEventArgs.)
getNetworkRegion
The network region associated with the endpoint

getProductType
The IP product ID of the endpoint

getServiceState
The service state of the station after this endpoint has registered. The service state can be inService, outOfService or unknown.

getSetType
The endpoint device model type as administered on the switch (i.e. 4626, 9611G, etc.)

getSignallingProtocolType
The signaling protocol of the endpoint (i.e. H323 or SIP)

getUnicodeScript
The supported Unicode character set of the endpoint

getXmlDocument
Get the actual XML Document that was sent from AES.
(Inherited from ThirdPartyCallController..::..ThirdPartyCallControlCommonEventArgs.)
Inheritance Hierarchy
Object
EventArgs
 ThirdPartyCallController..::..ThirdPartyCallControlCommonEventArgs
  ThirdPartyCallController..::..EndpointRegisteredEventArgs

Assembly: ServiceProvider (Module: ServiceProvider)