Home > Support > Documentation

PanasonicKXTDE Class Reference

Inheritance diagram for PanasonicKXTDE:
IETF_CSTAp3 GenericCSTAp3 PanasonicKXTDA PanasonicNCP

List of all members.

Public Member Functions

CSTAResponseInfo AcquireControlRight (string targetDevice)
CSTAResponseInfo ClearMessageWaiting (string originatingDevice, string targetDevice)
override CSTAResponseInfo MakeACSEAssociation ()
CSTAResponseInfo ReleaseControlRight (string targetDevice)
CSTAResponseInfo SetMessageWaiting (string originatingDevice, string targetDevice)

Detailed Description

Implements CSTA phase 3 operations for the Panasonic KX-TDE PBX device.


Member Function Documentation

CSTAResponseInfo AcquireControlRight ( string  targetDevice  ) 

Acquires the right to control a telephony device. This method will cause a "PDF (Physical Device Feature) Start" Escape message to be sent to the PBX.

Parameters:
targetDevice The target telephony device.
Returns:
A CSTAResponseInfo object.
CSTAResponseInfo ClearMessageWaiting ( string  originatingDevice,
string  targetDevice 
)

Turns off a device's message waiting indicator.

Parameters:
originatingDevice The device that originated the call back request.
targetDevice The device for which the message waiting indicator is to be turned off.
Returns:
A CSTAResponseInfo object.
override CSTAResponseInfo MakeACSEAssociation (  )  [virtual]

Establish an ACSE association with the PBX.

Returns:
A CSTAResponseInfo object.

Reimplemented from GenericCSTAp3.

CSTAResponseInfo ReleaseControlRight ( string  targetDevice  ) 

Releases the right to control a telephony device. This method will cause a "PDF (Physical Device Feature) Stop" Escape message to be sent to the PBX.

Parameters:
targetDevice The target telephony device.
Returns:
A CSTAResponseInfo object.
CSTAResponseInfo SetMessageWaiting ( string  originatingDevice,
string  targetDevice 
)

Turns on a device's message waiting indicator.

Parameters:
originatingDevice The device that originated the call back request.
targetDevice The device for which the message waiting indicator is to be turned on.
Returns:
A CSTAResponseInfo object.