org.mobicents.slee.service.callcontrol
Class CallControlSbb.ExternalTerminationCallerState

java.lang.Object
  extended by org.mobicents.slee.service.common.SimpleCallFlowResponseState
      extended by org.mobicents.slee.service.callcontrol.CallControlSbb.ExternalTerminationCallerState
All Implemented Interfaces:
SimpleCallFlowState
Enclosing class:
CallControlSbb

public class CallControlSbb.ExternalTerminationCallerState
extends SimpleCallFlowResponseState

We enter this state when the termination of both sessions has been triggered (e.g. by invocation of terminateDialogs(String guid) ), BYE has been sent to both parties and we wait for a response for the Caller.
When this arrives the session has been successfully teared down.

Author:
niklas

Constructor Summary
CallControlSbb.ExternalTerminationCallerState()
           
 
Method Summary
 void execute(javax.sip.ResponseEvent event)
           
 
Methods inherited from class org.mobicents.slee.service.common.SimpleCallFlowResponseState
execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallControlSbb.ExternalTerminationCallerState

public CallControlSbb.ExternalTerminationCallerState()
Method Detail

execute

public void execute(javax.sip.ResponseEvent event)
Specified by:
execute in interface SimpleCallFlowState
Specified by:
execute in class SimpleCallFlowResponseState


Copyright © 2010. All Rights Reserved.