CSTADLL
2.5.0
|
Properties | |
byte [] | ResponseFromPBX [get, set] |
List< byte[]> | ResponsesFromPBX [get, set] |
List< byte[]> | ResponsesFromUA [get, set] |
int | StatusCode [get, set] |
string | StatusMessage [get, set] |
string | XMLResponseFromPBX [get, set] |
string | XMLResponseFromUA [get, set] |
List< string > | XMLResponsesFromPBX [get, set] |
Contains information about a PBX operation that was attempted.
|
getset |
Contains the response from the PBX for messages that generate a single atomic response, or the immediate acknowledgement response for messages that generate multiple data responses (e.g., Get Switching Function Devices). If a message that normally generates multiple response segments encounters an error (e.g., the PBX rejects the message), then the single error message returned by the PBX will be in this property; the ResponsesFromPBX property will be null.
For CSTA operations this property is simply a reference to the ResponseFromPBX property of the thread's CSTAContext object. If the value of that property changes, then the value of this property changes.
|
getset |
Contains the responses from the PBX for messages that generate multiple response segments (e.g., Get Switching Function Devices). If such a message encounters an error (e.g., the PBX rejects the message), then the single error message returned by the PBX will be in the ResponseFromPBX property; this property will be null. In all cases the first response, which is the acknowledgement message from the PBX, will be in the ResponseFromPBX property.
This property is simply a reference to the ResponsesFromPBX property of the thread's CSTAContext object. If the value of that property changes, then the value of this property changes.
|
getset |
Contains the responses from the UA for messages that generate multiple response segments (e.g., Get Switching Function Devices). If such a message encounters an error (e.g., the UA rejects the message), then the single error message returned by the UA will be in the ResponseFromUA property; this property will be null. In all cases the first response, which is the acknowledgement message from the UA, will be in the ResponseFromUA property.
This property is simply a reference to the ResponsesFromPBX property of the thread's CSTAContext object. If the value of that property changes, then the value of this property changes.
|
getset |
A numeric status code. A value less than zero indicates that something went wrong during the attempted operation.
Referenced by GenericXMLed3.AcceptCall(), GenericXMLed3.AnswerCall(), GenericXMLed3.ClearConnection(), GenericXMLed3.ClearDoNotDisturb(), GenericXMLed3.ClearForwarding(), GenericXMLed3.ClearMessageWaiting(), GenericXMLed3.ConferenceCall(), GenericXMLed3.ConsultationCall(), GenericXMLed3.EncodeRequestSystemStatus(), GenericXMLed3.EncodeSetOrClearFwdRequest(), GenericXMLed3.EncodeStartSession(), GenericXMLed3.GetAgentState(), GenericXMLed3.GetDoNotDisturb(), GenericXMLed3.GetLogicalDevInfo(), GenericXMLed3.GetPhysicalDevInfo(), GenericXMLed3.GetSFDevices(), GenericXMLed3.HoldCall(), uaXMLed3.Invite(), GenericXMLed3.MakeCall(), VodiaSNOMOne.MonitorStart(), GenericXMLed3.MonitorStart(), GenericXMLed3.MonitorStop(), GenericXMLed3.MonitorStopAtDevice(), GenericXMLed3.RequestSystemStatus(), GenericXMLed3.RetrieveCall(), GenericXMLed3.RingDevice(), GenericXMLed3.SendData(), GenericXMLed3.SendStoredCDR(), GenericXMLed3.SetAgentState(), GenericXMLed3.SetDisplay(), GenericXMLed3.SetDoNotDisturb(), GenericXMLed3.SetForwarding(), GenericXMLed3.SetMessageWaiting(), GenericXMLed3.SingleStepTransfer(), GenericXMLed3.SnapshotCall(), GenericXMLed3.SnapshotDevice(), GenericXMLed3.StartCDRTransmission(), GenericXMLed3.StartDataPath(), VodiaSNOMOne.StartSession(), GenericXMLed3.StartSession(), GenericXMLed3.StopCDRTransmission(), GenericXMLed3.StopDataPath(), GenericXMLed3.StopRing(), GenericXMLed3.StopSession(), and GenericXMLed3.TransferCall().
|
getset |
Text containing information about a PBX operation that has completed, either successfully or not.
Referenced by GenericXMLed3.AcceptCall(), GenericXMLed3.AnswerCall(), GenericXMLed3.ClearConnection(), GenericXMLed3.ClearDoNotDisturb(), GenericXMLed3.ClearForwarding(), GenericXMLed3.ClearMessageWaiting(), GenericXMLed3.ConferenceCall(), GenericXMLed3.ConsultationCall(), GenericXMLed3.EncodeAcceptCall(), GenericXMLed3.EncodeAnswerCall(), GenericXMLed3.EncodeClearConnection(), GenericXMLed3.EncodeConferenceCall(), GenericXMLed3.EncodeConsultationCall(), GenericXMLed3.EncodeGetAgentState(), GenericXMLed3.EncodeGetDND(), GenericXMLed3.EncodeGetLogicalDevInfo(), GenericXMLed3.EncodeGetPhysicalDevInfo(), GenericXMLed3.EncodeGetSFDevices(), GenericXMLed3.EncodeHoldCall(), GenericXMLed3.EncodeMakeCall(), GenericXMLed3.EncodeMonitorStart(), GenericXMLed3.EncodeMonitorStop(), GenericXMLed3.EncodeRequestSystemStatus(), GenericXMLed3.EncodeRetrieveCall(), GenericXMLed3.EncodeSendData(), GenericXMLed3.EncodeSendStoredCDR(), GenericXMLed3.EncodeSetAgentState(), GenericXMLed3.EncodeSetDisplay(), GenericXMLed3.EncodeSetDND(), GenericXMLed3.EncodeSetMsgWaiting(), GenericXMLed3.EncodeSetOrClearFwdRequest(), GenericXMLed3.EncodeSetRingerStatus(), GenericXMLed3.EncodeSingleStepTransfer(), GenericXMLed3.EncodeSnapshotCall(), GenericXMLed3.EncodeSnapshotDevice(), GenericXMLed3.EncodeStartCDRTrans(), GenericXMLed3.EncodeStartDataPath(), GenericXMLed3.EncodeStartSession(), GenericXMLed3.EncodeStopCDRTrans(), GenericXMLed3.EncodeStopDataPath(), GenericXMLed3.EncodeStopSession(), GenericXMLed3.EncodeTransferCall(), GenericXMLed3.GetAgentState(), GenericXMLed3.GetDoNotDisturb(), GenericXMLed3.GetLogicalDevInfo(), GenericXMLed3.GetPhysicalDevInfo(), GenericXMLed3.GetSFDevices(), GenericXMLed3.HoldCall(), uaXMLed3.Invite(), GenericXMLed3.MakeCall(), VodiaSNOMOne.MonitorStart(), GenericXMLed3.MonitorStart(), GenericXMLed3.MonitorStop(), GenericXMLed3.MonitorStopAtDevice(), GenericXMLed3.RequestSystemStatus(), GenericXMLed3.RetrieveCall(), GenericXMLed3.RingDevice(), GenericXMLed3.SendData(), GenericXMLed3.SendStoredCDR(), GenericXMLed3.SetAgentState(), GenericXMLed3.SetDisplay(), GenericXMLed3.SetDoNotDisturb(), GenericXMLed3.SetForwarding(), GenericXMLed3.SetMessageWaiting(), GenericXMLed3.SingleStepTransfer(), GenericXMLed3.SnapshotCall(), GenericXMLed3.SnapshotDevice(), GenericXMLed3.StartCDRTransmission(), GenericXMLed3.StartDataPath(), VodiaSNOMOne.StartSession(), GenericXMLed3.StartSession(), GenericXMLed3.StopCDRTransmission(), GenericXMLed3.StopDataPath(), GenericXMLed3.StopRing(), GenericXMLed3.StopSession(), and GenericXMLed3.TransferCall().
|
getset |
Contains the response from the PBX for messages that generate a single atomic XML response, or the immediate XML acknowledgement response for messages that generate multiple XML data responses (e.g., GetSwitchingFunctionDevices). If a message that normally generates multiple response segments encounters an error (e.g., the PBX rejects the message), then the single error message returned by the PBX will be in this property; the ResponsesFromPBX property will be null.
For CSTA operations this property is simply a reference to the XMLResponseFromPBX property of the thread's CSTAContext object. If the value of that property changes, then the value of this property changes.
Referenced by GenericXMLed3.AcceptCall(), GenericXMLed3.AnswerCall(), GenericXMLed3.ClearConnection(), GenericXMLed3.ClearDoNotDisturb(), GenericXMLed3.ClearForwarding(), GenericXMLed3.ClearMessageWaiting(), GenericXMLed3.ConferenceCall(), GenericXMLed3.ConsultationCall(), GenericXMLed3.EncodeSetOrClearFwdRequest(), GenericXMLed3.GetAgentState(), GenericXMLed3.GetDoNotDisturb(), GenericXMLed3.GetLogicalDevInfo(), GenericXMLed3.GetPhysicalDevInfo(), GenericXMLed3.GetSFDevices(), GenericXMLed3.HoldCall(), uaXMLed3.Invite(), GenericXMLed3.MakeCall(), VodiaSNOMOne.MonitorStart(), GenericXMLed3.MonitorStart(), GenericXMLed3.MonitorStop(), GenericXMLed3.RequestSystemStatus(), GenericXMLed3.RetrieveCall(), GenericXMLed3.RingDevice(), GenericXMLed3.SendData(), GenericXMLed3.SendStoredCDR(), GenericXMLed3.SetAgentState(), GenericXMLed3.SetDisplay(), GenericXMLed3.SetDoNotDisturb(), GenericXMLed3.SetForwarding(), GenericXMLed3.SetMessageWaiting(), GenericXMLed3.SingleStepTransfer(), GenericXMLed3.SnapshotCall(), GenericXMLed3.SnapshotDevice(), GenericXMLed3.StartCDRTransmission(), GenericXMLed3.StartDataPath(), VodiaSNOMOne.StartSession(), GenericXMLed3.StartSession(), GenericXMLed3.StopCDRTransmission(), GenericXMLed3.StopDataPath(), GenericXMLed3.StopRing(), GenericXMLed3.StopSession(), and GenericXMLed3.TransferCall().
|
getset |
Contains the response from the UA for messages that generate a single atomic XML response, or the immediate XML acknowledgement response for messages that generate multiple XML data responses (e.g., GetSwitchingFunctionDevices). If a message that normally generates multiple response segments encounters an error (e.g., the UA rejects the message), then the single error message returned by the UA will be in this property; the ResponsesFromUA property will be null.
For CSTA operations this property is simply a reference to the XMLResponseFromPBX property of the thread's CSTAContext object. If the value of that property changes, then the value of this property changes.
|
getset |
Contains the responses from the PBX for messages that generate multiple XML response segments (e.g., GetSwitchingFunctionDevices). If such a message encounters an error (e.g., the PBX rejects the message), then the single error message returned by the PBX will be in the ResponseFromPBX property; this property will be null. In all cases the first response, which is the acknowledgement message from the PBX, will be in the ResponseFromPBX property.
This property is simply a reference to the XMLResponsesFromPBX property of the thread's CSTAContext object. If the value of that property changes, then the value of this property changes.
Referenced by GenericXMLed3.GetSFDevices(), GenericXMLed3.SnapshotCall(), and GenericXMLed3.SnapshotDevice().