Asterisk-Java

org.asteriskjava.manager.action
Class ZapRestartAction

java.lang.Object
  extended by org.asteriskjava.manager.action.AbstractManagerAction
      extended by org.asteriskjava.manager.action.ZapRestartAction
All Implemented Interfaces:
java.io.Serializable, ManagerAction

public class ZapRestartAction
extends AbstractManagerAction

Fully restarts all zaptel channels and terminates any calls on Zap interfaces.

Available since Asterisk 1.4.

Since:
0.3
Version:
$Id: ZapRestartAction.java 938 2007-12-31 03:23:38Z srt $
Author:
srt
See Also:
Serialized Form

Constructor Summary
ZapRestartAction()
          Creates a new ZapRestartAction.
 
Method Summary
 java.lang.String getAction()
          Returns the name of the action for example "Hangup".
 
Methods inherited from class org.asteriskjava.manager.action.AbstractManagerAction
getActionId, setActionId, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ZapRestartAction

public ZapRestartAction()
Creates a new ZapRestartAction.

Method Detail

getAction

public java.lang.String getAction()
Description copied from interface: ManagerAction
Returns the name of the action for example "Hangup".

Specified by:
getAction in interface ManagerAction
Specified by:
getAction in class AbstractManagerAction

Asterisk-Java

Copyright © 2004-2009 Stefan Reuter. All Rights Reserved.