UnifyOpenscapeVoice Class Reference

Inheritance diagram for UnifyOpenscapeVoice:
GenericXML

List of all members.

Public Member Functions

 UnifyOpenscapeVoice (PBXSession sessionObject)
 UnifyOpenscapeVoice (string pbxSystem, int port)

Detailed Description

Implements CSTA XML operations for the Unify Openscape Voice PBX device.


Constructor & Destructor Documentation

UnifyOpenscapeVoice ( string  pbxSystem,
int  port 
)

Constructs an instance associated with the given PBX identifier and port.

Parameters:
pbxSystem Well-known name or IP address of the PBX.
port Port on which the PBX listens for CSTA messages.
UnifyOpenscapeVoice ( PBXSession  sessionObject  ) 

Constructs an instance associated with the given PBXSession object.

Parameters:
sessionObject A PBXSession object.