$treeview $search $mathjax $extrastylesheet
CSTADLL
2.3.4
$projectbrief
|
$projectbrief
|
$searchbox |
Public Member Functions | |
Alcatel4400 (PBXSession sessionObject) | |
Alcatel4400 (string pbxSystem, int port) | |
override CSTAResponseInfo | MakeACSEAssociation () |
Protected Member Functions | |
override int | EncodeACSEConnectionRequest (CSTAResponseInfo response, Asn1BerEncodeBuffer encodeBuffer) |
override int | EncodeMakeCallRequest (CSTAResponseInfo response, Asn1BerEncodeBuffer encodeBuffer, string callingDevice, string calledDevice) |
Implements CSTA phase 2 operations for the Alcatel 4400 PBX device.
Alcatel4400 | ( | 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. |
Alcatel4400 | ( | 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 GenericCSTAp2.
override int EncodeMakeCallRequest | ( | CSTAResponseInfo | response, | |
Asn1BerEncodeBuffer | encodeBuffer, | |||
string | callingDevice, | |||
string | calledDevice | |||
) | [protected, virtual] |
Encodes a MakeCall message.
response | A CSTA ResponseInfo object. | |
encodeBuffer | An encode buffer object into which the message will be encoded. | |
callingDevice | Identifier (e.g., phone number) of the device making the call. | |
calledDevice | Identifier (e.g., phone number) of the device being called. |
Reimplemented from GenericCSTAp2.
override CSTAResponseInfo MakeACSEAssociation | ( | ) | [virtual] |
Establish an ACSE association with the PBX.
Reimplemented from GenericCSTAp2.