$treeview $search $mathjax $extrastylesheet
CSTADLL
2.3.4
$projectbrief
|
$projectbrief
|
$searchbox |
Public Member Functions | |
AlcatelOXO (PBXSession sessionObject) | |
AlcatelOXO (string pbxSystem, int port) | |
override CSTAResponseInfo | MakeACSEAssociation () |
Protected Member Functions | |
override int | EncodeACSEConnectionRequest (CSTAResponseInfo response, Asn1BerEncodeBuffer encodeBuffer) |
Implements CSTA phase 1 operations for the Alcatel OXO device.
AlcatelOXO | ( | string | pbxSystem, | |
int | port | |||
) |
Constructs an instance associated with the given PBX identifier and port.
pbxSystem | Well-known name or IP address of the PBX. | |
port | Port on which the PBX listens for CSTA messages. |
AlcatelOXO | ( | PBXSession | sessionObject | ) |
Constructs an instance associated with the given PBXSession object.
sessionObject | A PBXSession object. |
override int EncodeACSEConnectionRequest | ( | CSTAResponseInfo | response, | |
Asn1BerEncodeBuffer | encodeBuffer | |||
) | [protected, virtual] |
Encodes an ACSE Association Request message.
response | A CSTA ResponseInfo object. | |
encodeBuffer | An encode buffer object into which the message will be encoded. |
Reimplemented from GenericCSTAp1.
override CSTAResponseInfo MakeACSEAssociation | ( | ) | [virtual] |
Establish an ACSE association with the PBX.
Reimplemented from GenericCSTAp1.