com.safi.asterisk.examples
Class StartAsteriskExample

java.lang.Object
  extended by com.safi.asterisk.examples.StartAsteriskExample

public class StartAsteriskExample
extends java.lang.Object

Author:
Zac Wolfe TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments

Constructor Summary
StartAsteriskExample()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void shutdown(boolean nice, boolean safe, boolean restart)
           
static void startAsterisk(java.lang.String opts, boolean newthread)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartAsteriskExample

public StartAsteriskExample()
Method Detail

startAsterisk

public static void startAsterisk(java.lang.String opts,
                                 boolean newthread)

shutdown

public static void shutdown(boolean nice,
                            boolean safe,
                            boolean restart)

main

public static void main(java.lang.String[] args)