ASN.1 / XML Software Tools from Objective Systems
Home > Support > Documentation

IETF_CSTAp3 Class Reference

Inheritance diagram for IETF_CSTAp3:
GenericCSTAp3 PanasonicKXTDE SiemensCap PanasonicKXTDA PanasonicNCP SiemensHipath4000

List of all members.

Public Member Functions

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

Detailed Description

Implements CSTA phase 3 operations using IETF encoding, which puts a two-byte length in front of the BER message.


Constructor & Destructor Documentation

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

Constructs an instance associated with the given PBXSession object.

Parameters:
sessionObject A PBXSession object.