com.safi.asterisk
Class app_dial

java.lang.Object
  extended by com.safi.asterisk.app_dial
All Implemented Interfaces:
app_dialConstants

public class app_dial
extends java.lang.Object
implements app_dialConstants


Field Summary
 
Fields inherited from interface com.safi.asterisk.app_dialConstants
MAX
 
Constructor Summary
app_dial()
           
 
Method Summary
static int dial_exec(ast_channel chan, java.lang.String data)
           
static int getLocalusecnt()
           
static SWIGTYPE_p_ast_mutex_t getLocaluser_lock()
           
static localuser getLocalusers()
           
static void hanguptree(localuser outgoing, ast_channel exception)
           
static void setLocalusecnt(int value)
           
static void setLocaluser_lock(SWIGTYPE_p_ast_mutex_t value)
           
static void setLocalusers(localuser value)
           
static ast_channel wait_for_answer(ast_channel in, localuser outgoing, int[] to, int[] allowredir_in, int[] allowredir_out, int[] allowdisconnect, java.lang.String jtapid)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

app_dial

public app_dial()
Method Detail

setLocaluser_lock

public static void setLocaluser_lock(SWIGTYPE_p_ast_mutex_t value)

getLocaluser_lock

public static SWIGTYPE_p_ast_mutex_t getLocaluser_lock()

setLocalusers

public static void setLocalusers(localuser value)

getLocalusers

public static localuser getLocalusers()

setLocalusecnt

public static void setLocalusecnt(int value)

getLocalusecnt

public static int getLocalusecnt()

hanguptree

public static void hanguptree(localuser outgoing,
                              ast_channel exception)

wait_for_answer

public static ast_channel wait_for_answer(ast_channel in,
                                          localuser outgoing,
                                          int[] to,
                                          int[] allowredir_in,
                                          int[] allowredir_out,
                                          int[] allowdisconnect,
                                          java.lang.String jtapid)

dial_exec

public static int dial_exec(ast_channel chan,
                            java.lang.String data)