|
Oracle Communications Services Gatekeeper OAM Java API Reference 6.0 E55516-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
MBean interface for TPC MPCC traffic path.
Field Summary | |
static boolean |
callingParticipantNameMandantory Indicates whether the callingParticipantName parameter of makeCallSession operation is used as the original address. |
static boolean |
changeMediaAllowed Indicates whether an end user can change the media types used in a call. |
static boolean |
chargingAllowed Specifies if charging is allowed or not. |
static boolean |
maximumDurationEnforced Indicates whether a call whose duration exceeds the maximum value will be forced to hang up. |
static int |
maximumParticipants Maximum number of participants which a session can serve. |
static boolean |
multiMediaSupported Indicates whether multimedia is supported and whether an application can change the media types used in a call. |
static int |
statusRetentionTime Specifies the length of time, in second, to retain status after the termination of the call. |
Method Summary | |
void |
configCallGetInfoReq(boolean supported, boolean pCallInfoTimes, boolean pCallInfoReleaseCause) Customized parameters for IpMultiPartyCall's getInfoReq operation. |
void |
configLegGetInfoReq(boolean supported, boolean pCallLegInfoTimes, boolean pCallLegInfoReleaseCause, boolean pCallLegInfoAddress, boolean pCallLegInfoAppInfo) Customized parameters for IpCallLeg's getInfoReq operation. |
String |
countPendingCallSession() Gets the count of unterminated call sessions for this plug-in instance. |
String |
getCallGetInfoReqConfig() Retrieves the current configuration for the IpCallLeg's getInfoReq operation. |
boolean |
getCallingParticipantNameMandantory() |
String[] |
getCallLegs(String callSessionId) Retrieves all call legs with the specified call session ID. |
String |
getCallLegSessionInfo(String callLegSessionId) Retrieves call leg session info with the specified call leg session ID. |
String |
getCallSessionInfo(String callSessionId) Retrieves call session info with the specified call session ID. |
boolean |
getChangeMediaAllowed() |
boolean |
getChargingAllowed() |
String |
getLegGetInfoReqConfig() Retrieves the current configuration for the IpCallLeg's getInfoReq operation. |
boolean |
getMaximumDurationEnforced() |
int |
getMaximumParticipants() |
boolean |
getMultiMediaSupported() |
int |
getStatusRetentionTime() |
String[] |
listCallSessionIds() Lists all the callSessionIds in the system. |
void |
setCallingParticipantNameMandantory(boolean callingParticipantNameMandantory) |
void |
setChangeMediaAllowed(boolean chageMediaAllowed) |
void |
setChargingAllowed(boolean allowed) |
void |
setMaximumDurationEnforced(boolean maximumDurationEnforced) |
void |
setMaximumParticipants(int maximumParticipants) |
void |
setMultiMediaSupported(boolean supported) |
void |
setStatusRetentionTime(int t) |
Field Detail |
public static final boolean callingParticipantNameMandantory
public static final boolean changeMediaAllowed
public static final boolean chargingAllowed
public static final boolean maximumDurationEnforced
public static final int maximumParticipants
public static final boolean multiMediaSupported
public static final int statusRetentionTime
Method Detail |
public void configCallGetInfoReq(boolean supported, boolean pCallInfoTimes, boolean pCallInfoReleaseCause) throws ManagementException
supported
- True if IpMultiPartyCall's getInfoReq operation is supported.pCallInfoTimes
- enables the P_CALL_INFO_TIMES tag.pCallInfoReleaseCause
- enables the P_CALL_INFO_RELEASE_CAUSE tag.ManagementException
public void configLegGetInfoReq(boolean supported, boolean pCallLegInfoTimes, boolean pCallLegInfoReleaseCause, boolean pCallLegInfoAddress, boolean pCallLegInfoAppInfo) throws ManagementException
supported
- True if IpCallLeg's getInfoReq operation is supported.pCallLegInfoTimes
- enables the P_CALL_LEG_INFO_TIMES tag.pCallLegInfoReleaseCause
- enables the P_CALL_LEG_INFO_RELEASE_CAUSE tag.pCallLegInfoAddress
- enables the P_CALL_LEG_INFO_ADDRESS tag.pCallLegInfoAppInfo
- enables the P_CALL_LEG_INFO_APPINFO tag.ManagementException
public String countPendingCallSession() throws ManagementException
ManagementException
public String getCallGetInfoReqConfig() throws ManagementException
ManagementException
public boolean getCallingParticipantNameMandantory()
public String[] getCallLegs(String callSessionId) throws ManagementException
callSessionId
- the session ID of the call session ID.ManagementException
public String getCallLegSessionInfo(String callLegSessionId) throws ManagementException
ManagementException
public String getCallSessionInfo(String callSessionId) throws ManagementException
ManagementException
public boolean getChangeMediaAllowed()
public boolean getChargingAllowed()
public String getLegGetInfoReqConfig() throws ManagementException
ManagementException
public boolean getMaximumDurationEnforced()
public int getMaximumParticipants()
public boolean getMultiMediaSupported()
public int getStatusRetentionTime()
public String[] listCallSessionIds() throws ManagementException
ManagementException
public void setCallingParticipantNameMandantory(boolean callingParticipantNameMandantory) throws ManagementException
ManagementException
public void setChangeMediaAllowed(boolean chageMediaAllowed) throws ManagementException
ManagementException
public void setChargingAllowed(boolean allowed) throws ManagementException
ManagementException
public void setMaximumDurationEnforced(boolean maximumDurationEnforced) throws ManagementException
ManagementException
public void setMaximumParticipants(int maximumParticipants) throws ManagementException
ManagementException
public void setMultiMediaSupported(boolean supported) throws ManagementException
ManagementException
public void setStatusRetentionTime(int t) throws ManagementException
ManagementException
|
Oracle Communications Services Gatekeeper OAM Java API Reference 6.0 E55516-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |