public class MgcpCall extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentMap<MgcpConnection> |
connections |
protected int |
id |
| Modifier | Constructor and Description |
|---|---|
protected |
MgcpCall(CallManager callManager,
int id) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteConnections() |
void |
exclude(MgcpConnection activity)
Excludes connection activity from this call.
|
int |
getId() |
MgcpConnection |
getMgcpConnection(Integer id) |
int |
size()
The amount of connections related to this call.
|
String |
toString() |
protected int id
protected ConcurrentMap<MgcpConnection> connections
protected MgcpCall(CallManager callManager, int id)
public MgcpConnection getMgcpConnection(Integer id)
public int getId()
public void exclude(MgcpConnection activity)
activity - the activity to be excluded.public int size()
public void deleteConnections()
Copyright © 2016 TeleStax, Inc.. All Rights Reserved.