PhilipsSopho Class Reference
Inheritance diagram for PhilipsSopho:
Public Member Functions | |
CSTAResponseInfo | MakeACSEAssociation (bool testMode) |
override CSTAResponseInfo | MakeACSEAssociation () |
PhilipsSopho (PBXSession sessionObject) | |
PhilipsSopho (string pbxSystem, int port) |
Detailed Description
Implements CSTA phase 1 operations for the Philips Sopho PBX device.
Constructor & Destructor Documentation
PhilipsSopho | ( | 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.
PhilipsSopho | ( | PBXSession | sessionObject | ) |
Constructs an instance associated with the given PBXSession object.
- Parameters:
-
sessionObject A PBXSession object.
Member Function Documentation
CSTAResponseInfo MakeACSEAssociation | ( | bool | testMode | ) |
Establish an ACSE association with the PBX.
- Parameters:
-
testMode True to send a test mode message, false to send a licensed message.
- Returns:
- A CSTAResponseInfo object.
override CSTAResponseInfo MakeACSEAssociation | ( | ) | [virtual] |
Establish a licensed (i.e., not test mode) ACSE association with the PBX.
- Returns:
- A CSTAResponseInfo object.
Reimplemented from GenericCSTAp1.