org.mobicents.csapi.jr.slee.cc.mmccs
Interface IpMultiMediaCallConnection
- All Superinterfaces:
- IpMultiPartyCallConnection, IpServiceConnection
- All Known Subinterfaces:
- IpConfCallConnection, IpSubConfCallConnection
public interface IpMultiMediaCallConnection
- extends IpMultiPartyCallConnection
This interface shall be implemented by a Multi Media Call Control SCF. Implementation of the superviseVolumeReq() method is optional. The minimum required methods from IpMultiPartyCall are required.
superviseVolumeReq
void superviseVolumeReq(TpCallSuperviseVolume volume,
int treatment)
throws TpCommonExceptions,
javax.slee.resource.ResourceException
- The application calls this method to supervise a call. The application can set a granted data volume this call.
- Parameters:
volume - Specifies the granted time in milliseconds for the connection.treatment - Specifies how the network should react after the granted volume expired.
- Throws:
TpCommonExceptions
javax.slee.resource.ResourceException
Copyright © 2009. All Rights Reserved.