Uses of Class
com.safi.asterisk.localuser

Packages that use localuser
com.safi.asterisk   
 

Uses of localuser in com.safi.asterisk
 

Methods in com.safi.asterisk that return localuser
static localuser app_dial.getLocalusers()
           
 localuser localuser.getNext()
           
 

Methods in com.safi.asterisk with parameters of type localuser
static void app_dial.hanguptree(localuser outgoing, ast_channel exception)
           
static void app_dial.setLocalusers(localuser value)
           
 void localuser.setNext(localuser next)
           
static ast_channel app_dial.wait_for_answer(ast_channel in, localuser outgoing, int[] to, int[] allowredir_in, int[] allowredir_out, int[] allowdisconnect, java.lang.String jtapid)