Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.imscf.cap2.config
Interface CallHandlingMBean


public interface CallHandlingMBean

Inteface for CallHandlingMBean

Author:
osnat CallHandlingMBean enables you to configure how a call is handled. NOTE: this code is autogenerated by createConfigMbeans.pl. Do not change it.

Method Summary
 int getActivityTestIntervalInSeconds()
          Specifies the time interval in seconds between two invocations of ActivityTest operation.
 java.lang.String getAddressPresentationRestrictionIndicatorOfGenericNumber()
          address presentation restriction indicator of generic number
 java.lang.String getBodyEncodingFormat()
          Specifies the method that the IM-SCF uses to encode IN parameters in the body of a SAL message.
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 java.lang.String getGsmScfAddress()
          Specifies gsmSCFAddress to be set in an EstablishTemporaryConnection (ETC) operation and InitiateCallAttempt (ICA) operation.
 java.lang.String getInternationalNetworkNumberIndicatorOfDestinationRoutingAddress()
          international network number indicator of destination routing address
 java.lang.String getNumberIncompleteIndicatorOfGenericNumber()
          number incomplete indicator of generic number
 java.lang.String getNumberingPlanIndicatorOfDestinationRoutingAddress()
          numbering plan indicator of destination routing address
 java.lang.String getNumberingPlanIndicatorOfGenericNumber()
          numbering plan indicator of generic number
 java.lang.String getNumberQualifierIndicatorOfGenericNumber()
          number qualifier indicator of generic number
 int getOeReactionIntervalInSeconds()
          Specifies the time period in seconds during which the IM-SCF waits for the OE to respond to SAL messages.
 java.lang.String getPAssertedIdentityDomainNameAddress()
          Defines the domain name to set in the P-Asserted-Identity header on the INVITE reqeust
 int getResetTimerIntervalInSeconds()
          Specifies the time period, in seconds, from receiving IN operation and till invoking the ResetTimer operation towards the SSF.
 java.lang.String getRrbcsmAccumulationMode()
          Specifies whether IM-SCF arms DPs using a single or multiple RRBCSM requests.
 java.lang.String getScreeningIndicatorOfGenericNumber()
          screening indicator of generic number
 int getUiResetTimerIntervalInSeconds()
          Specifies the time period, in seconds, from receiving IN operation and till invoking the ResetTimer operation towards the SSF in a User Interaction mode.
 java.lang.String getWaitForAssistRequestInstructionsAfterEstablishTemporaryConnection()
          Specifies whether the IM-SCF expect a ARI operation, following a ETC operation to the switch.
 int getWaitForAssistRequestInstructionsAfterEstablishTemporaryConnectionTimerInSeconds()
          Specifies the time period in seconds during which the IM-SCF waits for ARI operation, following a ETC operation to the switch.
 void setActivityTestIntervalInSeconds(int param)
          Specifies the time interval in seconds between two invocations of ActivityTest operation.
 void setAddressPresentationRestrictionIndicatorOfGenericNumber(java.lang.String param)
          address presentation restriction indicator of generic number
 void setBodyEncodingFormat(java.lang.String param)
          Specifies the method that the IM-SCF uses to encode IN parameters in the body of a SAL message.
 void setGsmScfAddress(java.lang.String param)
          Specifies gsmSCFAddress to be set in an EstablishTemporaryConnection (ETC) operation and InitiateCallAttempt (ICA) operation.
 void setInternationalNetworkNumberIndicatorOfDestinationRoutingAddress(java.lang.String param)
          international network number indicator of destination routing address
 void setNumberIncompleteIndicatorOfGenericNumber(java.lang.String param)
          number incomplete indicator of generic number
 void setNumberingPlanIndicatorOfDestinationRoutingAddress(java.lang.String param)
          numbering plan indicator of destination routing address
 void setNumberingPlanIndicatorOfGenericNumber(java.lang.String param)
          numbering plan indicator of generic number
 void setNumberQualifierIndicatorOfGenericNumber(java.lang.String param)
          number qualifier indicator of generic number
 void setOeReactionIntervalInSeconds(int param)
          Specifies the time period in seconds during which the IM-SCF waits for the OE to respond to SAL messages.
 void setPAssertedIdentityDomainNameAddress(java.lang.String param)
          Defines the domain name to set in the P-Asserted-Identity header on the INVITE reqeust
 void setResetTimerIntervalInSeconds(int param)
          Specifies the time period, in seconds, from receiving IN operation and till invoking the ResetTimer operation towards the SSF.
 void setRrbcsmAccumulationMode(java.lang.String param)
          Specifies whether IM-SCF arms DPs using a single or multiple RRBCSM requests.
 void setScreeningIndicatorOfGenericNumber(java.lang.String param)
          screening indicator of generic number
 void setUiResetTimerIntervalInSeconds(int param)
          Specifies the time period, in seconds, from receiving IN operation and till invoking the ResetTimer operation towards the SSF in a User Interaction mode.
 void setWaitForAssistRequestInstructionsAfterEstablishTemporaryConnection(java.lang.String param)
          Specifies whether the IM-SCF expect a ARI operation, following a ETC operation to the switch.
 void setWaitForAssistRequestInstructionsAfterEstablishTemporaryConnectionTimerInSeconds(int param)
          Specifies the time period in seconds during which the IM-SCF waits for ARI operation, following a ETC operation to the switch.

 

