org.mobicents.media.server.mgcp.controller
Class CallManager

java.lang.Object
  extended by org.mobicents.media.server.mgcp.controller.CallManager

public class CallManager
extends Object

Maintains MGCP calls.

Author:
kulikov

Constructor Summary
CallManager()
           
 
Method Summary
 MgcpCall getCall(Text id, boolean allowNew)
           
protected  void terminate(MgcpCall call)
          Terminates specified call.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallManager

public CallManager()
Method Detail

getCall

public MgcpCall getCall(Text id,
                        boolean allowNew)

terminate

protected void terminate(MgcpCall call)
Terminates specified call.

Parameters:
call - the call to be terminated


Copyright © 2012 TeleStax, Inc.. All Rights Reserved.