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:
- kulikov
id
protected Text id
connections
protected ConcurrentHashMap<Text,MgcpConnection> connections
MgcpCall
protected MgcpCall(CallManager callManager,
Text id)
getMgcpConnection
public MgcpConnection getMgcpConnection(Text 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 © 2012 TeleStax, Inc.. All Rights Reserved.