org.mobicents.media.server.mgcp.controller
Class MgcpCall
java.lang.Object
org.mobicents.media.server.mgcp.controller.MgcpCall
public class MgcpCall
- extends Object
MGCP call.
- Author:
- yulian oifa
id
protected int id
connections
protected ConcurrentMap<MgcpConnection> connections
MgcpCall
protected MgcpCall(CallManager callManager,
int id)
getMgcpConnection
public MgcpConnection getMgcpConnection(Integer id)
exclude
public void exclude(MgcpConnection activity)
- Excludes connection activity from this call.
- Parameters:
activity - the activity to be excluded.
size
public int size()
- The amount of connections related to this call.
- Returns:
- the amount.
deleteConnections
public void deleteConnections()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2013 TeleStax, Inc.. All Rights Reserved.