Alcatel4400 Class Reference
Inheritance diagram for Alcatel4400:
Public Member Functions | |
Alcatel4400 (PBXSession sessionObject) | |
Alcatel4400 (string pbxSystem, int port) | |
override CSTAResponseInfo | MakeACSEAssociation () |
Detailed Description
Implements CSTA phase 2 operations for the Alcatel 4400 PBX device.
Constructor & Destructor Documentation
Alcatel4400 | ( | 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.
Alcatel4400 | ( | PBXSession | sessionObject | ) |
Constructs an instance associated with the given PBXSession object.
- Parameters:
-
sessionObject A PBXSession object.
Member Function Documentation
override CSTAResponseInfo MakeACSEAssociation | ( | ) | [virtual] |
Establish an ACSE association with the PBX.
- Returns:
- A CSTAResponseInfo object.
Reimplemented from GenericCSTAp2.