Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.imscf.cs1.config
Interface SipMBean


public interface SipMBean

Inteface for SipMBean

Author:
osnat NOTE: this code is autogenerated by createConfigMbeans.pl. Do not change it.

Method Summary
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 int getMaxCallDurationTimeoutIntervalInMinutes()
          Specifies the maximum duration of established calls which are measured from OK to BYE.
 int getT2TimeoutIntervalSeconds()
          Specifies a maximum retransmission interval for non-INVITE requests and INVITE responses.
 int getT7TimeoutIntervalSeconds()
          Specifies the time period in seconds during which the IM-ASF SIP waits for the first SIP provisional response (except for 100) after sending an INVITE request.
 int getT9TimeoutIntervalSeconds()
          Specifies the time period in seconds during which the IM-ASF SIP waits for an OK response or any call release response (for example, ERROR) after sending an INVITE request.
 void setMaxCallDurationTimeoutIntervalInMinutes(int param)
          Specifies the maximum duration of established calls which are measured from OK to BYE.
 void setT2TimeoutIntervalSeconds(int param)
          Specifies a maximum retransmission interval for non-INVITE requests and INVITE responses.
 void setT7TimeoutIntervalSeconds(int param)
          Specifies the time period in seconds during which the IM-ASF SIP waits for the first SIP provisional response (except for 100) after sending an INVITE request.
 void setT9TimeoutIntervalSeconds(int param)
          Specifies the time period in seconds during which the IM-ASF SIP waits for an OK response or any call release response (for example, ERROR) after sending an INVITE request.

 

Method Detail

getT2TimeoutIntervalSeconds

int getT2TimeoutIntervalSeconds()
                                throws java.io.IOException
Specifies a maximum retransmission interval for non-INVITE requests and INVITE responses.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setT2TimeoutIntervalSeconds

void setT2TimeoutIntervalSeconds(int param)
                                 throws java.io.IOException
Specifies a maximum retransmission interval for non-INVITE requests and INVITE responses.
Parameters:
param -
Throws:
java.io.IOException

getT7TimeoutIntervalSeconds

int getT7TimeoutIntervalSeconds()
                                throws java.io.IOException
Specifies the time period in seconds during which the IM-ASF SIP waits for the first SIP provisional response (except for 100) after sending an INVITE request.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setT7TimeoutIntervalSeconds

void setT7TimeoutIntervalSeconds(int param)
                                 throws java.io.IOException
Specifies the time period in seconds during which the IM-ASF SIP waits for the first SIP provisional response (except for 100) after sending an INVITE request.
Parameters:
param -
Throws:
java.io.IOException

getT9TimeoutIntervalSeconds

int getT9TimeoutIntervalSeconds()
                                throws java.io.IOException
Specifies the time period in seconds during which the IM-ASF SIP waits for an OK response or any call release response (for example, ERROR) after sending an INVITE request.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setT9TimeoutIntervalSeconds

void setT9TimeoutIntervalSeconds(int param)
                                 throws java.io.IOException
Specifies the time period in seconds during which the IM-ASF SIP waits for an OK response or any call release response (for example, ERROR) after sending an INVITE request.
Parameters:
param -
Throws:
java.io.IOException

getMaxCallDurationTimeoutIntervalInMinutes

int getMaxCallDurationTimeoutIntervalInMinutes()
                                               throws java.io.IOException
Specifies the maximum duration of established calls which are measured from OK to BYE. When this timer expires, IM-ASF SIP releases the session.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setMaxCallDurationTimeoutIntervalInMinutes

void setMaxCallDurationTimeoutIntervalInMinutes(int param)
                                                throws java.io.IOException
Specifies the maximum duration of established calls which are measured from OK to BYE. When this timer expires, IM-ASF SIP releases the session.
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.