GenericCSTAp2 Class Reference
Public Member Functions | |
virtual CSTAResponseInfo | AnswerCall (ConnectionID callToAnswer, string deviceToLift) |
virtual CSTAResponseInfo | AnswerCall (ConnectionID callToAnswer) |
virtual CSTAResponseInfo | AnswerCall (string deviceToLift) |
virtual CSTAResponseInfo | ClearConnection (ConnectionID connToClear) |
virtual CSTAResponseInfo | ConsultationCall (ConnectionID existingCall, string targetDevice) |
virtual CSTAResponseInfo | DivertCall (string divertFrom, string divertTo) |
int | EncodeROSERequestHeader (CSTAResponseInfo response, Asn1BerEncodeBuffer encodeBuffer, Phase2Opcodes.Opcodes opcode) |
GenericCSTAp2 () | |
virtual CSTAResponseInfo | MakeACSEAssociation () |
virtual CSTAResponseInfo | MakeCall (string callingDevice, string calledDevice) |
virtual CSTAResponseInfo | MonitorStart (string deviceToMonitor) |
virtual CSTAResponseInfo | MonitorStop (string monitoredDevice) |
virtual CSTAResponseInfo | MonitorStop (MonitorCrossRefID crossRefID) |
virtual CSTAResponseInfo | MonitorStop (int crossRefInt) |
virtual CSTAResponseInfo | QueryDevice (string deviceToQuery) |
virtual CSTAResponseInfo | ReleaseACSEAssociation () |
virtual CSTAResponseInfo | SnapshotDevice (string deviceToSnapshot) |
virtual CSTAResponseInfo | TransferCall (string heldDevice, string connectedDevice) |
virtual CSTAResponseInfo | TransferCall (ConnectionID initiatedCall, ConnectionID originalCall) |
Properties | |
CSTAContext | ThreadContext [get] |
Detailed Description
Implements CSTA phase 2 operations using BER.
Constructor & Destructor Documentation
GenericCSTAp2 | ( | ) |
Default constructor. Indicates that phase 2 is in effect.
Member Function Documentation
virtual CSTAResponseInfo AnswerCall | ( | ConnectionID | callToAnswer, | |
string | deviceToLift | |||
) | [virtual] |
Answers a call.
- Parameters:
-
callToAnswer The connection id of the call to answer. deviceToLift The device (e.g., extension number) that is to answer the call.
- Returns:
- A CSTAResponseInfo object.
virtual CSTAResponseInfo AnswerCall | ( | ConnectionID | callToAnswer | ) | [virtual] |
Answers a call.
- Parameters:
-
callToAnswer The ConnectionID of the call to answer.
- Returns:
- A CSTAResponseInfo object.
virtual CSTAResponseInfo AnswerCall | ( | string | deviceToLift | ) | [virtual] |
Answers a call.
- Parameters:
-
deviceToLift The identification (e.g., phone number) of the device to answer.
- Returns:
- A CSTAResponseInfo object.
virtual CSTAResponseInfo ClearConnection | ( | ConnectionID | connToClear | ) | [virtual] |
Clears a connection.
- Parameters:
-
connToClear The ConnectionID of the connection to clear.
- Returns:
- A CSTAResponseInfo object.
virtual CSTAResponseInfo ConsultationCall | ( | ConnectionID | existingCall, | |
string | targetDevice | |||
) | [virtual] |
Instruct the PBX to do a consultation call.
- Parameters:
-
existingCall The connection id of the call for which the consultation call will be made. targetDevice Identifier (e.g., phone number) of the device that is the target of the consultation call.
- Returns:
- A CSTAResponseInfo object.
virtual CSTAResponseInfo DivertCall | ( | string | divertFrom, | |
string | divertTo | |||
) | [virtual] |
Diverts a call from a source to a destination.
- Parameters:
-
divertFrom Identifier (e.g., phone number) of the call to be diverted. divertTo Identifier (e.g., phone number) of the location to which the call is to be diverted.
- Returns:
- A CSTAResponseInfo object.
int EncodeROSERequestHeader | ( | CSTAResponseInfo | response, | |
Asn1BerEncodeBuffer | encodeBuffer, | |||
Phase2Opcodes.Opcodes | opcode | |||
) |
This method prepends a ROSE header to an already encoded phase 2 CSTA message.
- Parameters:
-
response A CSTAResponseInfo object, used to communicate any exception information back to the caller. encodeBuffer An Asn1BerEncodeBuffer instance containing the already encoded CSTA message. opcode The opcode enumeration for the operation that the encoded CSTA message describes.
- Returns:
- The length of the encoded message, including both the CSTA message and the ROSE header, or -1 if the encoding fails.
virtual CSTAResponseInfo MakeACSEAssociation | ( | ) | [virtual] |
Establish an ACSE association with the PBX.
- Returns:
- A CSTAResponseInfo object.
Reimplemented in Alcatel4400, and AlcatelOXO.
virtual CSTAResponseInfo MakeCall | ( | string | callingDevice, | |
string | calledDevice | |||
) | [virtual] |
Instruct the PBX to place a call.
- Parameters:
-
callingDevice Identifier (e.g., phone number) of the device making the call. calledDevice Identifier (e.g., phone number) of the device being called.
- Returns:
- A CSTAResponseInfo object.
virtual CSTAResponseInfo MonitorStart | ( | string | deviceToMonitor | ) | [virtual] |
Issues a MonitorStart request to the PBX.
- Parameters:
-
deviceToMonitor Identifier (e.g., telephone number) of the device to monitor.
- Returns:
- A CSTAResponseInfo object.
virtual CSTAResponseInfo MonitorStop | ( | string | monitoredDevice | ) | [virtual] |
This method stops all monitors active against the indicated device, regardless of what thread started the monitor. The method will only stop monitors started through the MonitorStart() method.
- Parameters:
-
monitoredDevice The monitored device (e.g., extension).
- Returns:
- If no problems are encountered, the method returns a CSTAResponseInfo object containing the response from the PBX for the LAST Monitor Stop message.
If any problems are encountered, the method returns a CSTAResponseInfo object containing information about the error, including any response from the PBX for the problematic Monitor Stop message.
virtual CSTAResponseInfo MonitorStop | ( | MonitorCrossRefID | crossRefID | ) | [virtual] |
Stop a previously started PBX monitor request.
- Parameters:
-
crossRefID The cross reference id of the monitor request as a MonitorCrossRefID object.
- Returns:
- A CSTAResponseInfo object.
virtual CSTAResponseInfo MonitorStop | ( | int | crossRefInt | ) | [virtual] |
Stop a previously started PBX monitor request.
- Parameters:
-
crossRefInt The cross reference id of the monitor request as an integer.
- Returns:
- A CSTAResponseInfo object.
virtual CSTAResponseInfo QueryDevice | ( | string | deviceToQuery | ) | [virtual] |
Queries a device.
- Parameters:
-
deviceToQuery The identification (e.g., phone number) of the device to query.
- Returns:
- A CSTAResponseInfo object.
virtual CSTAResponseInfo ReleaseACSEAssociation | ( | ) | [virtual] |
Releases an ACSE association with a PBX device.
- Returns:
- A CSTAResponseInfo object. For this message the connection with the PBX is closed, so null is returned.
virtual CSTAResponseInfo SnapshotDevice | ( | string | deviceToSnapshot | ) | [virtual] |
Instruct the PBX to take a snapshot of calls active at a device.
- Parameters:
-
deviceToSnapshot Identifier (e.g., phone number) of the device for which the snapshot is desired.
- Returns:
- A CSTAResponseInfo object.
virtual CSTAResponseInfo TransferCall | ( | string | heldDevice, | |
string | connectedDevice | |||
) | [virtual] |
Transfers a call from one device to another.
- Parameters:
-
heldDevice Identifier (e.g., phone number) of the device from which the call is transferred. connectedDevice Identifier (e.g., phone number) of the device to which the call is transferred.
- Returns:
- A CSTAResponseInfo object.
virtual CSTAResponseInfo TransferCall | ( | ConnectionID | initiatedCall, | |
ConnectionID | originalCall | |||
) | [virtual] |
Transfers a call. A consultation call must be done before calling this method.
- Parameters:
-
initiatedCall ConnectionID of the new call initiated by the consultation call. The initiatedCall member of the ConsultationCallResult class, for example, contains this ConnectionID. originalCall ConnectionID of the original call. The somewhat confusingly named callingDevice member of the MakeCallResult class contains this ConnectionID, as does the establishedConnection member of the EstablishedEvent class.
- Returns:
- A CSTAResponseInfo object.
Property Documentation
CSTAContext ThreadContext [get] |
The CSTAContext structure for this thread.