Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.imscf.ain01.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
 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 getCalledPartySipUserPartForOriginationAttempt()
          Specifies the user part set in Invite RequestURI on originationAttempt
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 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
 java.lang.String getResponseOperationForInfoanalyzed()
          Specifies whether IM-SCF uses Continue or AnalyzeRoute as a response to calls initiated by Infoanalyzd when the realized called number has not changed
 java.lang.String getResponseOperationForInfocollected()
          Specifies whether IM-SCF uses Continue or AnalyzeRoute as a response to calls initiated by Infocollected when the realized called number has not changed
 java.lang.String getResponseOperationForNetworkbusy()
          Specifies whether IM-SCF uses Continue or AnalyzeRoute as a response to calls initiated by Networkbusy
 java.lang.String getResponseOperationForOriginationattempt()
          Specifies whether IM-SCF uses Continue or AnalyzeRoute as a response to calls initiated by Originationattempt
 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 setCalledPartySipUserPartForOriginationAttempt(java.lang.String param)
          Specifies the user part set in Invite RequestURI on originationAttempt
 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 setResponseOperationForInfoanalyzed(java.lang.String param)
          Specifies whether IM-SCF uses Continue or AnalyzeRoute as a response to calls initiated by Infoanalyzd when the realized called number has not changed
 void setResponseOperationForInfocollected(java.lang.String param)
          Specifies whether IM-SCF uses Continue or AnalyzeRoute as a response to calls initiated by Infocollected when the realized called number has not changed
 void setResponseOperationForNetworkbusy(java.lang.String param)
          Specifies whether IM-SCF uses Continue or AnalyzeRoute as a response to calls initiated by Networkbusy
 void setResponseOperationForOriginationattempt(java.lang.String param)
          Specifies whether IM-SCF uses Continue or AnalyzeRoute as a response to calls initiated by Originationattempt

 

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

getResponseOperationForInfoanalyzed

java.lang.String getResponseOperationForInfoanalyzed()
                                                     throws java.io.IOException
Specifies whether IM-SCF uses Continue or AnalyzeRoute as a response to calls initiated by Infoanalyzd when the realized called number has not changed
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setResponseOperationForInfoanalyzed

void setResponseOperationForInfoanalyzed(java.lang.String param)
                                         throws java.io.IOException
Specifies whether IM-SCF uses Continue or AnalyzeRoute as a response to calls initiated by Infoanalyzd when the realized called number has not changed
Parameters:
param -
Throws:
java.io.IOException

getResponseOperationForInfocollected

java.lang.String getResponseOperationForInfocollected()
                                                      throws java.io.IOException
Specifies whether IM-SCF uses Continue or AnalyzeRoute as a response to calls initiated by Infocollected when the realized called number has not changed
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setResponseOperationForInfocollected

void setResponseOperationForInfocollected(java.lang.String param)
                                          throws java.io.IOException
Specifies whether IM-SCF uses Continue or AnalyzeRoute as a response to calls initiated by Infocollected when the realized called number has not changed
Parameters:
param -
Throws:
java.io.IOException

getResponseOperationForOriginationattempt

java.lang.String getResponseOperationForOriginationattempt()
                                                           throws java.io.IOException
Specifies whether IM-SCF uses Continue or AnalyzeRoute as a response to calls initiated by Originationattempt
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setResponseOperationForOriginationattempt

void setResponseOperationForOriginationattempt(java.lang.String param)
                                               throws java.io.IOException
Specifies whether IM-SCF uses Continue or AnalyzeRoute as a response to calls initiated by Originationattempt
Parameters:
param -
Throws:
java.io.IOException

getResponseOperationForNetworkbusy

java.lang.String getResponseOperationForNetworkbusy()
                                                    throws java.io.IOException
Specifies whether IM-SCF uses Continue or AnalyzeRoute as a response to calls initiated by Networkbusy
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setResponseOperationForNetworkbusy

void setResponseOperationForNetworkbusy(java.lang.String param)
                                        throws java.io.IOException
Specifies whether IM-SCF uses Continue or AnalyzeRoute as a response to calls initiated by Networkbusy
Parameters:
param -
Throws:
java.io.IOException

getCalledPartySipUserPartForOriginationAttempt

java.lang.String getCalledPartySipUserPartForOriginationAttempt()
                                                                throws java.io.IOException
Specifies the user part set in Invite RequestURI on originationAttempt
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setCalledPartySipUserPartForOriginationAttempt

void setCalledPartySipUserPartForOriginationAttempt(java.lang.String param)
                                                    throws java.io.IOException
Specifies the user part set in Invite RequestURI on originationAttempt
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.