Dialog.State
Modifier and Type | Method and Description |
---|---|
int |
sendActivateServiceFiltering(long timeout,
CS1ActivateServiceFilteringArg argument)
Issues an activateServiceFiltering operation request on the dialog.
|
void |
sendActivateServiceFilteringResponse(int invokeId)
Issues a response to an activateServiceFiltering operation on the dialog.
|
int |
sendCollectInformation(CS1CollectInformationArg argument)
Issues a collectInformation operation request on the dialog.
|
int |
sendEventNotificationCharging(CS1EventNotificationChargingArg argument)
Issues an eventNotificationCharging operation request on the dialog.
|
int |
sendInitiateCallAttempt(CS1InitiateCallAttemptArg argument)
Issues an initiateCallAttempt operation request on the dialog.
|
int |
sendRequestNotificationChargingEvent(CS1ChargingEvent[] argument)
Issues a requestNotificationChargingEvent operation request on the dialog.
|
int |
sendServiceFilteringResponse(CS1ServiceFilteringResponseArg argument)
Issues a serviceFilteringResponse operation request on the dialog.
|
sendActivityTest, sendActivityTestResponse, sendApplyCharging, sendApplyChargingReport, sendAssistRequestInstructions, sendCallGap, sendCallInformationReport, sendCallInformationRequest, sendCancel, sendCancelFailedError, sendCancelledError, sendConnect, sendConnectToResource, sendContinue, sendDisconnectForwardConnection, sendEstablishTemporaryConnection, sendETCFailedError, sendEventReportBCSM, sendFurnishChargingInformation, sendImproperCallerResponseError, sendInitialDP, sendMissingCustomerRecordError, sendMissingParameterError, sendParameterOutOfRangeError, sendPlayAnnouncement, sendPromptAndCollectUserInformation, sendPromptAndCollectUserInformationResponse, sendReleaseCall, sendRequestedInfoErrorError, sendRequestReportBCSMEvent, sendResetTimer, sendSendChargingInformation, sendSpecializedResourceReport, sendSystemFailureError, sendTaskRefusedError, sendUnavailableResourceError, sendUnexpectedComponentSequenceError, sendUnexpectedDataValueError, sendUnexpectedParameterError, sendUnknownLegIDError
acceptDialog, acceptDialog, equals, getApplicationContext, getApplicationContextName, getDialogID, getDialogState, getLocalTransactionID, getMTPPriority, getProvider, getRemoteTransactionID, getSCCPClass, getSCCPReturnOption, hashCode, isStateless, refuseDialog, refuseDialog, sendClose, sendDelimiter, sendError, sendInvoke, sendResult, sendUserAbort, setActivityTimeout, setMTPPriority, setRemoteAddress, setSCCPClass, setSCCPReturnOption, toString
int sendActivateServiceFiltering(long timeout, CS1ActivateServiceFilteringArg argument) throws TooManyInvokesException, ProtocolException
timeout
- invoke timeout, in milliseconds; 0 uses the RA defaultargument
- argument valueTooManyInvokesException
- if no free invoke id is available on this dialogProtocolException
- if the RA was unable to send the invoke for some reasonvoid sendActivateServiceFilteringResponse(int invokeId) throws ProtocolException
invokeId
- TCAP invoke ID for the operationProtocolException
- if the RA was unable to send the response for some reasonint sendCollectInformation(CS1CollectInformationArg argument) throws TooManyInvokesException, ProtocolException
argument
- argument valueTooManyInvokesException
- if no free invoke id is available on this dialogProtocolException
- if the RA was unable to send the invoke for some reasonint sendEventNotificationCharging(CS1EventNotificationChargingArg argument) throws TooManyInvokesException, ProtocolException
argument
- argument valueTooManyInvokesException
- if no free invoke id is available on this dialogProtocolException
- if the RA was unable to send the invoke for some reasonint sendInitiateCallAttempt(CS1InitiateCallAttemptArg argument) throws TooManyInvokesException, ProtocolException
argument
- argument valueTooManyInvokesException
- if no free invoke id is available on this dialogProtocolException
- if the RA was unable to send the invoke for some reasonint sendRequestNotificationChargingEvent(CS1ChargingEvent[] argument) throws TooManyInvokesException, ProtocolException
argument
- argument valueTooManyInvokesException
- if no free invoke id is available on this dialogProtocolException
- if the RA was unable to send the invoke for some reasonint sendServiceFilteringResponse(CS1ServiceFilteringResponseArg argument) throws TooManyInvokesException, ProtocolException
argument
- argument valueTooManyInvokesException
- if no free invoke id is available on this dialogProtocolException
- if the RA was unable to send the invoke for some reason