Method Detail

getOeReactionIntervalInSeconds

int getOeReactionIntervalInSeconds()
                                   throws java.io.IOException
Specifies the time period in seconds during which the IM-SCF waits for the OE to respond to SAL messages. When this timer expires, IM-SCF decides how to handle existing session (Continue or Release) according to the configuration settings. Default value: 100
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setOeReactionIntervalInSeconds

void setOeReactionIntervalInSeconds(int param)
                                    throws java.io.IOException
Specifies the time period in seconds during which the IM-SCF waits for the OE to respond to SAL messages. When this timer expires, IM-SCF decides how to handle existing session (Continue or Release) according to the configuration settings. Default value: 100
Parameters:
param -
Throws:
java.io.IOException

getPAssertedIdentityDomainNameAddress

java.lang.String getPAssertedIdentityDomainNameAddress()
                                                       throws java.io.IOException
Defines the domain name to set in the P-Asserted-Identity header on the INVITE reqeust
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setPAssertedIdentityDomainNameAddress

void setPAssertedIdentityDomainNameAddress(java.lang.String param)
                                           throws java.io.IOException
Defines the domain name to set in the P-Asserted-Identity header on the INVITE reqeust
Parameters:
param -
Throws:
java.io.IOException

getBodyEncodingFormat

java.lang.String getBodyEncodingFormat()
                                       throws java.io.IOException
Specifies the method that the IM-SCF uses to encode IN parameters in the body of a SAL message. Possible values: BER, XER, NONE
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setBodyEncodingFormat

void setBodyEncodingFormat(java.lang.String param)
                           throws java.io.IOException
Specifies the method that the IM-SCF uses to encode IN parameters in the body of a SAL message. Possible values: BER, XER, NONE
Parameters:
param -
Throws:
java.io.IOException

getRrbcsmAccumulationMode

java.lang.String getRrbcsmAccumulationMode()
                                           throws java.io.IOException
Specifies whether IM-SCF arms DPs using a single or multiple RRBCSM requests. Possible values: true, false
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setRrbcsmAccumulationMode

void setRrbcsmAccumulationMode(java.lang.String param)
                               throws java.io.IOException
Specifies whether IM-SCF arms DPs using a single or multiple RRBCSM requests. Possible values: true, false
Parameters:
param -
Throws:
java.io.IOException

getActivityTestIntervalInSeconds

int getActivityTestIntervalInSeconds()
                                     throws java.io.IOException
Specifies the time interval in seconds between two invocations of ActivityTest operation. Set to 0 to prevent sending of ActivityTest.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setActivityTestIntervalInSeconds

void setActivityTestIntervalInSeconds(int param)
                                      throws java.io.IOException
Specifies the time interval in seconds between two invocations of ActivityTest operation. Set to 0 to prevent sending of ActivityTest.
Parameters:
param -
Throws:
java.io.IOException

getInternationalNetworkNumberIndicatorOfDestinationRoutingAddress

java.lang.String getInternationalNetworkNumberIndicatorOfDestinationRoutingAddress()
                                                                                   throws java.io.IOException
international network number indicator of destination routing address
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setInternationalNetworkNumberIndicatorOfDestinationRoutingAddress

void setInternationalNetworkNumberIndicatorOfDestinationRoutingAddress(java.lang.String param)
                                                                       throws java.io.IOException
international network number indicator of destination routing address
Parameters:
param -
Throws:
java.io.IOException

getNumberingPlanIndicatorOfDestinationRoutingAddress

java.lang.String getNumberingPlanIndicatorOfDestinationRoutingAddress()
                                                                      throws java.io.IOException
numbering plan indicator of destination routing address
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setNumberingPlanIndicatorOfDestinationRoutingAddress

void setNumberingPlanIndicatorOfDestinationRoutingAddress(java.lang.String param)
                                                          throws java.io.IOException
numbering plan indicator of destination routing address
Parameters:
param -
Throws:
java.io.IOException

getNumberingPlanIndicatorOfGenericNumber

java.lang.String getNumberingPlanIndicatorOfGenericNumber()
                                                          throws java.io.IOException
numbering plan indicator of generic number
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setNumberingPlanIndicatorOfGenericNumber

void setNumberingPlanIndicatorOfGenericNumber(java.lang.String param)
                                              throws java.io.IOException
numbering plan indicator of generic number
Parameters:
param -
Throws:
java.io.IOException

getNumberIncompleteIndicatorOfGenericNumber

java.lang.String getNumberIncompleteIndicatorOfGenericNumber()
                                                             throws java.io.IOException
