org.echarts.servlet.sip.features.vxmlRedirect
Class Action

java.lang.Object
  extended by org.echarts.servlet.sip.features.vxmlRedirect.Action

public class Action
extends java.lang.Object

Represents different actions to take on incoming call.


Field Summary
static Action CONTINUE
          Continue the call to the original callee.
static Action NEW
          Create a new call using supplied addresses
static Action TEARDOWN
          Tear down incoming call
static Action UPDATE
          Continue the call to the original callee after applying address updates.
 
Method Summary
static Action getAction(java.lang.String name)
          Returns an Action object corresponding to the specified name
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CONTINUE

public static Action CONTINUE
Continue the call to the original callee.


UPDATE

public static Action UPDATE
Continue the call to the original callee after applying address updates.


NEW

public static Action NEW
Create a new call using supplied addresses


TEARDOWN

public static Action TEARDOWN
Tear down incoming call

Method Detail

getAction

public static Action getAction(java.lang.String name)
Returns an Action object corresponding to the specified name

Parameters:
name - name of desired Action object
Returns:

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object