$treeview $search $mathjax $extrastylesheet
CSTADLL  2.3.4
$projectbrief
$projectbrief
$searchbox

UnifyOpenscape4000BER Class Reference

Inheritance diagram for UnifyOpenscape4000BER:
IETF_CSTAp3 GenericCSTAp3

List of all members.

Public Member Functions

virtual CSTAResponseInfo MakeACSEAssociation (string userName, string password)
 UnifyOpenscape4000BER (PBXSession sessionObject)
 UnifyOpenscape4000BER (string pbxSystem, int port)

Protected Member Functions

override int EncodeACSEConnectionRequest (CSTAResponseInfo response, Asn1BerEncodeBuffer encodeBuffer)

Detailed Description

Implements CSTA phase 3 BER operations for the Unify Openscape 4000 device.


Constructor & Destructor Documentation

UnifyOpenscape4000BER ( 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.
UnifyOpenscape4000BER ( PBXSession  sessionObject  ) 

Constructs an instance associated with the given PBXSession object.

Parameters:
sessionObject A PBXSession object.

Member Function Documentation

override int EncodeACSEConnectionRequest ( CSTAResponseInfo  response,
Asn1BerEncodeBuffer  encodeBuffer 
) [protected, virtual]

Encodes an ACSE Association Request message.

Parameters:
response A CSTA ResponseInfo object.
encodeBuffer An encode buffer object into which the message will be encoded.
Returns:
The length of the encoded message, or -1 if an error occurred.

Reimplemented from GenericCSTAp3.

virtual CSTAResponseInfo MakeACSEAssociation ( string  userName,
string  password 
) [virtual]

Establish an ACSE association with the PBX.

Parameters:
userName The user name to send to the PBX.
password The password to send to the PBX.
Returns:
A CSTAResponseInfo object.