number incomplete indicator of generic number
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setNumberIncompleteIndicatorOfGenericNumber

void setNumberIncompleteIndicatorOfGenericNumber(java.lang.String param)
                                                 throws java.io.IOException
number incomplete indicator of generic number
Parameters:
param -
Throws:
java.io.IOException

getScreeningIndicatorOfGenericNumber

java.lang.String getScreeningIndicatorOfGenericNumber()
                                                      throws java.io.IOException
screening indicator of generic number
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setScreeningIndicatorOfGenericNumber

void setScreeningIndicatorOfGenericNumber(java.lang.String param)
                                          throws java.io.IOException
screening indicator of generic number
Parameters:
param -
Throws:
java.io.IOException

getAddressPresentationRestrictionIndicatorOfGenericNumber

java.lang.String getAddressPresentationRestrictionIndicatorOfGenericNumber()
                                                                           throws java.io.IOException
address presentation restriction indicator of generic number
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setAddressPresentationRestrictionIndicatorOfGenericNumber

void setAddressPresentationRestrictionIndicatorOfGenericNumber(java.lang.String param)
                                                               throws java.io.IOException
address presentation restriction indicator of generic number
Parameters:
param -
Throws:
java.io.IOException

getNumberQualifierIndicatorOfGenericNumber

java.lang.String getNumberQualifierIndicatorOfGenericNumber()
                                                            throws java.io.IOException
number qualifier indicator of generic number
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setNumberQualifierIndicatorOfGenericNumber

void setNumberQualifierIndicatorOfGenericNumber(java.lang.String param)
                                                throws java.io.IOException
number qualifier indicator of generic number
Parameters:
param -
Throws:
java.io.IOException

getWaitForAssistRequestInstructionsAfterEstablishTemporaryConnectionTimerInSeconds

int getWaitForAssistRequestInstructionsAfterEstablishTemporaryConnectionTimerInSeconds()
                                                                                       throws java.io.IOException
Specifies the time period in seconds during which the IM-SCF waits for ARI operation, following a ETC operation to the switch.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setWaitForAssistRequestInstructionsAfterEstablishTemporaryConnectionTimerInSeconds

void setWaitForAssistRequestInstructionsAfterEstablishTemporaryConnectionTimerInSeconds(int param)
                                                                                        throws java.io.IOException
Specifies the time period in seconds during which the IM-SCF waits for ARI operation, following a ETC operation to the switch.
Parameters:
param -
Throws:
java.io.IOException

getWaitForAssistRequestInstructionsAfterEstablishTemporaryConnection

java.lang.String getWaitForAssistRequestInstructionsAfterEstablishTemporaryConnection()
                                                                                      throws java.io.IOException
Specifies whether the IM-SCF expect a ARI operation, following a ETC operation to the switch. Possible values: true, false
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setWaitForAssistRequestInstructionsAfterEstablishTemporaryConnection

void setWaitForAssistRequestInstructionsAfterEstablishTemporaryConnection(java.lang.String param)
                                                                          throws java.io.IOException
Specifies whether the IM-SCF expect a ARI operation, following a ETC operation to the switch. Possible values: true, false
Parameters:
param -
Throws:
java.io.IOException

getResetTimerIntervalInSeconds

int getResetTimerIntervalInSeconds()
                                   throws java.io.IOException
Specifies the time period, in seconds, from receiving IN operation and till invoking the ResetTimer operation towards the SSF.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setResetTimerIntervalInSeconds

void setResetTimerIntervalInSeconds(int param)
                                    throws java.io.IOException
Specifies the time period, in seconds, from receiving IN operation and till invoking the ResetTimer operation towards the SSF.
Parameters:
param -
Throws:
java.io.IOException

getUiResetTimerIntervalInSeconds

int getUiResetTimerIntervalInSeconds()
                                     throws java.io.IOException
Specifies the time period, in seconds, from receiving IN operation and till invoking the ResetTimer operation towards the SSF in a User Interaction mode.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setUiResetTimerIntervalInSeconds

void setUiResetTimerIntervalInSeconds(int param)
                                      throws java.io.IOException
Specifies the time period, in seconds, from receiving IN operation and till invoking the ResetTimer operation towards the SSF in a User Interaction mode.
Parameters:
param -
Throws:
java.io.IOException

getGsmScfAddress

java.lang.String getGsmScfAddress()
                                  throws java.io.IOException
Specifies gsmSCFAddress to be set in an EstablishTemporaryConnection (ETC) operation and InitiateCallAttempt (ICA) operation.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setGsmScfAddress

void setGsmScfAddress(java.lang.String param)
                      throws java.io.IOException
Specifies gsmSCFAddress to be set in an EstablishTemporaryConnection (ETC) operation and InitiateCallAttempt (ICA) operation.
Parameters:
param -
Throws:
java.io.IOException

getDeploymentName

java.lang.String getDeploymentName()
return the Module instance name that this MBean configures
Returns:
String

Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.