org.mobicents.media.server.ctrl.mgcp
Class Call
java.lang.Object
org.mobicents.media.server.ctrl.mgcp.Call
- All Implemented Interfaces:
- java.io.Serializable
public class Call
- extends java.lang.Object
- implements java.io.Serializable
Represents MGCP Call.
- Author:
- baranowb, kulikov
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Call
protected Call(java.lang.String id,
MgcpController controller)
getID
public java.lang.String getID()
addConnection
public ConnectionActivity addConnection(org.mobicents.media.server.spi.Connection connection)
removeConnection
public void removeConnection(ConnectionActivity connectionActivity)
getActivities
public ConnectionActivity[] getActivities()
- Do not modify returned value!!!
setCallTableIndex
public void setCallTableIndex(int index)
getCallTableIndex
public int getCallTableIndex()
getController
protected MgcpController getController()
Copyright © 2010. All Rights Reserved.